forked from git-mirrors/GeyserConnect
Add custom servers base and direct connect
This commit is contained in:
parent
fc3b792e84
commit
3679fd5034
13 changed files with 194 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue