update paper egg
Switch to using the core pterodactyl java. Also removed the server query port in the config section.
This commit is contained in:
		| @@ -3,14 +3,14 @@ | ||||
|     "meta": { | ||||
|         "version": "PTDL_v1" | ||||
|     }, | ||||
|     "exported_at": "2019-03-28T15:18:36-04:00", | ||||
|     "exported_at": "2019-08-01T04:49:37-04:00", | ||||
|     "name": "Paper", | ||||
|     "author": "parker@pterodactyl.io", | ||||
|     "description": "High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies.", | ||||
|     "image": "quay.io\/parkervcp\/pterodactyl-images:debian_openjdk-8-jre", | ||||
|     "image": "quay.io\/pterodactyl\/core:java", | ||||
|     "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -Dterminal.jline=false -Dterminal.ansi=true -jar {{SERVER_JARFILE}}", | ||||
|     "config": { | ||||
|         "files": "{\r\n    \"server.properties\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"server-ip\": \"0.0.0.0\",\r\n            \"server-port\": \"{{server.build.default.port}}\",\r\n            \"query.port\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}", | ||||
|         "files": "{\r\n    \"server.properties\": {\r\n        \"parser\": \"properties\",\r\n        \"find\": {\r\n            \"server-ip\": \"0.0.0.0\",\r\n            \"server-port\": \"{{server.build.default.port}}\"\r\n        }\r\n    }\r\n}", | ||||
|         "startup": "{\r\n    \"done\": \")! For help, type \",\r\n    \"userInteraction\": [\r\n        \"Go to eula.txt for more info.\"\r\n    ]\r\n}", | ||||
|         "logs": "{}", | ||||
|         "stop": "stop" | ||||
| @@ -60,4 +60,4 @@ | ||||
|             "rules": "required|string|max:20" | ||||
|         } | ||||
|     ] | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user