Add alert pause durations

This commit is contained in:
ErrorNoInternet
2023-01-23 22:53:35 +08:00
parent 122da153bc
commit 4ac4e2b5a7
2 changed files with 6 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ alert_command = [
"-d{player_name} is near your base! Their coordinates are {x} {y} {z}.",
"<your URL here (or a service such as ntfy.sh)>"
]
alert_pause_time = 5 # the amount of seconds to wait between alert messages
cleanup_interval = 300 # the amount of seconds to wait before checking for idle entities
mob_expiry_time = 300 # the maximum amount of time a mob can stay idle before getting cleared
mob_packet_drop_level = 5 # the amount of mob packets to drop (0 = 0%, 5 = 50%, 10 = 100%)