updated example json

This commit is contained in:
Nayan
2025-09-04 16:28:25 +00:00
parent b355898d0a
commit 234aa2ba08
2 changed files with 21 additions and 3 deletions

View File

@@ -3,11 +3,13 @@
{
"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"
}
]