diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-21 20:12:09 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-21 20:12:09 -0400 |
commit | 25c493c19b0ce9f2a657419bb2665740d3362125 (patch) | |
tree | f30672940670d0b96be5060fa18dbc8bd8f3a6f7 /src/main/resources/lang/localization_en-US.yml | |
parent | 1.4.1 Hotfix (diff) | |
download | kenshinshideandseek-25c493c19b0ce9f2a657419bb2665740d3362125.tar.gz kenshinshideandseek-25c493c19b0ce9f2a657419bb2665740d3362125.tar.bz2 kenshinshideandseek-25c493c19b0ce9f2a657419bb2665740d3362125.zip |
1.4.2 rc1
Diffstat (limited to 'src/main/resources/lang/localization_en-US.yml')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 16dacc8..33ae4ef 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -34,9 +34,10 @@ Localization: WORLDBORDER_INVALID_INPUT: "Invalid integer {AMOUNT}." WORLDBORDER_MIN_SIZE: "World border cannot be smaller than 100 blocks." 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_ENABLE: "Set border center to current location, size to {AMOUNT}, delay to {AMOUNT}, and move to {AMOUNT}." + WORLDBORDER_DECREASING: "World border decreasing by {AMOUNT} blocks over the next 30s." WORLDBORDER_WARN: "World border will shrink in the next 30s!" + WORLDBORDER_CHANGE_SIZE: "World border change cannot be 0 or less." 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." |