diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-02 13:38:22 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-02 13:38:22 -0400 |
commit | 37b3840ca163a1824d3799bcf14bb62173157ece (patch) | |
tree | 30b55925a3f7fb239f6c329bbff229cf93bee333 /src/main/resources/lang | |
parent | 1.7.0 beta 2 (diff) | |
download | kenshinshideandseek-37b3840ca163a1824d3799bcf14bb62173157ece.tar.gz kenshinshideandseek-37b3840ca163a1824d3799bcf14bb62173157ece.tar.bz2 kenshinshideandseek-37b3840ca163a1824d3799bcf14bb62173157ece.zip |
1.7.0 beta 3
Diffstat (limited to '')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 23 |
1 files changed, 16 insertions, 7 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 53f86be..a78a421 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -48,13 +48,15 @@ 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_MAP_BOUNDS: "Please set map bounds before saving" SETUP: "&f&lThe following is needed for setup..." - SETUP_GAME: "&c&l- &fGame spawn isn't set, /hs setspawn" - SETUP_LOBBY: "&c&l- &fLobby spawn isn't set, /hs setlobby" - SETUP_SEEKER_LOBBY: "&c&l- &fSeeker Lobby spawn isn't set, /hs setseekerlobby" + 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>" + SETUP_SEEKER_LOBBY: "&c&l- &fSeeker Lobby spawn isn't set, /hs map set seekerlobby <map>" SETUP_EXIT: "&c&l- &fQuit/exit teleport location isn't set, /hs setexit" - SETUP_SAVEMAP: "&c&l- &fHide and seek map isn't saved, /hs savemap (after /hs setspawn)" - SETUP_BOUNDS: "&c&l- &fPlease set game bounds in 2 opposite corners of the game map, /hs setbounds" + SETUP_SAVEMAP: "&c&l- &fHide and seek map isn't saved, /hs map save <map>" + SETUP_BOUNDS: "&c&l- &fPlease set game bounds in 2 opposite corners of the game map, /hs map set bounds <map>" + SETUP_BLOCKHUNT: "&c&l - &fIf blockhunt is enabled, there needs to be at least 1 block set, /hs map blockhunt block add block <map> <block>" SETUP_COMPLETE: "Everything is setup and ready to go!" GAME_SPAWN: "Set game spawn position to current location" LOBBY_SPAWN: "Set lobby position to current location" @@ -88,8 +90,8 @@ Localization: MAP_CREATED: "Created new map: {AMOUNT}" MAP_FAIL_DELETE: "Failed to delete map: {AMOUNT}" MAP_DELETED: "Deleted map: {AMOUNT}" - NO_MAPS: "There are no maps in the plugin rn (/hs addmap)" - MAP_NOT_SETUP: "Map {AMOUNT} is not setup (/hs setup <map>)" + NO_MAPS: "There are no maps in the plugin rn (/hs map add <name>)" + MAP_NOT_SETUP: "Map {AMOUNT} is not setup (/hs map status <map>)" LIST_MAPS: "The current maps are:" ARGUMENT_COUNT: "This command requires more arguments to run." GAME_SPAWN_NEEDED: "Game spawn must be set before seeker spawn." @@ -97,6 +99,13 @@ 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_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." + BLOCKHUNT_BLOCK_ADDED: "Added {AMOUNT} to blockhunt config." + BLOCKHUNT_BLOCK_REMOVED: "Removed {AMOUNT} from blockhunt config." + BLOCKHUNT_LIST_BLOCKS: "The following blockhunt blocks are:" + NO_BLOCKS: "There are no blockhunt blocks in this map." # DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE version: 4 |