diff options
author | KHobbits <rob@khobbits.co.uk> | 2014-04-07 14:09:09 +0100 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2014-04-07 14:09:09 +0100 |
commit | 214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e (patch) | |
tree | f4a243da752e6243c1eed9dcc9f198d1c4c99cb3 | |
parent | 737fadc39092761495722f52f5db6668f0cdc12b (diff) | |
download | Essentials-214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e.tar Essentials-214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e.tar.gz Essentials-214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e.tar.lz Essentials-214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e.tar.xz Essentials-214d64e4ad2d70a85d28ed2a64fd0b31e80baf7e.zip |
Update config.yml to reflect vanilla fallback no longer works.
-rw-r--r-- | Essentials/src/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index dc08aec58..1ab9733ae 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -101,8 +101,8 @@ overridden-commands: # - info # 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. +# See http://wiki.bukkit.org/Commands.yml#aliases to map commands to other plugins. disabled-commands: # - nick # - clear |