diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-27 19:57:44 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2021-10-27 19:57:44 -0400 |
commit | 27dc2bbf908f10c103759a82c37560d63683ebce (patch) | |
tree | 899f154d788c322d88d8dc96e1c34b1e3cdd0aa2 /src/main/resources | |
parent | 1.3.0 full release (diff) | |
download | kenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.tar.gz kenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.tar.bz2 kenshinshideandseek-27dc2bbf908f10c103759a82c37560d63683ebce.zip |
1.3.1 build 1
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/localization.yml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/localization.yml b/src/main/resources/localization.yml index cf2fd30..e714046 100644 --- a/src/main/resources/localization.yml +++ b/src/main/resources/localization.yml @@ -19,7 +19,7 @@ Localization: CONFIG_RELOAD: "Reloaded the config." MAPSAVE_INPROGRESS: "Map save is currently in progress. Try again later." MAPSAVE_START: "Starting map save." - MAPSAVE_WARNING: "All commands will be disabled whenthe save is in progress. Do not turn off the server." + MAPSAVE_WARNING: "All commands will be disabled when the save is in progress. Do not turn off the server." MAPSAVE_END: "Map save complete." MAPSAVE_ERROR: "Coudnt find current map." WORLDBORDER_DISABLE: "Disabled worldborder." @@ -37,6 +37,7 @@ Localization: SETUP_LOBBY: "&c&l- &fLobby spawn isnt set, /hs setlobby" SETUP_EXIT: "&c&l- &fQuit/exit teleport location isnt set, /hs setexit" SETUP_SAVEMAP: "&c&l- &fHide and seek map isnt 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_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" @@ -45,6 +46,8 @@ Localization: START_INVALID_NAME: "Invalid player: {PLAYER}." START_COUNTDOWN: "Hiders have {AMOUNT} seconds to hide!" START: "Attetion SEEKERS, its time to fin the hiders!" - STOP: "Game has been force stopped" + STOP: "Game has been force stopped." HIDERS_SUBTITLE: "Hide away from the seekers" SEEKERS_SUBTITLE: "Eliminate all hiders" + BOUNDS_WRONG_WORLD: "Please run this command in the game world." + BOUNDS: "Sucessfully set bounds at this position." |