Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 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.join
  23. - towny.command.town.list
  24. - towny.command.plot.perm
  25. - towny.command.nation.list
  26. - towny.town.resident
  27. - towny.town.spawn.public
  28. - towny.chat.general
  29.  
  30. # This section of permissions covers players who are members of a town.
  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. # Mayors get these permissions in addition to the default set.
  49. - towny.tax_exempt
  50. - towny.command.towny.top
  51. - towny.command.town.*
  52. - towny.command.plot.*
  53. - towny.claimed.owntown.*
  54. - towny.command.nation.new
  55. - towny.outlaw.jailer
  56.  
  57. ranks:
  58. # Ranks contain additional permissions residents will be
  59. # granted if they are assigned that specific rank.
  60. assistant:
  61. - towny.tax_exempt
  62. - towny.command.town.claim.*
  63. - towny.command.town.invite.add
  64. - towny.command.plot.*
  65. - towny.command.town.toggle.public
  66. - towny.claimed.owntown.switch.*
  67. - towny.claimed.owntown.*
  68. # assistants are able to grant VIP and helper rank
  69. - towny.command.town.rank.vip
  70. - towny.command.town.rank.helper
  71. - towny.outlaw.jailer
  72. helper:
  73. - towny.claimed.townowned.switch.*
  74. - towny.claimed.townowned.*
  75. donator:
  76. # Currently only an example rank holder with no extra permissions
  77. vip:
  78. - towny.cheat.bypass
  79. # Sheriff rank is able to jail other town members.
  80. sheriff:
  81. - towny.command.town.toggle.jail
  82. - towny.outlaw.jailer
  83.  
  84. # This section of permissions covers players who are members of any town in a nation.
  85. nations:
  86. default:
  87. # All nation members get these permissions.
  88. - towny.command.nation.online
  89. - towny.command.nation.deposit
  90. - towny.command.nation.spawn
  91. - towny.nation.spawn.nation
  92. - towny.nation.spawn.ally
  93. - towny.town.spawn.nation
  94. - towny.chat.nation
  95. king:
  96. # Kings get these permissions in addition to the default set.
  97. - towny.command.nation.*
  98.  
  99. ranks:
  100. assistant:
  101. - towny.command.nation.rank.helper
  102. - towny.command.nation.invite.add
  103. - towny.command.nation.ally.*
  104. - towny.command.nation enemy
  105. helper:
  106. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement