add server list json and sample script

This commit is contained in:
Nayan
2025-08-25 19:34:45 -04:00
parent c010de8914
commit bbd377193e
2 changed files with 24 additions and 0 deletions

14
servers.json Normal file
View File

@@ -0,0 +1,14 @@
{
"example_json": {
"path": "/path/to/server/folder",
"servername": "example",
"startcommand": "screen -S example java -Xmx1024M -Xms512M -jar /path/to/server/spigot-1.18.2.jar nogui"
},
"servers": [
{
"path": "",
"servername": "testserver1",
"startcommand": "./startserver.sh"
}
]
}