Commit Graph

132 Commits

Author SHA1 Message Date
Red-Thirten
8634ba7d8b
Update egg's port variables
- Removed them from view of the end user as they less relevant at the moment (because they cannot be changed from the defaults).
- Reworded the Beacon port's description to be more correct and clear.
- Temporarily restricted the Beacon port to 15000 because it currently cannot be changed.
2021-10-26 19:24:14 -07:00
Red-Thirten
468aeb3b72
Port Info Corrections and Small Changes for README
- Fixed misinformation of required ports and made it clear that the default ports are currently required to be used for the server to work.
- Fixed typos.
- Updated the recommended RAM amount, based off an update to the developer's wiki made today.
2021-10-26 19:05:06 -07:00
Red-Thirten
b661cd4b8d
Add "Errors/Warnings" Section to README
Added a section detailing some common errors and warnings that can safely be ignored.
2021-10-26 16:45:57 -07:00
Red-Thirten
3b00cdc5b6
Update Satisfactory README
Removed placeholder and filled in correct information.
2021-10-26 16:16:09 -07:00
Red-Thirten
a93931e9d4
Fix Satisfactory link
Accidentally had uppercase "S" in link.
2021-10-26 15:47:59 -07:00
Red-Thirten
a3036cc4fb
Add Satisfactory to game_eggs README 2021-10-26 15:46:02 -07:00
Red-Thirten
bb10d01f11
Add Satisfactory to steamcmd_servers README 2021-10-26 15:45:13 -07:00
Red-Thirten
c108ce3917 Initial Upload
README is currently a placeholder and will be updated with the following commit.
2021-10-26 15:42:36 -07:00
Torsten Widmann
f2d1676384
Remove version selection for pocketmine and use Yolks image (#1371)
Removes version variable and makes use of the new Yolks Debian image
2021-10-24 17:56:13 +03:00
Alex
87917a8f2b
eggs(forge): support 1.17+ versions (#1354)
Support new 1.17+ Forge JPMS arguments that doesn't ship any executable jar

Fix forge latest build version option to actually use latest instead of recommended
Set build version input rules to only accept valid values of latest and recommended
Remove spaces from the version variables to avoid issues with curl. Forge site displays versions with spaces to end users
2021-10-14 07:40:22 +03:00
Alex
c4e6745b1c
eggs(spigot): fix buildtools for 1.17 and newer minor versions (#1356)
Fixes minor version detection, and updates docker images to the yolks one
2021-10-14 07:40:02 +03:00
Callum Seabrook
b7fae8441a
Add Minecraft Krypton (#1139) 2021-10-11 00:09:56 +03:00
Ree-jp
4302566c22
Add waterdog pe (#1346)
* add waterdog pe

* update add waterdog pe

* fix README

* update egg

* Shutdown not detected
2021-09-21 18:40:14 +03:00
Michael (Parker) Parker
b8ce5100c8
Merge pull request #1323 from parkervcp/update_mordhau_wine
updates mordhau wine
2021-09-21 08:22:06 -04:00
Alex
e18a4450fd
feat(eggs): add ClassiCube egg (#1316)
Rewrite of #1211 with proper start config, customizable variables, and Github version grabber. 

Co-authored-by koutsie <18449778+koutsie@users.noreply.github.com>
2021-09-20 21:54:57 +03:00
Alex
08b44f0760
eggs(space-engineers): Fix auto-update (#1339)
Fixes auto-updates by using correct variable for APP_ID, providing windows flag and removing unnecessary hard-coded install path.
2021-09-20 21:39:26 +03:00
Alex
17e13162f8
Eggs/rust wipe (#1344)
* eggs(rust): disallow invalid characters for RCON

Do not allow invalid characters for RCON password that would break the connection, similar to original Rust egg.

* docs(rust-autowipe): Specify that wipe is performed on reinstall
2021-09-19 15:22:16 +03:00
Philipp
5c7d1854e4
Modified BuildTools startup (#1332)
Specify memory for Spigot BuildTools, or it will fail because of too low memory that JVM won't use it all
2021-09-11 02:56:25 +03:00
Michael Parker
5c8778e604
updates mordhau wine
use vcrun2019
fix 'My Documents' folder
2021-08-28 14:03:57 -04:00
Softwarenoob
dd4c8885ba
fix(ark): bash OR operation
Resolves the inverted bash OR operator.

Co-authored-by: BlazeCode <84934108+BlazeCodeNet@users.noreply.github.com>
2021-08-27 07:46:33 +03:00
Torsten Widmann
b557ac8860
Fix Startup for Eco (#1310)
* Fix Startup for Eco
* Added Extra Flags to Steam like mentioned in Eco Wiki
* Update Steam Installscript from Parker to latest
2021-08-24 19:09:59 +03:00
Nicholas Y
77317bb22c
Update title from 'Example Server Name' to 'Ai...' (#1311)
Just updated the title from 'Example Server Name' to 'Airplane'. Didn't make any sense so changed it, nothing else to say. 🤷‍♂️
2021-08-23 15:24:22 +03:00
Torsten Widmann
5d9fa69f55
Updated Pocketmine to use recommended php8 builds (#1309)
* Updated Pocketmine to use recommended php8 build
2021-08-21 19:26:53 +03:00
TuEye
42c03f1d81
* Added libsdl2-2.0-0:i386 to get rid of the "Failed to init SDL priority manager: SDL not found" warning
* Added a few checks if folders exist before they get deleted/created
2021-08-18 21:33:17 +02:00
TuEye
1fde02871a
* Added note regarding the minimal version of Nitrox required to use this egg 2021-08-18 18:32:56 +02:00
TuEye
a12f615fb9
* Changed startup command to not use script anymore
* Changed server startup verification messaage
* Changed install container from mono to debian buster slim
* Changed install source to compiled mod instead of compiling it when installing the server
* Added the possibility to download the latest release from github (default)
* Added variables for the savegame format (SterilizerMode) and for the auto portforwarding (AutoPortForward)
* Added additional configuration parameters in the default config created by the install script
* Removed now unused packages from install script
2021-08-18 18:28:15 +02:00
AevumDecessus
b915006dd1 tModLoader variables fixed typing/restrictions
Fixes issues introduced in #1282
2021-08-03 02:50:56 +00:00
AevumDecessus
166e570f37 Added additional configuration for tModLoader
Added Language, Difficulty, Password, and MOTD
variables for end user update
2021-08-03 02:10:38 +00:00
Michael (Parker) Parker
2fe3f7676b
Merge pull request #1279 from parkervcp/fix/ark-egg
Update Ark Survival Evolved Egg
2021-08-01 16:54:26 -04:00
Softwarenoob
00dabb895e
Update Ark Survival Evolved Egg
Updates Ark Survival Evolved egg to fix some common issues and requests.

RCON Password is required for RCON to function and has been changed from nullable to required.

The option to disable RCON is removed because RCON is required.

Added additional arguments variable to resolve users' issues inserting them in the wrong place due to the complicated startup parameters.

Removed deprecated userInteraction and logs location from the egg.
2021-08-01 23:12:54 +03:00
Alex
4f0c28044b
Merge pull request #1277 from LittleDraily/patch-1
Update fivem_license max input rule to support new key format
2021-07-31 20:59:28 +03:00
Alex
b09be7179f
fix: fivem license input rule length
Adds support for a new fivem license key format length of 33 making it one char longer
2021-07-31 18:46:16 +03:00
Snipeur060
54375a1f3f
Update pocketmine egg
the link not exist and you can't install php 7.4 i fix it with this link https://jenkins.pmmp.io/job/PHP-7.4-Aggregate/lastSuccessfulBuild/artifact/PHP-7.4-Linux-x86_64.tar.gz
2021-07-31 15:34:26 +02:00
LittleDraily
eca02ba006
Update egg-five-m.json 2021-07-31 13:13:16 +02:00
TTRCharlie
07f127c4be
Merge branch 'parkervcp:master' into airplane 2021-07-25 12:29:13 +02:00
TTRCharlie
e28125f163 Change default Docker image 2021-07-25 09:45:52 +02:00
TTRCharlie
6e6e84ddd4 Add airplane jenkins url to build version variable's description 2021-07-25 09:43:43 +02:00
TTRCharlie
f725b96bc8 airplane egg fixes 2021-07-25 09:40:08 +02:00
Faye
32cb260dde
Update egg-five-m.json 2021-07-25 02:03:06 +02:00
Faye
310246d6bf
Description edit for FiveM
Self-explanatory :P
2021-07-25 02:01:57 +02:00
TTRCharlie
56da2dd0d9
Update README.md 2021-07-24 23:38:27 +02:00
TTRCharlie
7d83ca4785 Correct a link in game_eggs folder's readme file 2021-07-24 23:36:39 +02:00
TTRCharlie
17c6e590e6 update README.MD files 2021-07-24 23:34:10 +02:00
TTRCharlie
a892230d1f Delete last line from airplane folder's readme 2021-07-24 23:31:35 +02:00
TTRCharlie
11bbd20c49 Add Airplane links to readme files 2021-07-24 23:29:22 +02:00
TTRCharlie
bb3f230066 Add airplane minecraft server jar 2021-07-24 23:24:29 +02:00
Michael (Parker) Parker
42d7d4ca01
Merge pull request #1262 from parkervcp/patch/impostor
fix: Impostor server version download
2021-07-23 09:03:36 -04:00
Softwarenoob
589a6f8ac8
fix: Impostor server version download
Updates impostor to use the new version format, cleans up the install script, and corrects wrong information in the readme. Supersedes #1143
2021-07-23 12:04:47 +03:00
Julian
8dff3d71ec Update eggs to https 2021-07-23 11:01:57 +02:00
Julian
b695998582 Add 1.12.2-Pack to README 2021-07-23 10:58:42 +02:00
Julian
a6fc774cce Update README to new folder structure 2021-07-23 10:57:20 +02:00
Purpur
02c7ab291e
Update README.md 2021-07-21 16:55:48 -05:00
Softwarenoob
1aa04207d0
move wine to game_eggs/ subfolder
Moves Wine folder to game_eggs/ folder following the new updated structure that wasn't present when the #1125 PR was created
2021-07-21 21:46:57 +03:00
Alex
f4f3f9e72f
Merge pull request #1240 from lilkingjr1/arma3-update
Arma 3 Egg Rewrite
2021-07-18 04:04:24 +03:00
Michael (Parker) Parker
49aff6ead5
Merge pull request #1247 from Software-Noob/patch/purpur
patch: purpur to use new v2 api
2021-07-17 06:36:54 -07:00
FriendlyGamer
d131e2a911
Updating Minetest Egg for Pterodactyl's Productivity Improvements and Default Versioning
Hiya there! I was tired of having a "half ash" setup that this "stock" egg supplied so I "messed" with the .json and came up with the following... 
Added --terminal so the server ACTUALLY starts in a working terminal just like Minecraft servers do (you can either talk in it without the "/" or execute commands as the set admin).
Changed Stop command from the "^C" now that "/shutdown" can be used because of a working terminal
Changed "done" to "Server for gameid" because it wasn't working after these changes for " listening on " on my end. 
Updated Versioning to 5.4.1 instead of now dated 5.3.0

Caveat: Slightly annoying but the game requires you to input a name for the Admin User by the use of putting "name=youradmin" into the minetest.conf of the instance. As well as logging in as that admin WITH a ingame password. But hey that's progress I am not right?

Hope my hours helps those who were looking for a Minetest egg that is more productive as well up to date!
2021-07-17 07:29:12 -04:00
Softwarenoob
baa5cf21ea
patch: purpur to use new v2 api
Uses latest purpur v2 API version, together with ignoring null values in jq contains that could trigger invalid results.

Removes java 14 that was deleted from yolks and expands echo debug messages
2021-07-17 01:54:26 +03:00
Red-Thirten
eb26dfb22a
Remove code reviewers from Contributors
Unneeded
2021-07-14 13:04:05 -07:00
Red-Thirten
2c4b95927d
Add Authors / Contributors
Added Authors / Contributors section, and added anchor links to specific sections.
2021-07-14 12:53:46 -07:00
Red-Thirten
3a49b70f8b
Removed In-Dev update_url Feature
To avoid issues in the future.
2021-07-14 11:23:21 -07:00
Red-Thirten
bd311a6867
Fixed Image Link in Egg 2021-07-13 23:57:48 -07:00
Red-Thirten
33e0e4680c
Removed Arma 2 reference 2021-07-13 23:49:54 -07:00
Red-Thirten
8d85957c8e
Update egg-arma3.json
Changed main image to parkervcp's ghcr/yolks image for testing. Must be changed before final release.
2021-07-13 16:44:26 -07:00
Red-Thirten
a03da1302b
Merge branch 'parkervcp:master' into arma3-update 2021-07-13 12:42:16 -07:00
Red-Thirten
22d4c3c3d4
Update egg-arma3.json
- Added back depreciated variables so servers running the old Startup Command don't break.
2021-07-12 21:52:40 -07:00
Red-Thirten
e50cb2ae3d
Update README.md
- Add "How to Update Egg" section to address updating concerns
2021-07-12 21:42:41 -07:00
Red-Thirten
77a0ce3df1
Update egg-arma3.json
- Added "backup" parkervcp image
2021-07-12 19:16:16 -07:00
KolakZ
8c7473492d
Fix typo 2021-07-12 19:59:51 -05:00
Red-Thirten
500a91564a
egg-arma3.json Rewrite
- Changed the image to the new Pterodactyl yolks image.
- Removed the ability to specify custom server.cfg and basic.cfg file locations, because it only complicated things and was rarely changed from their default root location.
- Added the ability to specify a custom basic.cfg URL location for installation (in case it updates in the future).
- Added file parsing of the server.cfg to set the server password, max players, and ensure the headless client IPs are correct.
- Fixed the stop code to actually kill the server
- Adjusted the installation script to pull from the basic.cfg specified URL, and made the SteamCMD login command more robust against credentials with spaces or special characters.
- Rearranged variables to be better grouped/ordered (will only apply if the egg is reinstalled on the panel).
- Rewording of some variables' descriptions.
- Added "Number of SteamCMD Retry Attempts" variable.
- Added "Max Players" variable.
- Added "Server Password" variable.
- Added "Disable Mod Downloads/Updates" variable.
- Added "Download Creator DLCs" variable.
- Added "Modlist File" variable for defining an Arma 3 Launcher exported HTML modlist file for loading.
- Renamed "Mods" to "Additional Mods"
- Added "Validate Server Files" variable.
- Added "HC Hide Console Output" variable.
- Added "Clear HC Profiles Cache on Startup" variable.
2021-07-12 16:42:07 -07:00
Red-Thirten
27b0a3a103
Update server.cfg
- New password default value
2021-07-12 16:20:19 -07:00
Red-Thirten
0feaf2c7e3
Update README.md
- Small adjustments
2021-07-12 16:19:00 -07:00
Red-Thirten
1cc199c271
Update README.md
- Removed references to old/defunct Arma 3 eggs
- Fixed title formatting
2021-07-12 16:16:49 -07:00
Red-Thirten
8fb71aa5da
Update README.md
- Removed references to old/defunct Arma 3 eggs
2021-07-12 16:09:15 -07:00
Red-Thirten
64ee85a6ac
Update README.md
- Added info on new Egg Capabilities
- Added info on Recommended Egg Modifications
- Rearranged topics in order of importance
- Rewording to make things more clear
- Grammar and spell checking
2021-07-12 16:00:49 -07:00
Alex
1faaf4a5e7
fix readme paths 2021-07-07 23:33:04 +03:00
Alex
fae94f9d2b
move beammp 2021-07-07 21:53:05 +03:00
Softwarenoob
299d472439
Resolve merge conflicts and add Minecraft backwards compatibility
Leave Minecraft folder for backward compatibility of older eggs that are pulling server.properties file - such as Panel core paper egg.
2021-07-06 08:19:19 +03:00
Alex
60cc002a4a
fix dont starve file name 2021-07-02 23:54:13 +03:00
Softwarenoob
8610724416
refactor: update all eggs to use new folder structure
refactor: update all eggs to use new folder structuree
2021-07-02 04:36:56 +03:00
Softwarenoob
dfdad2d79b
refactor: duplicate tower_unite eggs 2021-07-02 03:34:28 +03:00
Softwarenoob
58ad15b551 docs: add among_us readme 2021-07-02 03:34:01 +03:00
Softwarenoob
8ef59591f1 refactor: move games to their own folder 2021-07-02 03:34:01 +03:00