Add custom servers base and direct connect

This commit is contained in:
rtm516 2020-06-16 18:30:01 +01:00
commit 3679fd5034
13 changed files with 194 additions and 37 deletions

View file

@ -21,3 +21,20 @@ geyser:
# If debug messages should be sent through console, has to be enabled in both places to work
debug-mode: false
# A global list of servers sent to all clients
servers:
- address: "play.cubecraft.net"
- address: "127.0.0.1"
port: 25565
custom-servers:
# Should custom servers be enabled for users
enabled: false
# Max amount of custom servers per user
max: 10
# Storage engine for custom servers
# Can be json, sqlite
storage-type: json