From 012cb100a56499bf81a07874235b36bb6d6dd4a6 Mon Sep 17 00:00:00 2001 From: KHobbits Date: Sun, 17 Feb 2013 16:30:05 +0000 Subject: Clarify command disabling. --- Essentials/src/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index bc6baca0b..d4023192c 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -85,11 +85,14 @@ warn-on-smite: true overridden-commands: # - god +# - info -# Disabled commands will be completely unavailable on the server. -# Disabling commands here will have no effect on command conflicts. +# Disabling commands here will prevent Essentials handling the command, this will not affect command conflicts. +# Commands should fallback to the vanilla versions if available. +# You should not have to disable commands used in other plugins, they will automatically get priority. disabled-commands: # - nick +# - clear # These commands will be shown to players with socialSpy enabled. # You can add commands from other plugins you may want to track or -- cgit v1.2.3