summaryrefslogtreewikicommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2022-05-05 12:22:04 -0400
committerTyler Murphy <tylermurphy534@gmail.com>2022-05-05 12:22:04 -0400
commit36027e007e512d54e7e3cd8fb66774cc9c5e43f2 (patch)
tree3ebf0f2868f8b2be243124f7f69e8681a7ff0124 /src/main/resources
parentactionbar messages (diff)
downloadkenshinshideandseek-36027e007e512d54e7e3cd8fb66774cc9c5e43f2.tar.gz
kenshinshideandseek-36027e007e512d54e7e3cd8fb66774cc9c5e43f2.tar.bz2
kenshinshideandseek-36027e007e512d54e7e3cd8fb66774cc9c5e43f2.zip
countdown titles, and possible config save for utf8
Diffstat (limited to '')
-rw-r--r--src/main/resources/config.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 8e52343..cdf88ac 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -14,6 +14,19 @@ gameLength: 1200
# default: true
announceMessagesToNonPlayers: true
+# When the game is starting, the plugin will state there is x seconds left to hide.
+# You change where countdown messages to be displayed: in the chat, action bar, or a title.
+# Below you can set CHAT, ACTIONBAR, or TITLE. Any invalid option will revert to CHAT.
+#
+# CHAT - Messages will be displayed in the chat
+#
+# ACTIONBAR - Messages will be displayed in the action bar (area above the hotbar)
+#
+# TITLE - Messages will be displayed as a title
+#
+# default: CHAT
+hideCountdownDisplay: CHAT
+
# Allow Hiders to see their own teams nametags as well as seekers. Seekers can never see nametags regardless.
# default: false
nametagsVisible: false