diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-04-13 14:02:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-13 14:02:00 -0400 |
commit | 44040cc87b23726d19834de76f1cdae6f6458448 (patch) | |
tree | ccbbc26fb4622775394a3388a8836d9c28f9ff9b /src/main/resources/lang/localization_en-US.yml | |
parent | Merge pull request #20 from tylermurphy534/1.3.3 (diff) | |
parent | 1.4.0 rc3 (diff) | |
download | kenshinshideandseek-44040cc87b23726d19834de76f1cdae6f6458448.tar.gz kenshinshideandseek-44040cc87b23726d19834de76f1cdae6f6458448.tar.bz2 kenshinshideandseek-44040cc87b23726d19834de76f1cdae6f6458448.zip |
Merge pull request #22 from tylermurphy534/1.4.0
1.4.0
Diffstat (limited to 'src/main/resources/lang/localization_en-US.yml')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 93cbd4e..16dacc8 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -37,7 +37,7 @@ Localization: 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." + 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." ERROR_GAME_SPAWN: "Please set game spawn location first" @@ -54,7 +54,7 @@ Localization: START_MIN_PLAYERS: "You must have at least {AMOUNT} players to start." START_INVALID_NAME: "Invalid player: {PLAYER}." START_COUNTDOWN: "Hiders have {AMOUNT} seconds to hide!" - START: "Attention SEEKERS, its time to fin the hiders!" + START: "Attention SEEKERS, its time to find the hiders!" STOP: "Game has been force stopped." HIDERS_SUBTITLE: "Hide away from the seekers" SEEKERS_SUBTITLE: "Eliminate all hiders" @@ -64,7 +64,8 @@ Localization: NOT_AT_ZERO: "Please do not set at a location containing a coordinate at 0." NO_GAME_INFO: "Player has no gameplay information." INFORMATION_FOR: "Win information for {PLAYER}:" + BLOCKED_COMMAND: "Command blocked by Hide And Seek plugin." # DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE -version: 2 +version: 3 type: "en-US"
\ No newline at end of file |