Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 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.list
  40.  
  41. - towny.command.plot.perm
  42.  
  43. - towny.command.nation.list
  44.  
  45. - towny.town.resident
  46.  
  47. - towny.town.spawn.public
  48.  
  49. - towny.chat.general
  50.  
  51.  
  52.  
  53. # This section of permissions covers players who are members of a town.
  54.  
  55. towns:
  56.  
  57. default:
  58.  
  59. # 'default' is the permission set which is auto assigned to any normal town member
  60.  
  61. - towny.command.resident.*
  62.  
  63. - towny.command.plot.claim
  64.  
  65. - towny.command.plot.unclaim
  66.  
  67. - towny.command.plot.forsale
  68.  
  69. - towny.command.plot.notforsale
  70.  
  71. - towny.command.plot.toggle.*
  72.  
  73. - towny.command.plot.set.perm
  74.  
  75. - towny.command.plot.set.reset
  76.  
  77. - towny.command.town.online
  78.  
  79. - towny.command.town.leave
  80.  
  81. - towny.command.town.deposit
  82.  
  83. - towny.town.spawn.town
  84.  
  85. - towny.chat.town
  86.  
  87. mayor:
  88.  
  89. # Mayors get these permissions in addition to the default set.
  90.  
  91. - towny.tax_exempt
  92.  
  93. - towny.command.towny.top
  94.  
  95. - towny.command.town.*
  96.  
  97. - towny.command.plot.*
  98.  
  99. - towny.claimed.owntown.*
  100.  
  101. - towny.command.nation.new
  102.  
  103.  
  104.  
  105. ranks:
  106.  
  107. # Ranks contain additional permissions residents will be
  108.  
  109. # granted if they are assigned that specific rank.
  110.  
  111. assistant:
  112.  
  113. - towny.tax_exempt
  114.  
  115. - towny.command.town.claim.*
  116.  
  117. - towny.command.town.add
  118.  
  119. - towny.command.plot.*
  120.  
  121. - towny.command.town.toggle.public
  122.  
  123. - towny.claimed.owntown.switch.*
  124.  
  125. # assistants are able to grant VIP and helper rank
  126.  
  127. - towny.command.town.rank.vip
  128.  
  129. - towny.command.town.rank.helper
  130.  
  131. helper:
  132.  
  133. - towny.claimed.townowned.switch.*
  134.  
  135. donator:
  136.  
  137. # Currently only an example rank holder with no extra permissions
  138.  
  139. vip:
  140.  
  141. - towny.cheat.bypass
  142.  
  143. # Sheriff rank is able to jail other town members.
  144.  
  145. sheriff:
  146.  
  147. - towny.command.town.toggle.jail
  148.  
  149.  
  150.  
  151. # This section of permissions covers players who are members of any town in a nation.
  152.  
  153. nations:
  154.  
  155. default:
  156.  
  157. # All nation members get these permissions.
  158.  
  159. - towny.command.nation.online
  160.  
  161. - towny.command.nation.deposit
  162.  
  163. - towny.town.spawn.nation
  164.  
  165. - towny.town.spawn.ally
  166.  
  167. - towny.chat.nation
  168.  
  169. king:
  170.  
  171. # Kings get these permissions in addition to the default set.
  172.  
  173. - towny.command.nation.*
  174.  
  175.  
  176.  
  177. ranks:
  178.  
  179. assistant:
  180.  
  181. - towny.command.nation.rank.helper
  182.  
  183. - towny.command.nation.add
  184.  
  185. - towny.command.nation.ally
  186.  
  187. - towny.command.nation enemy
  188.  
  189. helper:
  190.  
  191. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement