You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
967 B
JSON
31 lines
967 B
JSON
{
|
|
"instance_name": "Hub",
|
|
"instance_port": 19005,
|
|
"sslencryption": false,
|
|
"cert_file_path": "./server.crt",
|
|
"key_file_path": "./server.key",
|
|
"require_authentication": false,
|
|
"enable_root": true,
|
|
"master_key_location": "./masterkey.key",
|
|
"servers": [
|
|
{
|
|
"instance_name": "Hub",
|
|
"home_directory": "./",
|
|
"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",
|
|
"unresponsive_kill_time_seconds": 20,
|
|
"minecraft_mode": true,
|
|
"start_process_on_initialize": true
|
|
}
|
|
],
|
|
"proxied_servers": [],
|
|
"users": [
|
|
{
|
|
"name": "estinet",
|
|
"password": "EstiNetwork?123"
|
|
}
|
|
]
|
|
}
|