LordyZa

Untitled

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