Advertisement
Guest User

Untitled

a guest
May 25th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.72 KB | None | 0 0
  1. # This file contains custom permission sets which will be assigned to your players
  2. # depending on their current status.
  3. #
  4. # This is all managed by towny and pushed directly to CraftBukkits SuperPerms.
  5. # These will be in addition to any you manually assign in your specific permission plugin.
  6. #
  7. # You may assign any Permission nodes here, including those from other plugins.
  8. # You may also create any custom ranks you require.
  9.  
  10.  
  11. # The 'nomad' permission set covers players not in any town
  12. nomad:
  13. - towny.command.towny.map
  14. - towny.command.towny.prices
  15. - towny.command.towny.tree
  16. - towny.command.towny.time
  17. - towny.command.towny.universe
  18. - towny.command.towny.version
  19. - towny.command.towny.war
  20. - towny.command.town.online
  21. - towny.command.town.here
  22. - towny.command.town.new
  23. - towny.command.town.join
  24. - towny.command.town.list
  25. - towny.command.plot.perm
  26. - towny.command.nation.list
  27. - towny.town.resident
  28. - towny.town.spawn.public
  29. - towny.chat.general
  30.  
  31. # This section of permissions covers players who are members of a town.
  32. towns:
  33. default:
  34. # 'default' is the permission set which is auto assigned to any normal town member
  35. - towny.command.resident.*
  36. - towny.command.plot.claim
  37. - towny.command.plot.unclaim
  38. - towny.command.plot.forsale
  39. - towny.command.plot.notforsale
  40. - towny.command.plot.toggle.*
  41. - towny.command.plot.set.perm
  42. - towny.command.plot.set.reset
  43. - towny.command.town.online
  44. - towny.command.town.leave
  45. - towny.command.town.deposit
  46. - towny.town.spawn.town
  47. - towny.chat.town
  48. mayor:
  49. # Mayors get these permissions in addition to the default set.
  50. - towny.tax_exempt
  51. - towny.command.towny.top
  52. - towny.command.town.*
  53. - towny.command.plot.*
  54. - towny.claimed.owntown.*
  55. - towny.outlaw.jailer
  56.  
  57. ranks:
  58. # Ranks contain additional permissions residents will be
  59. # granted if they are assigned that specific rank.
  60. assistant:
  61. - towny.tax_exempt
  62. - towny.command.town.claim.*
  63. - towny.command.town.invite.add
  64. - towny.command.plot.*
  65. - towny.command.town.toggle.public
  66. - towny.claimed.owntown.switch.*
  67. # assistants are able to grant VIP and helper rank
  68. - towny.command.town.rank.vip
  69. - towny.command.town.rank.helper
  70. - towny.outlaw.jailer
  71. vip:
  72.  
  73. helper:
  74.  
  75. donator:
  76.  
  77. sheriff:
  78. - towny.command.town.toggle.jail
  79. - towny.outlaw.jailer
  80. # Builder rank is able to edit anywhere in the town.
  81. builder:
  82. - towny.claimed.owntown.build.*
  83. - towny.claimed.owntown.destroy.*
  84. - towny.claimed.owntown.switch.*
  85. - towny.claimed.owntown.item_use.*
  86.  
  87. # This section of permissions covers players who are members of any town in a nation.
  88. nations:
  89. default:
  90. # All nation members get these permissions.
  91. - towny.command.nation.online
  92. - towny.command.nation.deposit
  93. - towny.command.nation.spawn
  94. - towny.nation.spawn.nation
  95. - towny.town.spawn.nation
  96. - towny.chat.nation
  97. king:
  98. # Kings get these permissions in addition to the default set.
  99. - towny.command.nation.*
  100.  
  101. ranks:
  102. assistant:
  103. - towny.command.nation.rank.helper
  104. - towny.command.nation.invite.add
  105. - towny.command.nation.ally.*
  106. - towny.command.nation enemy
  107. helper:
  108. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement