diff options
author | KHobbits <rob@khobbits.co.uk> | 2012-01-29 01:27:04 +0000 |
---|---|---|
committer | KHobbits <rob@khobbits.co.uk> | 2012-01-29 01:27:04 +0000 |
commit | b3252168f62652d5fce51b02c27b3654206dba91 (patch) | |
tree | e03d7344bec66438471c617e5989e5fb6566d49a | |
parent | e1abdbdd370989c48ea49e54306155750e18b598 (diff) | |
download | Essentials-b3252168f62652d5fce51b02c27b3654206dba91.tar Essentials-b3252168f62652d5fce51b02c27b3654206dba91.tar.gz Essentials-b3252168f62652d5fce51b02c27b3654206dba91.tar.lz Essentials-b3252168f62652d5fce51b02c27b3654206dba91.tar.xz Essentials-b3252168f62652d5fce51b02c27b3654206dba91.zip |
Disable all signs by default.
-rw-r--r-- | Essentials/src/config.yml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index a9e980725..3ad4e3ce8 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -166,16 +166,18 @@ kits: - 278 1 - 279 1 -# Enable specifc signs on the server -# See http://ess.khhq.net/wiki/Sign_Tutorial for specific instructions. -# To enable remove # symbol. +# Essentials Sign Control +# See http://ess.khhq.net/wiki/Sign_Tutorial for instructions on how to use these. +# To enable signs, remove # symbol. To disable all signs, comment/remove each sign. +# We recommend not enabling chest protection signs if you don't intend to use them, (or are using LWC/Lockette). + enabledSigns: - - balance + #- balance #- buy #- sell #- trade #- free - - disposal + #- disposal #- warp #- kit #- mail |