forked from git-mirrors/GeyserConnect
Add automatic shutdown when proxy is empty
This commit is contained in:
parent
166006594b
commit
03979f2808
5 changed files with 40 additions and 4 deletions
|
@ -28,6 +28,10 @@ geyser:
|
|||
# If debug messages should be sent through console, has to be enabled in both places to work
|
||||
debug-mode: false
|
||||
|
||||
# The time to wait after the last player disconnects to shutdown the proxy
|
||||
# In seconds, set to -1 to disable
|
||||
shutdown-time: 300
|
||||
|
||||
# A global list of servers sent to all clients
|
||||
servers:
|
||||
- address: "play.cubecraft.net"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue