diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-13 13:47:59 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-13 13:47:59 -0400 |
commit | 19488e62bf01ff1d9abe9aa149141d58aed801cf (patch) | |
tree | ccbbc26fb4622775394a3388a8836d9c28f9ff9b /src/main/resources/config.yml | |
parent | 1.4.0 rc2 (diff) | |
download | kenshinshideandseek-19488e62bf01ff1d9abe9aa149141d58aed801cf.tar.gz kenshinshideandseek-19488e62bf01ff1d9abe9aa149141d58aed801cf.tar.bz2 kenshinshideandseek-19488e62bf01ff1d9abe9aa149141d58aed801cf.zip |
1.4.0 rc3
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0cb2517..6c239fb 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -70,7 +70,8 @@ taunt: # 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. Delay must -# be longer than 1s. +# be longer than 1s. Since the glow effect wasn't added until Minecraft 1.9, +# any server running 1.8 will have this disabled regardless of the options below. glow: time: 30 stackable: true |