summaryrefslogtreewikicommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 778e3b4..1e3cbda 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -90,10 +90,20 @@ lobby:
max: 10
enabled: true
+# As a hider, the closer a seeker gets to you, the louder and faster a pining noise will play.
+# There are 3 separate distances (in blocks) you can set to the 3 different levels for the noise.
+# The higher the level, the closer the seeker.
+seekerPing:
+ distances:
+ level1: 30
+ level2: 20
+ level3: 10
+ enabled: true
+
# Changes the default plugin language. Currently, Supported localizations are:
# en-US (English - United States)
# de-DE (German - Germany)
-local: "en-US"
+locale: "en-US"
# ---------------------------------------------------------- #
# ONLY EDIT BEYOND THIS POINT IF YOU KNOW WHAT YOU ARE DOING #