Perms update for Towny update
This commit is contained in:
parent
bba30416fa
commit
f535ede502
1 changed files with 11 additions and 4 deletions
|
@ -17,6 +17,8 @@ nomad:
|
|||
- towny.command.towny.universe
|
||||
- towny.command.towny.version
|
||||
- towny.command.towny.war
|
||||
- towny.command.town.online
|
||||
- towny.command.town.here
|
||||
- towny.command.town.new
|
||||
- towny.command.town.join
|
||||
- towny.command.town.list
|
||||
|
@ -51,6 +53,7 @@ towns:
|
|||
- towny.command.plot.*
|
||||
- towny.claimed.owntown.*
|
||||
- towny.command.nation.new
|
||||
- towny.outlaw.jailer
|
||||
|
||||
ranks:
|
||||
# Ranks contain additional permissions residents will be
|
||||
|
@ -58,13 +61,14 @@ towns:
|
|||
assistant:
|
||||
- towny.tax_exempt
|
||||
- towny.command.town.claim.*
|
||||
- towny.command.town.add
|
||||
- towny.command.town.invite.add
|
||||
- towny.command.plot.*
|
||||
- towny.command.town.toggle.public
|
||||
- towny.claimed.owntown.switch.*
|
||||
# assistants are able to grant VIP and helper rank
|
||||
- towny.command.town.rank.vip
|
||||
- towny.command.town.rank.helper
|
||||
- towny.outlaw.jailer
|
||||
helper:
|
||||
- towny.claimed.townowned.switch.*
|
||||
donator:
|
||||
|
@ -76,6 +80,7 @@ towns:
|
|||
# Sheriff rank is able to jail other town members.
|
||||
sheriff:
|
||||
- towny.command.town.toggle.jail
|
||||
- towny.outlaw.jailer
|
||||
|
||||
# This section of permissions covers players who are members of any town in a nation.
|
||||
nations:
|
||||
|
@ -83,8 +88,10 @@ nations:
|
|||
# All nation members get these permissions.
|
||||
- towny.command.nation.online
|
||||
- towny.command.nation.deposit
|
||||
- towny.command.nation.spawn
|
||||
- towny.nation.spawn.nation
|
||||
- towny.nation.spawn.ally
|
||||
- towny.town.spawn.nation
|
||||
- towny.town.spawn.ally
|
||||
- towny.chat.nation
|
||||
king:
|
||||
# Kings get these permissions in addition to the default set.
|
||||
|
@ -93,8 +100,8 @@ nations:
|
|||
ranks:
|
||||
assistant:
|
||||
- towny.command.nation.rank.helper
|
||||
- towny.command.nation.add
|
||||
- towny.command.nation.ally
|
||||
- towny.command.nation.invite.add
|
||||
- towny.command.nation.ally.*
|
||||
- towny.command.nation enemy
|
||||
helper:
|
||||
- towny.command.nation.add
|
||||
|
|
Loading…
Reference in a new issue