Quinten
46e5666e0e
update egg-s-a--m-p.json to new image
2022-05-04 14:43:58 +02:00
Michael (Parker) Parker
0d50b7e9ec
Merge pull request #1622 from lilkingjr1/satisfactory
...
[Satisfactory] Add "Disable Seasonal Events" Startup Parameter
2022-04-29 21:20:43 -04:00
Michael (Parker) Parker
c7a65a467e
Merge pull request #1619 from TuEye/Fix-Subnautica-Nitrox
...
Fix Subnautica Nitrox
2022-04-29 20:31:42 -04:00
Red-Thirten
dcdb4fdfb1
Fix whitespace issues in README.md
...
Fixed a regression with newline spacing.
2022-04-26 12:46:43 -07:00
Red-Thirten
c1f57dfd74
General README Improvements
...
Updated some info and cleaned up verbiage in some places.
2022-04-26 12:31:18 -07:00
Red-Thirten
05be24d2b0
Added "Disable Seasonal Events" Option
...
Added "Disable Seasonal Events" startup variable and updated the startup command to add the new flag `-DisableSeasonalEvents` if the variable is "true". This new flag was added to Satisfactory in 0.5.1.4 (https://satisfactory.fandom.com/wiki/Patch_0.5.1.4 ).
2022-04-26 12:20:00 -07:00
Stephen White
280547b07a
feat(arma 3): Variable for specifying optional mods ( #1592 )
2022-04-24 18:15:44 +03:00
TuEye
9ac7d4860d
* Made egg compatible to Nitrox 1.6.0.0
...
* Using parkers script to determine Nitrox Downnload-URL
* Moved to yolks
* Made Admin Password longer and required
2022-04-23 15:26:04 +02:00
Charles Morgan
d412e4fb79
Update README.md ( #1618 )
...
Update minecraft links
2022-04-21 10:25:47 +03:00
Quinten
8f6b91dbc9
docs(magma): fix wrong website URL in readme ( #1587 )
2022-03-19 16:21:34 +02:00
NgLoader
18c59cd8fc
fix: fixed nanolimbo now pulling latest config ( #1574 )
2022-03-12 19:45:29 +02:00
Marko
70d6cebce5
Update Egg for CryoFall to use Dotnet6 Image ( #1575 )
2022-03-12 19:40:18 +02:00
maximilianovermeyer
1c77790a86
fix(insurgency) "Max Players" env variable typo ( #1572 )
...
"Max Players" var was defined as MAXPLAYERS, but referred as MAX_PLAYERS. Changed the definition instead of the startup command to keep it consistent with other steam games.
2022-03-01 22:55:12 +02:00
Andrey (MiTask)
4c509adb89
Update egg-mindustry.json
2022-02-19 17:54:36 +03:00
Michael (Parker) Parker
ac1af237fe
Merge branch 'master' into add/game_eggs/minecraft/java/glowstone
2022-02-19 09:26:36 -05:00
Michael (Parker) Parker
534e2238f0
Merge branch 'master' into markdown-formatting-changes
2022-02-19 09:20:49 -05:00
Michael (Parker) Parker
9c60165b9b
Merge pull request #1558 from gOOvER/update/valheim
...
update/valheim - add betabranch
2022-02-19 07:35:12 -05:00
Torsten Widmann
4b9827e8b6
update/veloren - removed -b flag, because it's not part of startup
2022-02-19 13:18:52 +01:00
gOOvER
27fa7b4115
small fix
2022-02-18 11:40:15 +01:00
gOOvER
09234ee196
update/valheim - add betabranch
2022-02-18 11:34:27 +01:00
Michael (Parker) Parker
e3be1b03a6
Merge pull request #1527 from lilkingjr1/openrct2
...
Add OpenRCT2 Egg
2022-02-08 09:04:57 -05:00
Michael (Parker) Parker
bfb0947d22
Merge pull request #1537 from parkervcp/features/steam-disk-space
...
feat: add steam_disk_space egg feature to SteamCMD eggs
2022-02-05 15:32:17 -05:00
Michael (Parker) Parker
bed3626221
Merge pull request #1538 from parkervcp/update/base_debian
...
feat: use Yolks base image for multiarch support
2022-02-04 20:53:11 -05:00
Michael (Parker) Parker
f7654a8481
Merge pull request #1536 from parkervcp/features/pid-limit
...
feat: add pid_limit egg feature to MC eggs
2022-02-04 07:18:46 -05:00
Red-Thirten
f0e1eaa6a3
Update processor support in README
...
Updated minimum processor requirement to mention that multiarch is now supported on the updated image.
2022-01-24 13:38:22 -08:00
Aestas
3835c3d3f6
[curseforge-generic] Fix curl not accepting URLs with brackets ( #1541 )
...
Co-authored-by: Aaron <aaron.carton@student.howest.be>
2022-01-24 04:23:39 +02:00
softwarenoob
28c587a918
feat: use Yolks base image for multiarch support
...
Changes to Yolks base image for multiarch support of AMD64 and ARM64.
2022-01-22 12:48:15 +02:00
softwarenoob
777174781c
feat: add steam_disk_space egg feature to SteamCMD eggs
...
A new egg feature modal was introduced in Panel v1.7.0 triggering when server has run out of disk space to provide more user-friendly instructions to both admins and normal users. This is unique to SteamCMD specific errors.
2022-01-20 20:09:13 +02:00
softwarenoob
aa13403503
feat: pid_limit egg feature to MC eggs
...
Other eggs might benefit from this as well, but for now will stick with MC that are known to spawn a lot of processes when modded.
2022-01-20 19:43:40 +02:00
Red-Thirten
45e100270c
Fix issue reference links in README
...
Didn't know GitHub wouldn't parse the issue links in the README like it does in discussions...
2022-01-17 15:48:23 -08:00
Red-Thirten
7dcbd35e5a
README corrections
...
- Fixed OpenRCT2 project's website to be correct.
- Added note to minimum disk space requirement that building from source *may* require a tad more memory than the base game server needs to run.
- Clarified that console commands currently do not work due to a Pterodactyl issue and not a OpenRCT2 one.
- Added GitHub issue reference to password known issue.
2022-01-17 15:36:50 -08:00
Red-Thirten
ba28ba1128
Update "Save File" variable to support .sv4/.sv6 save files
...
Co-authored-by: Michał Janiszewski <janisozaur@users.noreply.github.com>
2022-01-17 15:03:38 -08:00
Torsten Widmann
68327020b2
Avorion - Fixed SRCDS_APPID
2022-01-14 16:44:52 +01:00
Boy132
45da38ccaa
Fix mohist download url & make jar file viewable ( #1530 )
2022-01-14 13:01:38 +02:00
Michael (Parker) Parker
e95d3e6f7e
Merge pull request #1523 from gOOvER/add/craftopia
...
add/Craftopia
2022-01-13 16:04:37 -05:00
Red-Thirten
08c55cfaed
Fix broken default save URL in installation script
2022-01-12 16:26:01 -08:00
Red-Thirten
003c1ae215
Fix minor startup script bug regarding default save
...
- Default save file was referenced as the old `.sv6` file in some places, when it should be `.park`.
2022-01-12 15:33:53 -08:00
Red-Thirten
3d4b512abc
Fix minor README errors
2022-01-12 15:07:53 -08:00
Red-Thirten
a3be667877
Update README.md
2022-01-12 01:21:53 -08:00
Red-Thirten
d8f7ef857c
Bug Fixes & Cleanup
...
- Cleaned up egg file in general
- Fixed / cleaned up startup command (autosave bash in particular)
- Fixed typo in Configuration Files config
- Fixed multiple formatting and runtime bugs in the install script
- Updated default save file from .sv6 to the newer .park format
2022-01-12 01:06:02 -08:00
Red-Thirten
e7378cb542
Initial commit
...
- Updated README's
- Added OpenRCT2 directory and related files.
2022-01-11 20:52:48 -08:00
Michael (Parker) Parker
d34679e93d
Merge pull request #1518 from rexracer1998/patch-1
...
Changing the stop action of FiveM egg
2022-01-11 13:26:45 -05:00
Michael (Parker) Parker
5fd3a02ffb
Merge pull request #1522 from parkervcp/issue/1515
...
fix(redm): version fetching and use changelogs for latest
2022-01-11 13:25:37 -05:00
Michael (Parker) Parker
250f6e55df
Merge pull request #1487 from gmazoyer/add/left4dead
...
Add Left 4 Dead and Left 4 Dead 2
2022-01-11 13:24:41 -05:00
softwarenoob
cac4388a34
feat(fivem): default to latest on invalid versions and use changelogs for latest
...
Change latest recommended build fetching to use their changelogs page and default to latest when invalid version is provided.
2022-01-11 17:18:12 +02:00
Torsten Widmann
88426265fa
add/Craftopia
2022-01-11 16:15:19 +01:00
softwarenoob
a00f756495
chore: cleanup the install script
2022-01-11 17:02:38 +02:00
softwarenoob
a54784311b
fix(redm): version fetching and use changelogs for latest
...
Fixes version fetching due to it trying to match invalid href tag
Fixes defaulting to latest if invalid version is provided
Change latest recommended build fetching to use their changelogs
resolves #1515
2022-01-11 16:28:20 +02:00
softwarenoob
398478ceda
fix(magma): version detection for latest
...
Add check for latest `[[ "${MC_VERSION}" == "latest" ]]`.
Previously, it was only checking for exact versions or empty value, and I completely forgot to test latest.
Resolves #1516
2022-01-11 16:09:26 +02:00
rexracer1998
affd90f9a2
Changing the stop action of FiveM egg
...
On line 21, I've changed "^C" to "quit" in order to stop the server because SIGINT doesn't work in this case.
2022-01-09 23:37:42 +01:00
Parker Wahle
1a84600dbe
Add files via upload
2022-01-07 15:16:11 -05:00
ICon
e40d9f21db
Fixed Name Mistake
2022-01-02 20:48:49 -07:00
ICon
9e53660dbc
Changed quay repository to ghcr.io
2022-01-02 20:47:25 -07:00
ICon
966e933728
Modified Factorio Egg for better start script
2022-01-02 13:20:39 -07:00
Michæl
a62842e25d
Updated Stop command
...
Updated Stop command in order to stop it gracefully
2022-01-01 22:59:33 +02:00
Toasty
5e66ccde54
Update stop command for Project Zomboid
...
Using ^C forces the server closes and doesn't let it save; quit saves then closes it gracefully
2022-01-01 12:58:12 -06:00
Steven
6df3bc32d7
Update Project Zomboid Egg to support beta versions ( #1475 )
...
Co-authored-by: softwarenoob <admin@softwarenoob.com>
2021-12-29 16:45:04 +02:00
Parker Wahle
2c502d0e3b
Add files via upload
2021-12-23 10:40:21 -05:00
Parker Wahle
fda5868d75
Add files via upload
2021-12-23 08:50:52 -05:00
Parker Wahle
3649847b45
Added glowstone
2021-12-23 08:41:47 -05:00
Torsten Widmann
1005f7e951
Add telnet variable to 7d2d ( #1495 )
...
* added Telnet Variable
2021-12-23 10:48:34 +02:00
softwarenoob
d45ffa37d3
fix: beamng glibc requirements
...
Update Docker images and rewrite beamng to use github release grabber allowing to specify versions.
2021-12-22 11:12:44 +02:00
Encode42
96f963db1b
Update Purpur egg description ( #1488 )
2021-12-19 05:13:56 +02:00
Guillaume Mazoyer
b90ff3e6e8
Use proper docker images
2021-12-18 19:01:28 +01:00
Guillaume Mazoyer
b7eab9d717
Add Left 4 Dead and Left 4 Dead 2
2021-12-18 17:41:17 +01:00
Michael (Parker) Parker
a7ebf7588a
Merge pull request #1463 from parkervcp/patch/forge
...
forge: clean up and add more debugging
2021-12-17 08:56:16 -05:00
Michael (Parker) Parker
a7f092fb07
Merge pull request #1469 from parkervcp/7d2d/password
...
feat(7d2d): allow specifying telnet password
2021-12-17 08:54:46 -05:00
Michael (Parker) Parker
6e0b580c87
Merge pull request #1476 from MrRazamataz/master
...
Fix Cloudburst Nukkit download links
2021-12-17 08:54:16 -05:00
Michael (Parker) Parker
069bde8731
Merge pull request #1485 from parkervcp/add/mohist
...
fix: add Mohist egg back
2021-12-17 08:31:20 -05:00
softwarenoob
044ff5c447
fix: add Mohist egg back
...
Mohist was by mistake removed in #1453 PR
2021-12-17 13:23:28 +02:00
softwarenoob
6e38e1d9e5
fix: magma support for newer versions
...
Rewrite the egg to support dev and stable versions, together with newer +1.16 installers.
Does not rely on their own API latest fetching, because it picks latest Github release that can include old pre-releases.
2021-12-17 13:18:38 +02:00
MrRazamataz
3bcc7c9513
fix the download url and name
2021-12-16 18:33:34 +00:00
Torsten Widmann
26fbc6ed83
Update Wine generic to use yolk Images ( #1478 )
2021-12-16 16:19:49 +02:00
MrRazamataz
8e5ff8fec9
fix nukkit download
2021-12-15 17:54:33 +00:00
Lucas
97be6b0f2b
chore: change Java image order to the newest version as default ( #1453 )
2021-12-14 20:19:37 +02:00
Northwave
def99684aa
Update README.md
...
default port correction
2021-12-13 23:09:32 +01:00
softwarenoob
9f86fb5105
chore: more detailed telnet variable description
2021-12-13 05:14:17 +02:00
softwarenoob
29e610ba80
feat(7d2d): allow specifying telnet password
...
Allows specifying telnet password and using it. Old version would not start if someone specifies password in the config
2021-12-13 05:10:49 +02:00
Mrxbox98
83249b54e7
Changed bool to boolean
2021-12-12 15:34:31 -08:00
Mrxbox98
9251d7532f
Changed bool to boolean
2021-12-12 15:31:47 -08:00
softwarenoob
b0e58312e3
forge: clean up and add more debugging
...
clean up the code and add more debugging steps for easier troubleshooting when someone reports issues
Easy to view diff: <https://www.diffchecker.com/3iJ9lVzH >
2021-12-12 01:07:15 +02:00
softwarenoob
ecc721a48d
chore: correct pm3 install message
2021-12-11 21:53:39 +02:00
softwarenoob
e3d5307eeb
fix(pmpp): version fetching
...
Use update.pmmp.io API for latest version fetching allowing users to choose pm3 or pm4.
closes #1459
2021-12-11 21:00:05 +02:00
LRMtheBoss
5c9849a03a
updated message to state Nukkit egg now uses NukkitX
2021-12-09 14:18:29 -05:00
LRMtheBoss
8c66fc2595
fixed heading levels
...
added blank lines as needed
2021-12-09 13:14:31 -05:00
LRMtheBoss
09fbe37914
fixed heading levels
...
added blank lines as needed
removed trailing spaces
2021-12-09 13:14:24 -05:00
LRMtheBoss
53c207b2e0
fixed heading levels
...
added blank lines as needed
removed trailing spaces
2021-12-09 13:14:10 -05:00
LRMtheBoss
a81cad355d
fixed heading levels
...
added blank lines as needed
2021-12-09 13:13:54 -05:00
LRMtheBoss
5b74ca8972
made heading a link
2021-12-09 13:13:41 -05:00
LRMtheBoss
ddfc1dfe0f
fixed heading levels
...
added blank lines as needed
2021-12-09 13:13:13 -05:00
LRMtheBoss
fe91fb35c6
fixed heading levels
...
added blank lines as needed
incased url
2021-12-09 13:13:07 -05:00
LRMtheBoss
08645f018b
fixed heading levels
...
added blank lines as needed
removed trailing spaces
2021-12-09 13:12:48 -05:00
LRMtheBoss
7dfe79fa53
fixed heading levels
...
added blank lines as needed
2021-12-09 13:12:27 -05:00
LRMtheBoss
0c266df7a2
fixed heading levels
...
added blank lines as needed
2021-12-09 13:12:19 -05:00
LRMtheBoss
56c92625cc
incased url
...
added blank lines as needed
formatted server ports table
2021-12-09 13:12:11 -05:00
LRMtheBoss
91e609dcf6
formatted server ports table
2021-12-09 13:11:05 -05:00
LRMtheBoss
5f1233730a
added blank lines as needed
...
formatted server ports table
2021-12-09 13:10:43 -05:00
LRMtheBoss
ecb7163593
fixed heading levels
...
added blank lines as needed
removed trailing spaces
2021-12-09 13:09:43 -05:00
LRMtheBoss
259e6fdafb
fixed heading levels
...
added blank lines as needed
2021-12-09 13:09:21 -05:00
LRMtheBoss
1b87a061eb
fixed heading levels
...
added blank lines as needed
removed trailing spaces
incased url
formatted server ports table
2021-12-09 13:09:14 -05:00