mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 20:12:54 +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.
|
# Restricted commands have been removed.
|
||||||
# Now we have a whitelist, all commands not on this list are only available to ops.
|
# 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 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:
|
player-commands:
|
||||||
- afk
|
- afk
|
||||||
- back
|
- back
|
||||||
|
@ -127,6 +128,7 @@ player-commands:
|
||||||
- compass
|
- compass
|
||||||
- depth
|
- depth
|
||||||
- getpos
|
- getpos
|
||||||
|
- geoip.show
|
||||||
- help
|
- help
|
||||||
- helpop
|
- helpop
|
||||||
- home
|
- home
|
||||||
|
@ -143,13 +145,31 @@ player-commands:
|
||||||
- nick
|
- nick
|
||||||
- pay
|
- pay
|
||||||
- ping
|
- ping
|
||||||
|
- portal
|
||||||
- powertool
|
- powertool
|
||||||
|
- protect
|
||||||
- r
|
- r
|
||||||
- rules
|
- rules
|
||||||
- seen
|
- seen
|
||||||
- sell
|
- sell
|
||||||
- sethome
|
- sethome
|
||||||
- setxmpp
|
- 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
|
- spawn
|
||||||
- suicide
|
- suicide
|
||||||
- tpa
|
- tpa
|
||||||
|
@ -157,6 +177,7 @@ player-commands:
|
||||||
- tpahere
|
- tpahere
|
||||||
- tpdeny
|
- tpdeny
|
||||||
- warp
|
- warp
|
||||||
|
- warp.list
|
||||||
- world
|
- world
|
||||||
- worth
|
- worth
|
||||||
- xmpp
|
- xmpp
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue