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.
This commit is contained in:
softwarenoob
2022-01-20 19:43:40 +02:00
parent ca944ddc9e
commit aa13403503
25 changed files with 72 additions and 42 deletions

View File

@@ -10,7 +10,8 @@
"description": "Minecraft is a game about placing blocks and going on adventures. Explore randomly generated worlds and build amazing things from the simplest of homes to the grandest of castles. Play in Creative Mode with unlimited resources or mine deep in Survival Mode, crafting weapons and armor to fend off dangerous mobs. Do all this alone or with friends.\r\n\r\nVanillaCord adds support for BungeeCord's ip_forward setting.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -53,4 +54,4 @@
"rules": "required|string|between:3,15"
}
]
}
}