mirror of
https://github.com/opus-tango/minecraft-server-discord-bot.git
synced 2026-03-20 03:55:20 +00:00
make files more clear and avoid git pull conflicts
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1 +1,3 @@
|
||||
.env
|
||||
servers.json
|
||||
config.json
|
||||
14
servers.json
14
servers.json
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
14
servers.json.example
Normal file
14
servers.json.example
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user