diff options
author | KimKandor <KimKandor@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-13 13:16:47 +0000 |
---|---|---|
committer | KimKandor <KimKandor@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-05-13 13:16:47 +0000 |
commit | d0bc33aaab0982876a02bdfdfdecda7b060f8253 (patch) | |
tree | 4d39dc11a1da79e04e9f9059e6720b95959f3782 | |
parent | bc485b5b78a0ce9945d299a3a42e0ae0e8d4cd8c (diff) | |
download | Essentials-d0bc33aaab0982876a02bdfdfdecda7b060f8253.tar Essentials-d0bc33aaab0982876a02bdfdfdecda7b060f8253.tar.gz Essentials-d0bc33aaab0982876a02bdfdfdecda7b060f8253.tar.lz Essentials-d0bc33aaab0982876a02bdfdfdecda7b060f8253.tar.xz Essentials-d0bc33aaab0982876a02bdfdfdecda7b060f8253.zip |
Updated command override section concerning worldguard /KK
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1428 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index a79f05ff6..f8163609f 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -103,8 +103,8 @@ rules: # For example, if WorldGuard and Essentials are both enabled, and WorldGuard takes control over /god, /essentials:god # will still map to Essentials, whereas it might normally get forced upon WorldGuard. Commands prefixed with an "e", # such as /egod, will always grant Essentials priority. -# Because WorldGuard's /god is broken/unreliable, we should try to take priority over /god. If this doesn't work, use -# /essentials:god or /egod. Do NOT use WorldGuard's /god, or you will likely be stuck in god mode. +# We should try to take priority over /god. If this doesn't work, use +# /essentials:god or /egod. If god is set using WorldGuard, use /ungod to remove then use whichever you see fit. overridden-commands: - god |