diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-26 14:23:39 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-26 14:23:39 -0500 |
commit | 6b453dde9758bc6d4d399528209addc2b817ce1a (patch) | |
tree | 3172b2afa630621a22cc65426f6b932b1b0f912f /src/main/resources/lang/localization_en-US.yml | |
parent | fix seeker/hider returning null (diff) | |
download | kenshinshideandseek-6b453dde9758bc6d4d399528209addc2b817ce1a.tar.gz kenshinshideandseek-6b453dde9758bc6d4d399528209addc2b817ce1a.tar.bz2 kenshinshideandseek-6b453dde9758bc6d4d399528209addc2b817ce1a.zip |
1.7.0RC1
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 61d562b..062f4f2 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -49,7 +49,11 @@ Localization: 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" + ERROR_GAME_SEEKER_SPAWN: "Please set seeker spawn location first" ERROR_MAP_BOUNDS: "Please set map bounds before saving" + WARN_MAP_BOUNDS: "This location is not inside map bounds, this could cause issues" + WARN_SPAWN_RESET: "Game spawn reset due to not being inside map bounds" + WARN_SEEKER_SPAWN_RESET: "Seeker spawn reset due to not being inside map bounds" SETUP: "&f&lThe following is needed for setup..." SETUP_GAME: "&c&l- &fGame spawn isn't set, /hs map set spawn <map>" SETUP_LOBBY: "&c&l- &fLobby spawn isn't set, /hs map set lobby <map>" @@ -100,6 +104,7 @@ Localization: SEEKER_LOBBY_INVALID: "Seeker lobby must be in the same world as game spawn." CONFIG_ERROR: "Error reloading config. Check server logs." BLOCKHUNT_DISABLED: "Please enable blockhunt in this map inside maps.yml to enable disguises. Blockhunt does not work on 1.8" + BLOCKHUNT_UNSUPPORTED: "Blockhunt does not work on 1.8" BLOCKHUNT_SET_TO: "Blockhunt set to {AMOUNT}." BLOCKHUNT_BLOCK_EXISTS: "{AMOUNT} is already set in the blockhunt config." BLOCKHUNT_BLOCK_DOESNT_EXIT: "{AMOUNT} is already not set in the blochunt config." |