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": "Brand new proxy server for Minecraft: Bedrock Edition",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -53,4 +54,4 @@
"rules": "required|string|max:20"
}
]
}
}

View File

@@ -10,7 +10,8 @@
"description": "Waterdog is fork of the well-known Waterfall, which is a fork of the well-known BungeeCord, server teleportation suite.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -53,4 +54,4 @@
"rules": "required|string|max:20"
}
]
}
}

View File

@@ -10,7 +10,8 @@
"description": "FlameCord is a patch for Travertine to fix possible exploits and add useful functionalities. FlameCord aims to fix Netty related exploits to keep your server safe from attacks.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -53,4 +54,4 @@
"rules": "required|regex:\/^([\\w\\d._-]+)(\\.jar)$\/"
}
]
}
}

View File

@@ -10,7 +10,8 @@
"description": "Travertine is a fork of Waterfall with 1.7 protocol support. Waterfall is a fork of the well-known BungeeCord server teleportation suite.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -71,4 +72,4 @@
"rules": "required|string|max:20"
}
]
}
}

View File

@@ -8,7 +8,9 @@
"name": "TyphoonLimbo",
"author": "parker@parkervcp.com",
"description": "Lightweight minecraft limbo server",
"features": null,
"features": [
"pid_limit"
],
"images": [
"ghcr.io\/parkervcp\/yolks:debian"
],

View File

@@ -10,7 +10,8 @@
"description": "Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",

View File

@@ -10,7 +10,8 @@
"description": "VIAaaS - ViaVersion as a Service - Standalone ViaVersion proxy",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",

View File

@@ -10,7 +10,8 @@
"description": "Waterfall is a fork of the well-known BungeeCord server teleportation suite.",
"features": [
"eula",
"java_version"
"java_version",
"pid_limit"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_17",
@@ -71,4 +72,4 @@
"rules": "required|string|max:20"
}
]
}
}