summaryrefslogtreewikicommitdiff
path: root/src/main/resources/lang
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-05-04 11:00:06 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-05-04 11:00:06 -0400
commit0416f4bfd2f3202d43387909e7d965da64edc14a (patch)
tree2871fb329f78ba715fe9412e854a16c5a671db7b /src/main/resources/lang
parent1.4.3 beta 3 (diff)
downloadkenshinshideandseek-0416f4bfd2f3202d43387909e7d965da64edc14a.tar.gz
kenshinshideandseek-0416f4bfd2f3202d43387909e7d965da64edc14a.tar.bz2
kenshinshideandseek-0416f4bfd2f3202d43387909e7d965da64edc14a.zip
no pvp damage event fix
Diffstat (limited to '')
-rw-r--r--src/main/resources/lang/localization_de-DE.yml1
-rw-r--r--src/main/resources/lang/localization_en-US.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/main/resources/lang/localization_de-DE.yml b/src/main/resources/lang/localization_de-DE.yml
index 26841d5..d560d24 100644
--- a/src/main/resources/lang/localization_de-DE.yml
+++ b/src/main/resources/lang/localization_de-DE.yml
@@ -58,6 +58,7 @@ Localization:
STOP: "Das Spiel wurde gestoppt."
HIDER_TEAM_NAME: "&6&lHIDER"
SEEKER_TEAM_NAME: "&c&lSEEKER"
+ SPECTATOR_TEAM_NAME: "&8&lSPECTATOR"
HIDERS_SUBTITLE: "Verstecke dich gut vor den Seekern!"
SEEKERS_SUBTITLE: "Finde alle Hider!"
SPECTATOR_SUBTITLE: "Du bist mitten im spiel beigetreten."
diff --git a/src/main/resources/lang/localization_en-US.yml b/src/main/resources/lang/localization_en-US.yml
index 72719f2..1757877 100644
--- a/src/main/resources/lang/localization_en-US.yml
+++ b/src/main/resources/lang/localization_en-US.yml
@@ -59,6 +59,7 @@ Localization:
STOP: "Game has been force stopped."
HIDER_TEAM_NAME: "&6&lHIDER"
SEEKER_TEAM_NAME: "&c&lSEEKER"
+ SPECTATOR_TEAM_NAME: "&8&lSPECTATOR"
HIDERS_SUBTITLE: "Hide away from the seekers"
SEEKERS_SUBTITLE: "Eliminate all hiders"
SPECTATOR_SUBTITLE: "You joined mid-game."