mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 12:05:22 +00:00
14 lines
403 B
JSON
14 lines
403 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"path": "/path/to/server/folder",
|
|
"servername": "example",
|
|
"startcommand": "screen -S example java -Xmx1024M -Xms512M -jar /path/to/server/spigot-1.18.2.jar nogui"
|
|
},
|
|
{
|
|
"path": "/path/to/server/folder",
|
|
"servername": "example2",
|
|
"startcommand": "examplestartscript.sh"
|
|
}
|
|
]
|
|
} |