Advertisement
delbertina

Server Towny Perms - 11/5/18

Nov 5th, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.90 KB | None | 0 0
  1. # This file contains custom permission sets which will be assigned to your players
  2.  
  3. # depending on their current status.
  4.  
  5. #
  6.  
  7. # This is all managed by towny and pushed directly to CraftBukkits SuperPerms.
  8.  
  9. # These will be in addition to any you manually assign in your specific permission plugin.
  10.  
  11. #
  12.  
  13. # You may assign any Permission nodes here, including those from other plugins.
  14.  
  15. # You may also create any custom ranks you require.
  16.  
  17.  
  18.  
  19.  
  20.  
  21. # The 'nomad' permission set covers players not in any town
  22.  
  23. nomad:
  24.     - towny.command.towny.map
  25.  
  26.     - towny.command.towny.prices
  27.  
  28.     - towny.command.towny.tree
  29.  
  30.     - towny.command.towny.time
  31.  
  32.     - towny.command.towny.universe
  33.  
  34.     - towny.command.towny.version
  35.  
  36.     - towny.command.towny.war
  37.  
  38.     - towny.command.town.online
  39.  
  40.     - towny.command.town.here
  41.  
  42. #    - towny.command.town.new
  43.  
  44.     - towny.command.town.join
  45.  
  46.     - towny.command.town.list
  47.  
  48.     - towny.command.plot.perm
  49.  
  50.     - towny.command.nation.list
  51.  
  52.     - towny.town.resident
  53.  
  54.     - towny.town.spawn.public
  55.  
  56.     - towny.chat.general
  57.  
  58.    
  59.  
  60. # This section of permissions covers players who are members of a town.
  61.  
  62. towns:
  63.     default:
  64.         # 'default' is the permission set which is auto assigned to any normal town member
  65.  
  66.         - towny.command.resident.*
  67.  
  68.         - towny.command.plot.claim
  69.  
  70.         - towny.command.plot.unclaim
  71.  
  72.         - towny.command.plot.forsale
  73.  
  74.         - towny.command.plot.notforsale
  75.  
  76.         - towny.command.plot.toggle.*
  77.  
  78.         - towny.command.plot.set.perm
  79.  
  80.         - towny.command.plot.set.reset
  81.  
  82.         - towny.command.town.online
  83.  
  84.         - towny.command.town.leave
  85.  
  86.         - towny.command.town.deposit
  87.  
  88.         - towny.town.spawn.town
  89.  
  90.         - towny.chat.town
  91.  
  92.     mayor:
  93.         # Mayors get these permissions in addition to the default set.
  94.  
  95.         - towny.tax_exempt
  96.  
  97.         - towny.command.towny.top
  98.  
  99.         - towny.command.town.*
  100.  
  101.         - towny.command.plot.*
  102.  
  103.         - towny.claimed.owntown.*
  104.  
  105. #        - towny.command.nation.new
  106.  
  107.         - towny.outlaw.jailer
  108.  
  109.  
  110.  
  111.     ranks:
  112.         # Ranks contain additional permissions residents will be
  113.  
  114.         # granted if they are assigned that specific rank.
  115.  
  116.         assistant:
  117.             - towny.tax_exempt
  118.  
  119.             - towny.command.town.claim.*
  120.  
  121.             - towny.command.town.invite.add
  122.  
  123.             - towny.command.plot.*
  124.  
  125.             - towny.command.town.toggle.public
  126.  
  127.             - towny.claimed.owntown.switch.*
  128.  
  129.             # assistants are able to grant VIP and helper rank
  130.  
  131.             - towny.command.town.rank.vip
  132.  
  133.             - towny.command.town.rank.helper
  134.  
  135.             - towny.outlaw.jailer
  136.  
  137.         helper:
  138.             - towny.claimed.townowned.switch.*
  139.  
  140.         donator:
  141.             # Currently only an example rank holder with no extra permissions
  142.  
  143.         vip:
  144.             - towny.cheat.bypass
  145.  
  146.         # Sheriff rank is able to jail other town members.
  147.  
  148.         sheriff:
  149.             - towny.command.town.toggle.jail
  150.  
  151.             - towny.outlaw.jailer
  152.  
  153.            
  154.  
  155. # This section of permissions covers players who are members of any town in a nation.
  156.  
  157. nations:
  158.     default:
  159.         # All nation members get these permissions.
  160.  
  161.         - towny.command.nation.online
  162.  
  163.         - towny.command.nation.deposit
  164.  
  165.         - towny.command.nation.spawn
  166.  
  167.         - towny.nation.spawn.nation
  168.  
  169.         - towny.nation.spawn.ally
  170.  
  171.         - towny.chat.nation
  172.  
  173.     king:
  174.         # Kings get these permissions in addition to the default set.
  175.  
  176.         - towny.command.nation.*
  177.  
  178.        
  179.  
  180.     ranks:
  181.         assistant:
  182.             - towny.command.nation.rank.helper
  183.  
  184.             - towny.command.nation.invite.add
  185.  
  186.             - towny.command.nation.ally.*
  187.  
  188.             - towny.command.nation enemy
  189.  
  190.         helper:
  191.             - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement