diff options
author | Iaccidentally <coryhuckaby@gmail.com> | 2012-02-14 14:16:34 -0500 |
---|---|---|
committer | Iaccidentally <coryhuckaby@gmail.com> | 2012-02-14 14:16:34 -0500 |
commit | 9fe119e720fa5dc640adc2a6c35992d8f3230eb6 (patch) | |
tree | f5efe4409bfb76656d2f77d93422f8f7fc8999b7 | |
parent | a6ac333a7461ce271ee3eb4d85a18a4bbdb610cd (diff) | |
download | Essentials-9fe119e720fa5dc640adc2a6c35992d8f3230eb6.tar Essentials-9fe119e720fa5dc640adc2a6c35992d8f3230eb6.tar.gz Essentials-9fe119e720fa5dc640adc2a6c35992d8f3230eb6.tar.lz Essentials-9fe119e720fa5dc640adc2a6c35992d8f3230eb6.tar.xz Essentials-9fe119e720fa5dc640adc2a6c35992d8f3230eb6.zip |
fix typo in config.yml
-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 63770a293..e43e63d45 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -335,7 +335,7 @@ non-ess-in-help: true # Hide plugins which dont give a permission # You can override a true value here for a single plugin by adding a permission to a user/group. -# The indervidual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless. +# The individual permission is: essentials.help.<plugin>, anyone with essentials.* or '*' will see all help this setting reguardless. # You can use negitive permissions to remove access to just a single plugins help if the following is enabled. hide-permissionless-help: true |