diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 16:51:44 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-20 16:51:50 -0500 |
commit | d09daa4682bba968a9180aee62a65cad9fea3766 (patch) | |
tree | bf0bcd97d3a5ae8c925add9c7df89e015ca4ac52 /src/main/resources/config.yml | |
parent | remove iml file (diff) | |
download | kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.tar.gz kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.tar.bz2 kenshinshideandseek-d09daa4682bba968a9180aee62a65cad9fea3766.zip |
localization resets on internal update
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r-- | src/main/resources/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 64fdece..c6b5ecd 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -36,6 +36,9 @@ autoJoin: false # default: false teleportToExit: false +countdown: + + # The worldborder closes every interval, which is evey [delay] in minutes. # Thw worldborder starts at [size], and decreases 100 blocks every interval. # x & z are the center location. [enabled] is whenever the border is enabled. |