diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-03 13:07:40 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-03 13:07:40 -0400 |
commit | f4954efb39612b2903a57a0cbeaa088e67644976 (patch) | |
tree | 5cee8770db70459d44036b3fe44b076441bf27a5 /src/main/resources/lang/localization_en-US.yml | |
parent | Merge pull request #25 from tylermurphy534/1.4.2 (diff) | |
download | kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.tar.gz kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.tar.bz2 kenshinshideandseek-f4954efb39612b2903a57a0cbeaa088e67644976.zip |
start of 1.4.3
Diffstat (limited to 'src/main/resources/lang/localization_en-US.yml')
-rw-r--r-- | src/main/resources/lang/localization_en-US.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml index 33ae4ef..72719f2 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -57,6 +57,8 @@ Localization: START_COUNTDOWN: "Hiders have {AMOUNT} seconds to hide!" START: "Attention SEEKERS, its time to find the hiders!" STOP: "Game has been force stopped." + HIDER_TEAM_NAME: "&6&lHIDER" + SEEKER_TEAM_NAME: "&c&lSEEKER" HIDERS_SUBTITLE: "Hide away from the seekers" SEEKERS_SUBTITLE: "Eliminate all hiders" SPECTATOR_SUBTITLE: "You joined mid-game." |