diff options
author | KHobbits <rob@khobbits.co.uk> | 2013-02-17 16:30:05 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2013-02-17 16:30:05 +0000 |
commit | 31f36621010f038107b8d342e2656ecafce33708 (patch) | |
tree | 2977612c73b147de1b0303efd3822e7506d7d360 | |
parent | 5f2c759a8f9059fed7d5a099b832f827b82e91b4 (diff) | |
download | Essentials-31f36621010f038107b8d342e2656ecafce33708.tar Essentials-31f36621010f038107b8d342e2656ecafce33708.tar.gz Essentials-31f36621010f038107b8d342e2656ecafce33708.tar.lz Essentials-31f36621010f038107b8d342e2656ecafce33708.tar.xz Essentials-31f36621010f038107b8d342e2656ecafce33708.zip |
Clarify command disabling.
-rw-r--r-- | Essentials/src/config.yml | 7 |
1 files 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 |