Advertisement
Diamond_Cat

Towny - townyperms.yml

Jan 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.23 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. - towny.chat.local
  31.  
  32. # This section of permissions covers players who are members of a town.
  33. towns:
  34. default:
  35. # 'default' is the permission set which is auto assigned to any normal town member
  36. - towny.command.resident.*
  37. - towny.command.plot.claim
  38. - towny.command.plot.unclaim
  39. - towny.command.plot.forsale
  40. - towny.command.plot.notforsale
  41. - towny.command.plot.toggle.*
  42. - towny.command.plot.set.perm
  43. - towny.command.plot.set.reset
  44. - towny.command.town.online
  45. - towny.command.town.leave
  46. - towny.command.town.deposit
  47. - towny.town.spawn.town
  48. - towny.chat.town
  49. - towny.chat.general
  50. - towny.chat.local
  51. mayor:
  52. # Mayors get these permissions in addition to the default set.
  53. - towny.tax_exempt
  54. - towny.command.towny.top
  55. - towny.command.town.*
  56. - towny.command.plot.*
  57. - towny.claimed.owntown.*
  58. - towny.outlaw.jailer
  59.  
  60. ranks:
  61. # Ranks contain additional permissions residents will be
  62. # granted if they are assigned that specific rank.
  63. assistant:
  64. - towny.command.town.claim.multiple
  65. - towny.command.town.claim.*
  66. - towny.command.town.add
  67. - towny.command.plot.*
  68. - towny.command.town.toggle.public
  69. - towny.claimed.owntown.switch.*
  70. - towny.command.town.withdraw
  71. # assistants are able to grant VIP and helper rank
  72. - towny.command.town.rank.vip
  73. - towny.command.town.rank.helper
  74. - towny.command.town.unclaim
  75. - towny.command.town.buy
  76. helper:
  77. - towny.claimed.townowned.switch.*
  78. donator:
  79. # Currently only an example rank holder with no extra permissions
  80. vip:
  81. - towny.cheat.bypass
  82. # Sheriff rank is able to jail other town members.
  83. sheriff:
  84. - towny.command.town.toggle.jail
  85. - towny.outlaw.jailer
  86. comayor:
  87. - towny.command.town.claim.multiple
  88. - towny.command.towny.top
  89. - towny.command.town.*
  90. - towny.command.plot.*
  91. - towny.claimed.owntown.*
  92. - towny.command.nation.new
  93. - towny.command.nation.leave
  94. - towny.command.town.claim.*
  95. - towny.town.*
  96.  
  97. # This section of permissions covers players who are members of any town in a nation.
  98. nations:
  99. default:
  100. # All nation members get these permissions.
  101. - towny.command.nation.online
  102. - towny.command.nation.deposit
  103. - towny.command.nation.spawn
  104. - towny.nation.spawn.nation
  105. - towny.nation.spawn.ally
  106. - towny.town.spawn.nation
  107. - towny.chat.nation
  108. king:
  109. # Kings get these permissions in addition to the default set.
  110. - towny.command.nation.*
  111.  
  112. ranks:
  113. assistant:
  114. - towny.command.nation.rank.helper
  115. - towny.command.nation.invite.add
  116. - towny.command.nation.ally.*
  117. - towny.command.nation enemy
  118. helper:
  119. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement