From 4188dadbe3825178349417ba8d594bca00761dc4 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Fri, 29 Oct 2021 19:57:40 -0400 Subject: 1.3.1 build 3 --- src/main/resources/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/resources/config.yml') 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 -- cgit v1.2.3-freya