Advertisement
Guest User

Untitled

a guest
Jun 12th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 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.toggle.*
  37. - towny.command.plot.set.perm
  38. - towny.command.plot.set.reset
  39. - towny.command.town.online
  40. - towny.command.town.leave
  41. - towny.command.town.deposit
  42. - towny.town.spawn.town
  43. - towny.chat.town
  44. mayor:
  45. # Mayors get these permissions in addition to the default set.
  46. - towny.command.towny.top
  47. - towny.command.town.*
  48. - towny.command.plot.*
  49. - towny.claimed.owntown.*
  50. - towny.command.nation.new
  51.  
  52. ranks:
  53. # Ranks contain additional permissions residents will be
  54. # granted if they are assigned that specific rank.
  55. assistant:
  56. - towny.command.town.claim.*
  57. - towny.claimed.owntown.build.*
  58. - towny.claimed.owntown.destroy.*
  59. - towny.claimed.owntown.switch.*
  60. - towny.claimed.owntown.item_use.*
  61. - towny.command.town.add
  62. - towny.command.plot.*
  63. - towny.command.town.toggle.public
  64. - towny.claimed.owntown.switch.*
  65. # assistants are able to grant VIP rank
  66. - towny.command.town.rank.vip
  67. Trusted:
  68. - towny.command.plot.forsale
  69. - towny.command.plot.notforsale
  70. - towny.command.plot.*
  71. - towny.command.town.add
  72. vip:
  73. - towny.cheat.bypass
  74.  
  75. # This section of permissions covers players who are members of any town in a nation.
  76. nations:
  77. default:
  78. # All nation members get these permissions.
  79. - towny.command.nation.online
  80. - towny.command.nation.deposit
  81. - towny.town.spawn.nation
  82. - towny.town.spawn.ally
  83. - towny.chat.nation
  84. king:
  85. # Kings get these permissions in addition to the default set.
  86. - towny.command.nation.*
  87. ranks:
  88. assistant:
  89. - towny.command.nation.rank.helper
  90. - towny.command.nation.add
  91. - towny.command.nation.ally
  92. - towny.command.nation enemy
  93. helper:
  94. - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement