-
Notifications
You must be signed in to change notification settings - Fork 3
Config
r3pt1s edited this page Feb 23, 2024
·
5 revisions
You can choose between tmux and screen as a start method.
{
"language": "en_US",
"memoryLimit": 512,
"debugMode": false,
"updateChecks": true,
"executeUpdates": true,
"startMethod": "tmux",
"network": {
"port": 3656,
"encryption": true
},
"httpServer": {
"enabled": false,
"port": 8000,
"auth-key": "2TZX22N3JI"
},
"startCommands": {
"server": "%CLOUD_PATH%bin/php7/bin/php %SOFTWARE_PATH%PocketMine-MP.phar --no-wizard",
"proxy": "java -jar %SOFTWARE_PATH%Waterdog.jar"
}
}
Made with ❤️ by r3pt1s! :)