Advertisement
Guest User

Untitled

a guest
Nov 17th, 2016
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. # This file contains custom permission sets which will be assigned to your players
  2.  
  3. # depending on their current status.
  4.  
  5. #
  6.  
  7. # This is all managed by towny and pushed directly to CraftBukkits SuperPerms.
  8.  
  9. # These will be in addition to any you manually assign in your specific permission plugin.
  10.  
  11. #
  12.  
  13. # You may assign any Permission nodes here, including those from other plugins.
  14.  
  15. # You may also create any custom ranks you require.
  16.  
  17.  
  18.  
  19.  
  20.  
  21. # The 'nomad' permission set covers players not in any town
  22.  
  23. nomad:
  24.  
  25. - towny.command.towny.map
  26.  
  27. - towny.command.towny.prices
  28.  
  29. - towny.command.towny.tree
  30.  
  31. - towny.command.towny.time
  32.  
  33. - towny.command.towny.universe
  34.  
  35. - towny.command.towny.version
  36.  
  37. - towny.command.towny.war
  38.  
  39. - towny.command.town.new
  40.  
  41. - towny.command.town.join
  42.  
  43. - towny.command.town.list
  44.  
  45. - towny.command.plot.perm
  46.  
  47. - towny.command.nation.list
  48.  
  49. - towny.town.resident
  50.  
  51. - towny.town.spawn.public
  52.  
  53. - towny.chat.general
  54.  
  55.  
  56.  
  57. # This section of permissions covers players who are members of a town.
  58.  
  59. towns:
  60.  
  61. default:
  62.  
  63. # 'default' is the permission set which is auto assigned to any normal town member
  64.  
  65. - towny.command.resident.*
  66.  
  67. - towny.command.plot.claim
  68.  
  69. - towny.command.plot.unclaim
  70.  
  71. - towny.command.plot.forsale
  72.  
  73. - towny.command.plot.notforsale
  74.  
  75. - towny.command.plot.toggle.*
  76.  
  77. - towny.command.plot.set.perm
  78.  
  79. - towny.command.plot.set.reset
  80.  
  81. - towny.command.town.online
  82.  
  83. - towny.command.town.leave
  84.  
  85. - towny.command.town.deposit
  86.  
  87. - towny.town.spawn.town
  88.  
  89. - towny.chat.town
  90.  
  91. mayor:
  92.  
  93. # Mayors get these permissions in addition to the default set.
  94.  
  95. - towny.tax_exempt
  96.  
  97. - towny.command.towny.top
  98.  
  99. - towny.command.town.*
  100.  
  101. - towny.command.plot.*
  102.  
  103. - towny.claimed.owntown.*
  104.  
  105. - towny.command.nation.new
  106.  
  107.  
  108.  
  109. ranks:
  110.  
  111. # Ranks contain additional permissions residents will be
  112.  
  113. # granted if they are assigned that specific rank.
  114.  
  115. assistant:
  116.  
  117. - towny.tax_exempt
  118.  
  119. - towny.command.town.claim.*
  120.  
  121. - towny.command.town.add
  122.  
  123. - towny.command.plot.*
  124.  
  125. - towny.command.town.toggle.public
  126.  
  127. - towny.claimed.owntown.switch.*
  128.  
  129. # assistants are able to grant VIP and helper rank
  130.  
  131. - towny.command.town.rank.vip
  132.  
  133. - towny.command.town.rank.helper
  134.  
  135. helper:
  136.  
  137. - towny.claimed.townowned.switch.*
  138.  
  139. donator:
  140.  
  141. # Currently only an example rank holder with no extra permissions
  142.  
  143. vip:
  144.  
  145. - towny.cheat.bypass
  146.  
  147. # Sheriff rank is able to jail other town members.
  148.  
  149. sheriff:
  150.  
  151. - towny.command.town.toggle.jail
  152.  
  153.  
  154.  
  155. # This section of permissions covers players who are members of any town in a nation.
  156.  
  157. nations:
  158.  
  159. default:
  160.  
  161. # All nation members get these permissions.
  162.  
  163. - towny.command.nation.online
  164.  
  165. - towny.command.nation.deposit
  166.  
  167. - towny.town.spawn.nation
  168.  
  169. - towny.town.spawn.ally
  170.  
  171. - towny.chat.nation
  172.  
  173. king:
  174.  
  175. # Kings get these permissions in addition to the default set.
  176.  
  177. - towny.command.nation.*
  178.  
  179.  
  180.  
  181. ranks:
  182.  
  183. assistant:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement