diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-27 13:01:39 -0600 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-12-27 13:01:39 -0600 |
commit | 7f9def05fb88441520bd95f0d5cf20f7162b72dd (patch) | |
tree | 8244125b9788cbe52c813266c93a69e8e1c8cd37 /src/main/resources/lang/localization_en-US.yml | |
parent | 1.3.3 beta 3 (diff) | |
download | kenshinshideandseek-7f9def05fb88441520bd95f0d5cf20f7162b72dd.tar.gz kenshinshideandseek-7f9def05fb88441520bd95f0d5cf20f7162b72dd.tar.bz2 kenshinshideandseek-7f9def05fb88441520bd95f0d5cf20f7162b72dd.zip |
fix ClassNotFound and add Licence headers
Diffstat (limited to 'src/main/resources/lang/localization_en-US.yml')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 977f69b..1a2a25a 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -36,6 +36,7 @@ Localization: WORLDBORDER_POSITION: "Spawn position must be 100 from world border center." WORLDBORDER_ENABLE: "Set border center to current location, size to {AMOUNT}, and delay to {AMOUNT}." WORLDBORDER_DECREASING: "World border decreasing by 100 blocks over the next 30s." + WORLDBORDER_WARN: "World border will shrink in the next 30s!" TAUNTED: "$c$oOh no! You have been chosen to be taunted." TAUNT: "A random hider will be taunted in the next 30s." TAUNT_ACTIVATE: "Taunt has been activated." |