summaryrefslogtreewikicommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index f826a88..457bb3a 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -54,7 +54,7 @@ worldBorder:
# The taunt will activate every delay set in seconds. It will spawn a firework
# on a random Hider to alert a Seeker where someone may be. You can choose
# to publially show the taunt countdown, and have the taunt run with only
-# one Hider left.
+# one Hider left. Taunt delay must at least be 60s.
taunt:
delay: 360
whenLastPerson: false
@@ -64,7 +64,8 @@ taunt:
# The glow powerup allows all Hiders to see where every Seeker is. It last for
# the amount of time set in seconds. You can allow it to be stackable, meaning
# when multiple Hiders use the powerup at the same time, it stacks the times, or
-# just overwrites. Only Hiders can see that the Seekers are glowing.
+# just overwrites. Only Hiders can see that the Seekers are glowing. Delay must
+# be longer than 1s.
glow:
time: 30
stackable: true