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