diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-28 16:02:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-28 16:02:01 -0400 |
commit | 52d6f450ed17acb656a1540e6a29c0ef66ce73cc (patch) | |
tree | e9d5e253fa5fadd5a9657efffe6e7329077d73d1 /src/main/resources/lang | |
parent | 1.4.1 Hotfix (diff) | |
parent | change lobby start item to start permission from op (diff) | |
download | kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.tar.gz kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.tar.bz2 kenshinshideandseek-52d6f450ed17acb656a1540e6a29c0ef66ce73cc.zip |
Merge pull request #25 from tylermurphy534/1.4.2
1.4.2
Diffstat (limited to 'src/main/resources/lang')
-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." |