Add sleep_on_start option

This commit is contained in:
timvisee
2021-11-08 17:41:02 +01:00
parent a1b64a2b24
commit e115bba827
5 changed files with 35 additions and 9 deletions

View File

@@ -19,6 +19,9 @@ command = "java -Xmx1G -Xms1G -jar server.jar --nogui"
# Internal IP and port of server started by lazymc to proxy to.
address = "127.0.0.1:25566"
# Start sleeping when starting lazymc.
sleep_on_start = true
[time]
# Sleep after number of seconds.
sleep_after = 60