diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-13 23:11:35 -0400 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-05-13 23:11:35 -0400 |
commit | 99c1ea8eb34093f27c37d315e2bc447f93998287 (patch) | |
tree | 467212664cbbfe0d744fc43344a4f8b17370f5f8 /src/main/resources/lang/localization_en-US.yml | |
parent | refactor and encapsulate classes (diff) | |
download | kenshinshideandseek-99c1ea8eb34093f27c37d315e2bc447f93998287.tar.gz kenshinshideandseek-99c1ea8eb34093f27c37d315e2bc447f93998287.tar.bz2 kenshinshideandseek-99c1ea8eb34093f27c37d315e2bc447f93998287.zip |
better spectator flight and teleporting
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 1115fc4..07d547b 100644 --- a/src/main/resources/lang/localization_en-US.yml +++ b/src/main/resources/lang/localization_en-US.yml @@ -71,6 +71,8 @@ Localization: NO_GAME_INFO: "Player has no gameplay information." INFORMATION_FOR: "Win information for {PLAYER}:" BLOCKED_COMMAND: "Command blocked by Hide And Seek plugin." + FLYING_ENABLED: "&l&bFlying Enabled" + FLYING_DISABLED: "&l&bFlying Disabled" # DO NOT EDIT IT OR IT MAY BREAK OR RESET FILE version: 3 |