Files
minecraft-server-discord-bot/servers.json
2025-08-25 19:34:45 -04:00

14 lines
375 B
JSON

{
"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"
}
]
}