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 | 012cb100a56499bf81a07874235b36bb6d6dd4a6 (patch) | |
tree | 7aeba97657840c9acc444e403b2d5a1f0093d78b | |
parent | a02e0de8b05083d96aa63caacc0448a84499f53e (diff) | |
download | Essentials-012cb100a56499bf81a07874235b36bb6d6dd4a6.tar Essentials-012cb100a56499bf81a07874235b36bb6d6dd4a6.tar.gz Essentials-012cb100a56499bf81a07874235b36bb6d6dd4a6.tar.lz Essentials-012cb100a56499bf81a07874235b36bb6d6dd4a6.tar.xz Essentials-012cb100a56499bf81a07874235b36bb6d6dd4a6.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 |