mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-19 19:52:52 +00:00
16 lines
511 B
JSON
16 lines
511 B
JSON
{
|
|
"servers": [
|
|
{
|
|
"path": "/path/to/server/folder",
|
|
"servername": "example",
|
|
"description": "Example server (1.21.1)",
|
|
"startcommand": "screen -S example java -Xmx1024M -Xms512M -jar /path/to/server/spigot-1.18.2.jar nogui"
|
|
},
|
|
{
|
|
"path": "/path/to/server/folder",
|
|
"servername": "example2",
|
|
"description": "Example server (1.18.2)",
|
|
"startcommand": "examplestartscript.sh"
|
|
}
|
|
]
|
|
} |