Skip to content

Commit d9fbd68

Browse files
necrodoomkhobbits
authored andcommitted
Misc clarification (socialspy and kit delay)
clarify allow-silent-join-quit
1 parent 49d8046 commit d9fbd68

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Essentials/src/config.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ disabled-commands:
110110
# These commands will be shown to players with socialSpy enabled.
111111
# You can add commands from other plugins you may want to track or
112112
# remove commands that are used for something you dont want to spy on.
113+
# Set - '*' in order to listen on all possible commands.
113114
socialspy-commands:
114115
- msg
115116
- w
@@ -224,6 +225,7 @@ player-commands:
224225
# Syntax: - itemID[:DataValue/Durability] Amount [Enchantment:Level].. [itemmeta:value]...
225226
# For Item Meta information visit http://wiki.ess3.net/wiki/Item_Meta
226227
# 'delay' refers to the cooldown between how often you can use each kit, measured in seconds.
228+
# Set delay to -1 for a one time kit.
227229
# For more information, visit http://wiki.ess3.net/wiki/Kits
228230
kits:
229231
tools:
@@ -358,8 +360,9 @@ cancel-afk-on-move: true
358360
# You can disable the death messages of Minecraft here.
359361
death-messages: true
360362

361-
# Should operators be able to join and part silently?
362-
# You can control this with permissions if it is enabled.
363+
# Should players with permissions be able to join and part silently?
364+
# You can control this with essentials.silentjoin and essentials.silentquit permissions if it is enabled.
365+
# In addition, people with essentials.silentjoin.vanish will be vanished on join.
363366
allow-silent-join-quit: false
364367

365368
# You can set a custom join message here, set to "none" to disable.

0 commit comments

Comments
 (0)