Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.12 KB | None | 0 0
  1. Shadow Kingdom Survival - Towny Ranks and Permissions
  2.  
  3.     ranks:
  4.        # Ranks contain additional permissions residents will be
  5.         # granted if they are assigned that specific rank.
  6.         assistant:
  7.            - towny.tax_exempt
  8.             - towny.command.town.claim.*
  9.             - towny.command.town.add
  10.             - towny.command.plot.*
  11.             - towny.claimed.owntown.switch.*
  12.             # Assistants are able to grant helper rank
  13.             - towny.command.town.rank.helper
  14.         # Helpers can add players to the Town and edit some settings
  15.         helper:
  16.            - towny.claimed.townowned.switch.*
  17.             - towny.command.town.add
  18.         # Sheriffs are able to jail other town members.
  19.         sheriff:
  20.            - towny.command.town.toggle.jail
  21.         manager:
  22.        # Managers have the same permissions as town Mayors. Only give this rank to VERY trusted players!!
  23.             - towny.tax_exempt
  24.             - towny.command.towny.top
  25.             - towny.command.town.*
  26.             - towny.command.plot.*
  27.             - towny.claimed.owntown.*
  28.             - towny.command.nation.new
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement