mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Added more default permissions for players to config.yml
This commit is contained in:
parent
b2e3290038
commit
a20f2b71da
1 changed files with 22 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue