Advertisement
Guest User

Untitled

a guest
May 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. # This section of permissions covers players who are members of a town.
  2. towns:
  3. default:
  4. # 'default' is the permission set which is auto assigned to any normal town member
  5. - towny.command.resident.*
  6. - towny.command.plot.claim
  7. - towny.command.plot.unclaim
  8. - towny.command.plot.forsale
  9. - towny.command.plot.notforsale
  10. - towny.command.plot.toggle.*
  11. - towny.command.plot.set.perm
  12. - towny.command.plot.set.reset
  13. - towny.command.town.online
  14. - towny.command.town.leave
  15. - towny.command.town.deposit
  16. - towny.town.spawn.town
  17. - towny.chat.town
  18. mayor:
  19. # Mayors get these permissions in addition to the default set.
  20. - towny.tax_exempt
  21. - towny.command.towny.top
  22. - towny.command.town.*
  23. - towny.command.plot.*
  24. - towny.claimed.owntown.*
  25. - towny.outlaw.jailer
  26.  
  27. ranks:
  28. # Ranks contain additional permissions residents will be
  29. # granted if they are assigned that specific rank.
  30. assistant:
  31. - towny.tax_exempt
  32. - towny.command.town.claim.*
  33. - towny.command.town.invite.add
  34. - towny.command.plot.*
  35. - towny.command.town.toggle.public
  36. - towny.claimed.owntown.switch.*
  37. # assistants are able to grant VIP and helper rank
  38. - towny.command.town.rank.vip
  39. - towny.command.town.rank.helper
  40. - towny.outlaw.jailer
  41. sheriff:
  42. - towny.command.town.toggle.jail
  43. - towny.outlaw.jailer
  44. # Builder rank is able to edit anywhere in the town.
  45. builder:
  46. - towny.claimed.owntown.build.*
  47. - towny.claimed.owntown.destroy.*
  48. - towny.claimed.owntown.switch.*
  49. - towny.claimed.owntown.item_use.*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement