Make monitor parameters configurable

This commit is contained in:
2020-12-02 23:42:33 +01:00
parent 15b63f3cbd
commit c8b011913a
4 changed files with 19 additions and 3 deletions

View File

@@ -65,3 +65,10 @@ eventcratechance=10
spawnx=632032
spawny=187177
spawnz=-5500
# Player location monitor interface configuration
[monitor]
# the port to listen for connections on
port=8003
# how often the listeners should be updated (in milliseconds)
interval=5000