diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-29 19:57:40 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-29 19:57:40 -0400 |
commit | 4188dadbe3825178349417ba8d594bca00761dc4 (patch) | |
tree | a69504786a52d1263cd8face36e93608dd440d12 /src/main/resources/config.yml | |
parent | 1.3.1 build 2 (diff) | |
download | kenshinshideandseek-4188dadbe3825178349417ba8d594bca00761dc4.tar.gz kenshinshideandseek-4188dadbe3825178349417ba8d594bca00761dc4.tar.bz2 kenshinshideandseek-4188dadbe3825178349417ba8d594bca00761dc4.zip |
1.3.1 build 3
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 5 |
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 |