You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
450 B
11 lines
450 B
9 years ago
|
#to stop program:
|
||
|
loop_enable:False
|
||
|
|
||
|
#to stop checking for player movements (players will timeout and the php will stop showing the players due to old file modified times)
|
||
|
refresh_players_enable:False
|
||
|
#to stop checking for map updates (NOTE: the map update function is only able to detect new chunks, and only checks edge chunks if player is present in one)
|
||
|
refresh_map_enable:False
|
||
|
|
||
|
#other options:
|
||
|
refresh_players_seconds:60
|
||
|
refresh_map_seconds:300
|