diff options
author | snowleo <schneeleo@gmail.com> | 2011-07-23 01:29:31 +0200 |
---|---|---|
committer | snowleo <schneeleo@gmail.com> | 2011-07-23 01:29:31 +0200 |
commit | a20f2b71da49ac1c65fd577be2264ae14a85367c (patch) | |
tree | bd95fd6cba80f27ba87a7bc0a9333288d5574fef | |
parent | b2e32900381dd590691db56f527cbd09f661d93a (diff) | |
download | Essentials-a20f2b71da49ac1c65fd577be2264ae14a85367c.tar Essentials-a20f2b71da49ac1c65fd577be2264ae14a85367c.tar.gz Essentials-a20f2b71da49ac1c65fd577be2264ae14a85367c.tar.lz Essentials-a20f2b71da49ac1c65fd577be2264ae14a85367c.tar.xz Essentials-a20f2b71da49ac1c65fd577be2264ae14a85367c.zip |
Added more default permissions for players to config.yml
-rw-r--r-- | Essentials/src/config.yml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 7aaec6027..ea40bd87d 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -117,7 +117,8 @@ disabled-commands: # Restricted commands have been removed. # Now we have a whitelist, all commands not on this list are only available to ops. # These will have NO EFFECT if you have Permissions installed! -# These are here only if you want something simpler than Permissions. +# They are here only if you want something simpler than Permissions. +# These are the permissions without the "essentials." part. player-commands: - afk - back @@ -127,6 +128,7 @@ player-commands: - compass - depth - getpos + - geoip.show - help - helpop - home @@ -143,13 +145,31 @@ player-commands: - nick - pay - ping + - portal - powertool + - protect - r - rules - seen - sell - sethome - setxmpp + - signs.create.protection + - signs.create.trade + - signs.break.protection + - signs.break.trade + - signs.use.balance + - signs.use.buy + - signs.use.disposal + - signs.use.free + - signs.use.heal + - signs.use.mail + - signs.use.protection + - signs.use.sell + - signs.use.time + - signs.use.trade + - signs.use.warp + - signs.use.weather - spawn - suicide - tpa @@ -157,6 +177,7 @@ player-commands: - tpahere - tpdeny - warp + - warp.list - world - worth - xmpp |