Advertisement
lkjfdsaofmc

Towny Perms

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