diff options
Diffstat (limited to 'src/main/resources/localization.yml')
-rw-r--r-- | src/main/resources/localization.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/resources/localization.yml b/src/main/resources/localization.yml index f6a82dc..e73ee80 100644 --- a/src/main/resources/localization.yml +++ b/src/main/resources/localization.yml @@ -27,7 +27,7 @@ Localization: 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: "Would border decreasing by 100 blocks over the next 30s." + WORLDBORDER_DECREASING: "World border decreasing by 100 blocks over 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." @@ -52,3 +52,6 @@ Localization: BOUNDS_WRONG_WORLD: "Please run this command in the game world." BOUNDS: "Successfully set bounds at this position ({AMOUNT}/2)." NOT_AT_ZERO: "Please do not set at a location containing a coordinate at 0." + +# DO NOT EDIT +version: 2 |