Added "CleanupDelay" rule. authored by MarcatoSound's avatar MarcatoSound
...@@ -50,6 +50,8 @@ General: ...@@ -50,6 +50,8 @@ General:
MaxInstances: 5 MaxInstances: 5
# How long in minutes until the dungeon is automatically ended and the players are kicked out. 0 will disable the time limit. # How long in minutes until the dungeon is automatically ended and the players are kicked out. 0 will disable the time limit.
TimeLimit: 0 TimeLimit: 0
# How long in ticks to wait before cleaning up a dungeon when all players have left it. 0 will clean up the dungeon instantly.
CleanupDelay: 0
# When set to 'true', when players take items from reward functions, they'll be put in a rewards list. # When set to 'true', when players take items from reward functions, they'll be put in a rewards list.
# Upon finishing the dungeon, the players will be given the rewards. # Upon finishing the dungeon, the players will be given the rewards.
... ...
......