1
0
mirror of https://github.com/parkervcp/eggs.git synced 2024-10-06 23:57:07 +02:00

Update velocity egg image

update the egg to use `debian_openjdk-15-hotspot` as the one it uses doesnt exist.
This commit is contained in:
Omar Kamel 2020-12-16 10:59:48 -05:00 committed by GitHub
parent 97dabea7ff
commit 86b78a0c54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
"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:adoptopenjdk-15-hotspot",
"image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-15-hotspot",
"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 +43,4 @@
"rules": "required|string|max:20"
}
]
}
}