summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNecrodoom <doomed.war@gmail.com>2014-08-03 20:42:53 +0300
committerKHobbits <rob@khobbits.co.uk>2014-08-11 00:12:43 +0100
commitd9fbd6852979ffd2e2932925f29dbc3e7f652c4f (patch)
treef080f7c054b8803766a6c9eada6fcd7aaaec9fe4
parent49d80462d16cb79c05dddf83263ef794110dcd77 (diff)
downloadEssentials-d9fbd6852979ffd2e2932925f29dbc3e7f652c4f.tar
Essentials-d9fbd6852979ffd2e2932925f29dbc3e7f652c4f.tar.gz
Essentials-d9fbd6852979ffd2e2932925f29dbc3e7f652c4f.tar.lz
Essentials-d9fbd6852979ffd2e2932925f29dbc3e7f652c4f.tar.xz
Essentials-d9fbd6852979ffd2e2932925f29dbc3e7f652c4f.zip
Misc clarification (socialspy and kit delay)
clarify allow-silent-join-quit
-rw-r--r--Essentials/src/config.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index b167cb7ac..69bd4f984 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -110,6 +110,7 @@ disabled-commands:
# These commands will be shown to players with socialSpy enabled.
# You can add commands from other plugins you may want to track or
# remove commands that are used for something you dont want to spy on.
+# Set - '*' in order to listen on all possible commands.
socialspy-commands:
- msg
- w
@@ -224,6 +225,7 @@ player-commands:
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
+# Set delay to -1 for a one time kit.
# For more information, visit http://wiki.ess3.net/wiki/Kits
kits:
tools:
@@ -358,8 +360,9 @@ cancel-afk-on-move: true
# You can disable the death messages of Minecraft here.
death-messages: true
-# Should operators be able to join and part silently?
-# You can control this with permissions if it is enabled.
+# Should players with permissions be able to join and part silently?
+# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
+# In addition, people with essentials.silentjoin.vanish will be vanished on join.
allow-silent-join-quit: false
# You can set a custom join message here, set to "none" to disable.