#servers.yml
#Example:
# server1: <-- Server ID (Using same anything may break the command! Excluding x,y,z)
# name: server1 <-- Name that shows in /server Do not use & as it will not show
# identifier: 1 <-- do not use the same number
# online: true <-- Show server as offline and hidden from /Server | true to show it
# Gamemode: CREATIVE <-- SURVIVAL,CREATIVE,ADVENTURE ETC.. Default gamemode setting.
# x: 100 <-- X coordinate to teleport to
# y: 64 <-- y coordinate to teleport to
# z: 200<-- z coordinate to teleport to
#servers.yml
servers:
server1:
name: server1
identifier: 1
online: false
Gamemode: CREATIVE
x: 100
y: 64
z: 200
server2:
name: server2
identifier: 2
online: false
Gamemode: CREATIVE
x: 50
y: 70
z: 300
lobby:
name: lobby
identifier: 2
online: false
Gamemode: CREATIVE
x: 50
y: 70
z: 300
#######Server Management#######
fallback: "lobby"
x: 50
y: 70
z: 300