summaryrefslogtreewikicommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-25 08:16:03 -0600
committerTyler Murphy <tylermurphy534@gmail.com>2021-12-25 08:16:03 -0600
commit6239acb08a43d6bfef51f6abc8b7cc65687c51c7 (patch)
tree0f8fa7d17f9139f8aa64e72453272674334029df /src/main/resources/config.yml
parentMerge pull request #16 from tylermurphy534/1.3.2 (diff)
downloadkenshinshideandseek-6239acb08a43d6bfef51f6abc8b7cc65687c51c7.tar.gz
kenshinshideandseek-6239acb08a43d6bfef51f6abc8b7cc65687c51c7.tar.bz2
kenshinshideandseek-6239acb08a43d6bfef51f6abc8b7cc65687c51c7.zip
1.3.3 beta 2
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 7366476..ae130f8 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -79,9 +79,21 @@ prefix:
gameover: '&aGame Over > &f'
warning: '&cWarning > &f'
+# This is the section if you want a standard "waiting for players" lobby. You can specify
+# the standard countdown length under [countdown] (min 10 seconds). Then once the lobby gets to a size specified
+# by [changeCountdown], the timer will automatically go to 10 seconds. [min] is the minimum players
+# to start the countdown. [max] is the lobby cap, set to -1 to remove maximum cap.
+lobby:
+ countdown: 60
+ changeCountdown: 5
+ min: 3
+ max: 10
+ enabled: true
+
+
# Changes the default plugin language. Currently, Supported localizations are:
-# en-US (United States)
-# de-DE (German)
+# en-US (English - United States)
+# de-DE (German - Germany)
local: "en-US"
# ---------------------------------------------------------- #