Advertisement
lukemango

Untitled

Dec 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.89 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.  
  31. towns:
  32. default:
  33. # 'default' is the permission set which is auto assigned to any normal town member
  34. - towny.command.resident.*
  35. - towny.command.plot.claim
  36. - towny.command.plot.unclaim
  37. - towny.command.plot.forsale
  38. - towny.command.plot.notforsale
  39. - towny.command.plot.toggle.*
  40. - towny.command.plot.set.perm
  41. - towny.command.plot.set.reset
  42. - towny.command.town.online
  43. - towny.command.town.leave
  44. - towny.command.town.deposit
  45. - towny.town.spawn.town
  46. - towny.chat.town
  47. mayor:
  48. - towny.command.town.set.mayor
  49. - towny.tax_exempt
  50. - towny.command.towny.top
  51. - towny.command.town.*
  52. - towny.command.plot.*
  53. - towny.claimed.owntown.*
  54. - towny.outlaw.jailer
  55. - towny.command.nation.leave
  56. - towny.command.town.set.homeblock
  57. - towny.command.town.invite.accept
  58. ranks:
  59. co-mayor:
  60. - -towny.command.town.set.mayor
  61. - towny.tax_exempt
  62. - towny.command.plot.*
  63. - towny.command.town.*
  64. - towny.command.towny.top
  65. - towny.claimed.owntown.*
  66. - towny.outlaw.jailer
  67. - towny.command.town.toggle.jail
  68. assistant:
  69. - towny.tax_exempt
  70. - towny.command.town.claim.*
  71. - towny.command.town.invite.add
  72. - towny.command.plot.*
  73. - towny.command.town.toggle.public
  74. - towny.claimed.owntown.switch.*
  75. - towny.command.town.rank.vip
  76. - towny.command.town.rank.helper
  77. - towny.outlaw.jailer
  78. builder:
  79. - towny.tax_exempt
  80. - towny.claimed.owntown.*
  81. sheriff:
  82. - towny.tax_exempt
  83. - towny.command.town.toggle.jail
  84. - towny.outlaw.jailer
  85.  
  86. # This section of permissions covers players who are members of any town in a nation.
  87. nations:
  88. default:
  89. - towny.command.nation.online
  90. - towny.command.nation.deposit
  91. - towny.command.nation.spawn
  92. - towny.nation.spawn.nation
  93. - towny.nation.spawn.ally
  94. - towny.town.spawn.nation
  95. - towny.chat.nation
  96. - towny.chat.alliance
  97. king:
  98. - towny.command.nation.*
  99. - towny.command.nation.deposit.other
  100. ranks:
  101. co-emperor:
  102. - -towny.command.nation.set.king
  103. - -towny.command.nation.set.capitol
  104. - towny.command.nation.*
  105. - towny.command.nation.deposit.other
  106. assistant:
  107. - towny.command.nation.rank.helper
  108. - towny.command.nation.invite.add
  109. - towny.command.nation.ally.*
  110. - towny.command.nation.enemy
  111. - towny.command.nation.deposit.other
  112. helper:
  113. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement