From a9feff90758f4cf5547e1310db279f0f014ceaf1 Mon Sep 17 00:00:00 2001 From: EspiDev Date: Mon, 29 Jul 2019 22:55:26 -0400 Subject: [PATCH] work??? --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6ef0eb5..ec46517 100644 --- a/config.json +++ b/config.json @@ -11,7 +11,7 @@ { "instance_name": "Hub", "home_directory": "./", - "command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -server -Dpaper.disableChannelLimit=true -jar minecraft_server.jar", + "command_to_run": "/opt/java/openjdk/bin/java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -server -Dpaper.disableChannelLimit=true -jar minecraft_server.jar", "max_lines": 2000, "amount_of_lines_to_cut_on_max": 100, "stop_process_command": "exit", @@ -27,4 +27,4 @@ "password": "EstiNetwork?123" } ] -} \ No newline at end of file +}