add all available official java image options

This commit is contained in:
Alex
2021-06-14 21:37:48 +03:00
Unverified
parent 71d603fea7
commit f5ddf80de6
18 changed files with 228 additions and 86 deletions
@@ -1,14 +1,22 @@
{
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO",
"meta": {
"version": "PTDL_v1"
"version": "PTDL_v1",
"update_url": null
},
"exported_at": "2020-11-22T01:50:29-05:00",
"exported_at": "2021-06-14T21:33:30+03:00",
"name": "Velocity",
"author": "parker@parkervcp.com",
"description": "Velocity is a Minecraft server proxy with unparalleled server support, scalability, and flexibility.",
"features": null,
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-15-hotspot",
"images": [
"quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-15-hotspot",
"ghcr.io\/pterodactyl\/yolks:java_8",
"ghcr.io\/pterodactyl\/yolks:java_11",
"ghcr.io\/pterodactyl\/yolks:java_14",
"ghcr.io\/pterodactyl\/yolks:java_16"
],
"file_denylist": [],
"startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:+UnlockExperimentalVMOptions -XX:+ParallelRefProcEnabled -XX:+AlwaysPreTouch -XX:MaxInlineLevel=15 -jar {{SERVER_JARFILE}}",
"config": {
"files": "{\r\n \"velocity.toml\": {\r\n \"parser\": \"file\",\r\n \"find\": {\r\n \"bind = \": \"bind = \\\"0.0.0.0:{{server.build.default.port}}\\\"\"\r\n }\r\n }\r\n}",
@@ -43,4 +51,4 @@
"rules": "required|string|max:20"
}
]
}
}