Advertisement
Guest User

townyperms.yml

a guest
Dec 8th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.12 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.command.nation.townlist  
  28.     - towny.command.nation.allylist
  29.     - towny.command.nation.enemylist
  30.     - towny.town.resident
  31.     - towny.town.spawn.public
  32.     - towny.chat.general
  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.nation.join
  62.         - towny.command.nation.leave
  63.  
  64.     ranks:
  65.        # Ranks contain additional permissions residents will be
  66.         # granted if they are assigned that specific rank.
  67.         assistant:
  68.            - towny.tax_exempt
  69.             - towny.command.town.claim.*
  70.             - towny.command.town.invite.add
  71.             - towny.command.plot.*
  72.             - towny.command.town.toggle.public
  73.             - towny.claimed.owntown.switch.*
  74.             # assistants are able to grant VIP and helper rank
  75.             - towny.command.town.rank.vip
  76.             - towny.command.town.rank.helper
  77.             - towny.outlaw.jailer
  78.         helper:
  79.            - towny.claimed.townowned.switch.*
  80.         donator:
  81.            # Currently only an example rank holder with no extra permissions
  82.         vip:
  83.            # Currently only an example rank holder with no extra permissions
  84.         # Sheriff rank is able to jail other town members.
  85.         sheriff:
  86.            - towny.command.town.toggle.jail
  87.             - towny.outlaw.jailer
  88.            
  89. # This section of permissions covers players who are members of any town in a nation.
  90. nations:
  91.     default:
  92.        # All nation members get these permissions.
  93.         - towny.command.nation.online
  94.         - towny.command.nation.deposit
  95.         - towny.command.nation.spawn
  96.         - towny.nation.spawn.nation
  97.         - towny.nation.spawn.ally
  98.         - towny.town.spawn.nation
  99.         - towny.chat.nation
  100.         - towny.chat.alliance
  101.  
  102.     king:
  103.        # Kings get these permissions in addition to the default set.
  104.         - towny.command.nation.*
  105.         - towny.command.nation.deposit.other
  106.        
  107.     ranks:
  108.         assistant:
  109.            - towny.command.nation.rank.helper
  110.             - towny.command.nation.invite.add
  111.             - towny.command.nation.ally.*
  112.             - towny.command.nation.enemy
  113.             - towny.command.nation.deposit.other
  114.         helper:
  115.            - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement