Advertisement
ThorinEk

Towny perms

Sep 12th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.51 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.new
  23.     - towny.command.town.join
  24.     - towny.command.town.list
  25.     - towny.command.plot.perm
  26.     - towny.command.nation.list
  27.     - towny.town.resident
  28.     - towny.town.spawn.public
  29.     - towny.chat.general
  30.     - towny.command.nation.townlist
  31.     - towny.command.nation.allylist
  32.     - towny.command.nation.enemylist
  33.     - towny.command.towny.war.hud
  34.    
  35. # This section of permissions covers players who are members of a town.
  36. towns:
  37.     default:
  38.        # 'default' is the permission set which is auto assigned to any normal town member
  39.         - towny.command.resident.*
  40.         - towny.command.plot.claim
  41.         - towny.command.plot.unclaim
  42.         - towny.command.plot.forsale
  43.         - towny.command.plot.notforsale
  44.         - towny.command.plot.toggle.*
  45.         - towny.command.plot.set.perm
  46.         - towny.command.plot.set.reset
  47.         - towny.command.town.online
  48.         - towny.command.town.leave
  49.         - towny.command.town.deposit
  50.         - towny.town.spawn.town
  51.         - towny.chat.town
  52.     mayor:
  53.        # Mayors get these permissions in addition to the default set.
  54.         - towny.tax_exempt
  55.         - towny.command.towny.top
  56.         - towny.command.town.*
  57.         - towny.command.plot.*
  58.         - towny.claimed.owntown.*
  59.         - towny.command.nation.new
  60.         - towny.outlaw.jailer
  61.         - towny.command.town.withdraw
  62.         - towny.command.nation.leave
  63.         - towny.command.nation.join
  64.  
  65.     ranks:
  66.        # Ranks contain additional permissions residents will be
  67.         # granted if they are assigned that specific rank.
  68.         co-mayor:
  69.            - towny.tax_exempt
  70.             - towny.command.towny.top
  71.             - towny.command.town.*
  72.             - towny.command.plot.*
  73.             - towny.claimed.owntown.*
  74.             - towny.command.nation.new
  75.             - towny.outlaw.jailer
  76.             - towny.command.town.withdraw
  77.             - towny.command.nation.leave
  78.         assistant:
  79.            - towny.tax_exempt
  80.             - towny.command.town.claim.*
  81.             - towny.command.plot.unclaim
  82.             - towny.command.town.invite.add
  83.             - towny.command.plot.*
  84.             - towny.command.town.toggle.public
  85.             # assistants are able to grant VIP and helper rank
  86.             - towny.command.town.rank.vip
  87.             - towny.command.town.rank.helper
  88.             - towny.outlaw.jailer
  89.             - towny.claimed.owntown.*
  90.             - towny.command.plot.*
  91.         helper:
  92.            - towny.claimed.townowned.switch.*
  93.         vip:
  94.            # Currently only an example rank holder with no extra permissions
  95.         # Sheriff rank is able to jail other town members.
  96.         sheriff:
  97.            - towny.command.town.toggle.jail
  98.             - towny.outlaw.jailer
  99.            
  100. # This section of permissions covers players who are members of any town in a nation.
  101. nations:
  102.     default:
  103.        # All nation members get these permissions.
  104.         - towny.command.nation.online
  105.         - towny.command.nation.deposit
  106.         - towny.command.nation.spawn
  107.         - towny.nation.spawn.nation
  108.         - towny.nation.spawn.ally
  109.         - towny.town.spawn.nation
  110.         - towny.town.spawn.ally
  111.         - towny.chat.nation
  112.         - towny.chat.alliance
  113.     king:
  114.        # Kings get these permissions in addition to the default set.
  115.         - towny.command.nation.*
  116.         - towny.command.nation.deposit.other
  117.        
  118.     ranks:
  119.         assistant:
  120.            - towny.command.nation.rank.helper
  121.             - towny.command.nation.invite.add
  122.             - towny.command.nation.ally.*
  123.             - towny.command.nation.enemy
  124.             - towny.command.nation.deposit.other
  125.         helper:
  126.            - towny.command.nation.add
  127.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement