-
-
Notifications
You must be signed in to change notification settings - Fork 38
/
msh-config.json
32 lines (32 loc) · 927 Bytes
/
msh-config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"Server": {
"Folder": "{path/to/server/folder}",
"FileName": "{server.jar}",
"Version": "1.19.2",
"Protocol": 760
},
"Commands": {
"StartServer": "java <Commands.StartServerParam> -jar <Server.FileName> nogui",
"StartServerParam": "-Xmx1024M -Xms1024M",
"StopServer": "stop",
"StopServerAllowKill": 10
},
"Msh": {
"Debug": 1,
"ID": "",
"MshPort": 25555,
"MshPortQuery": 25555,
"EnableQuery": true,
"TimeBeforeStoppingEmptyServer": 30,
"SuspendAllow": false,
"SuspendRefresh": -1,
"InfoHibernation": " §fserver status:\n §b§lHIBERNATING",
"InfoStarting": " §fserver status:\n §6§lWARMING UP",
"NotifyUpdate": true,
"NotifyMessage": true,
"Whitelist": [],
"WhitelistImport": false,
"ShowResourceUsage": false,
"ShowInternetUsage": false
}
}