mirror of
https://github.com/timvisee/lazymc.git
synced 2025-08-01 04:32:06 -07:00
Add client holding feature
Don't disconnect client when server starts, hold them for a while, and relay when the server is ready. This makes the start-and-connect process much more transparent.
This commit is contained in:
@@ -43,6 +43,10 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
|
||||
# Minimum time in seconds to stay online when server is started.
|
||||
#minimum_online_time = 60
|
||||
|
||||
# Hold client for number of seconds on connect while server starts (instead of kicking immediately).
|
||||
# 0 to disable, keep below Minecraft timeout of 30 seconds.
|
||||
#hold_client_for = 25
|
||||
|
||||
[messages]
|
||||
# MOTDs, shown in server browser.
|
||||
#motd_sleeping = "☠ Server is sleeping\n§2☻ Join to start it up"
|
||||
|
Reference in New Issue
Block a user