summaryrefslogtreewikicommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2021-12-30 12:17:32 -0500
committerGitHub <noreply@github.com>2021-12-30 12:17:32 -0500
commit31d60d7d23715aa3f063241c0c420ea0b0bf003b (patch)
treeca43ffa540d9629f6f0faf2ab3d5e5941db0f352 /src/main/resources/config.yml
parentMerge pull request #16 from tylermurphy534/1.3.2 (diff)
parent1.3.3 rc5 (diff)
downloadkenshinshideandseek-31d60d7d23715aa3f063241c0c420ea0b0bf003b.tar.gz
kenshinshideandseek-31d60d7d23715aa3f063241c0c420ea0b0bf003b.tar.bz2
kenshinshideandseek-31d60d7d23715aa3f063241c0c420ea0b0bf003b.zip
Merge pull request #20 from tylermurphy534/1.3.3
1.3.3
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 7366476..778e3b4 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -79,9 +79,20 @@ 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"
# ---------------------------------------------------------- #