diff --git a/EstiConsole/config.json b/EstiConsole/config.json index 9401dab..585e22a 100644 --- a/EstiConsole/config.json +++ b/EstiConsole/config.json @@ -2,15 +2,15 @@ "instance_name": "MinigameHub", "instance_port": 19005, "sslencryption": true, - "cert_file_path": "./server.crt", - "key_file_path": "./server.key", + "cert_file_path": "EstiConsole/server.crt", + "key_file_path": "EstiConsole/server.key", "require_authentication": true, "enable_root": true, "master_key_location": "./masterkey.key", "servers": [ { "instance_name": "MinigameHub", - "home_directory": "../", + "home_directory": "./", "command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar", "max_lines": 2000, "amount_of_lines_to_cut_on_max": 100,