Advertisement
strikero

towny perms

Jan 13th, 2016
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 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.new
  21. - towny.command.town.join
  22. - towny.command.plot.perm
  23. - towny.command.nation.list
  24. - towny.town.resident
  25. - towny.town.spawn.public
  26. - towny.chat.general
  27.  
  28. # This section of permissions covers players who are members of a town.
  29. towns:
  30. default:
  31. # 'default' is the permission set which is auto assigned to any normal town member
  32. - towny.command.resident.*
  33. - towny.command.plot.claim
  34. - towny.command.plot.unclaim
  35. - towny.command.plot.forsale
  36. - towny.command.plot.notforsale
  37. - towny.command.plot.toggle.*
  38. - towny.command.plot.set.perm
  39. - towny.command.plot.set.reset
  40. - towny.command.town.online
  41. - towny.command.town.leave
  42. - towny.command.town.deposit
  43. - towny.town.spawn.town
  44. - towny.chat.town
  45. mayor:
  46. # Mayors get these permissions in addition to the default set.
  47. - towny.command.towny.top
  48. - towny.command.town.*
  49. - towny.tax_exempt
  50. - towny.command.plot.*
  51. - towny.claimed.owntown.*
  52. - towny.command.nation.new
  53. - -towny.command.rename
  54. - -towny.command.set.name
  55. - -towny.command.town.set.name
  56.  
  57. ranks:
  58. # Ranks contain additional permissions residents will be
  59. # granted if they are assigned that specific rank.
  60. assistant:
  61. - towny.command.town.claim.*
  62. - towny.command.town.add
  63. - towny.command.plot.*
  64. - towny.command.town.toggle.public
  65. - towny.claimed.owntown.switch.*
  66. # assistants are able to grant VIP and helper rank
  67. - towny.command.town.rank.vip
  68. - towny.command.townyadmin.toggle
  69. - towny.command.town.rank.helper
  70. - towny.claimed.owntown.*
  71. builder:
  72. - towny.claimed.owntown.build.*
  73. - towny.claimed.owntown.destroy.*
  74. co-mayor:
  75. - towny.command.towny.top
  76. - towny.command.town.*
  77. - towny.tax_exempt
  78. - towny.command.plot.*
  79. - towny.claimed.owntown.*
  80. # This section of permissions covers players who are members of any town in a nation.
  81. nations:
  82. default:
  83. # All nation members get these permissions.
  84. - towny.command.nation.online
  85. - towny.command.nation.deposit
  86. - towny.town.spawn.nation
  87. - towny.town.spawn.ally
  88. - towny.chat.nation
  89. king:
  90. # Kings get these permissions in addition to the default set.
  91. - towny.command.nation.*
  92.  
  93. ranks:
  94. assistant:
  95. - towny.command.nation.rank.helper
  96. - towny.command.nation.add
  97. - towny.command.nation.ally
  98. - towny.command.nation enemy
  99. helper:
  100. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement