chore(minecraft): update images to Yolks and include feature modals

Updates Minecraft eggs to have the new Yolks images and features for EULA and Java version selector popup modals.
This commit is contained in:
softwarenoob
2021-11-26 02:14:52 +02:00
parent 890fb04b00
commit c2a17a19f4
27 changed files with 184 additions and 102 deletions

View File

@@ -9,12 +9,14 @@
"author": "support@pterodactyl.io",
"description": "Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.",
"features": [
"eula"
"eula",
"java_version"
],
"images": [
"ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_16"
"ghcr.io\/pterodactyl\/yolks:java_16",
"ghcr.io\/pterodactyl\/yolks:java_17"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}",
@@ -60,4 +62,4 @@
"rules": "required|string|between:3,7"
}
]
}
}