Advertisement
Guest User

Untitled

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