shano_dekono

townyperms.yml

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