Workaround for bugged console output
This commit is contained in:
		| @@ -8,7 +8,7 @@ | ||||
|     "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", | ||||
|     "startup": "java -Xms128M -Xmx{{SERVER_MEMORY}}M -jar {{SERVER_JARFILE}}", | ||||
|     "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}", | ||||
|         "startup": "{\r\n    \"done\": \")! For help, type \",\r\n    \"userInteraction\": [\r\n        \"Go to eula.txt for more info.\"\r\n    ]\r\n}", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user