@@ -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.
113114socialspy-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
228230kits :
229231 tools :
@@ -358,8 +360,9 @@ cancel-afk-on-move: true
358360# You can disable the death messages of Minecraft here.
359361death-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.
363366allow-silent-join-quit : false
364367
365368# You can set a custom join message here, set to "none" to disable.
0 commit comments