Advertisement
Momshroom

townyperms.yml

Dec 13th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.95 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.    
  31. # This section of permissions covers players who are members of a town.
  32. towns:
  33.     default:
  34.        # 'default' is the permission set which is auto assigned to any normal town member
  35.         - towny.command.resident.*
  36.         - towny.command.plot.claim
  37.         - towny.command.plot.unclaim
  38.         - towny.command.plot.forsale
  39.         - towny.command.plot.notforsale
  40.         - towny.command.plot.toggle.*
  41.         - towny.command.plot.set.perm
  42.         - towny.command.plot.set.reset
  43.         - towny.command.town.online
  44.         - towny.command.town.leave
  45.         - towny.command.town.deposit
  46.         - towny.town.spawn.town
  47.         - towny.chat.town
  48.         - towny.outlaw.jailer
  49.         - towny.nation.spawn.*
  50.     mayor:
  51.        # Mayors get these permissions in addition to the default set.
  52.         - towny.tax_exempt
  53.         - towny.command.towny.top
  54.         - towny.command.town.*
  55.         - towny.command.plot.*
  56.         - towny.claimed.owntown.*
  57.         - towny.command.nation.new
  58.         - cmi.kit.mayor
  59.         - towny.command.town.claim.town.multiple
  60.         - towny.command.town.say
  61.         - towny.outlaw.jailer
  62.         - towny.command.nation.join
  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.             - towny.claimed.owntown.*
  75.             - towny.command.town.kick
  76.             - towny.command.town.toggle.*
  77.             - towny.command.town.say
  78.             # assistants are able to grant VIP and helper rank
  79.             - towny.command.town.rank.vip
  80.             - towny.command.town.rank.helper
  81.             - towny.outlaw.jailer
  82.         helper:
  83.            - towny.claimed.townowned.switch.*
  84.         co-mayor:
  85.            - towny.tax_exempt
  86.             - towny.command.town.claim.*
  87.             - towny.command.town.add
  88.             - towny.command.plot.*
  89.             - towny.command.town.toggle.public
  90.             - towny.claimed.owntown.switch.*
  91.             - towny.claimed.owntown.*
  92.             - towny.command.plot.*
  93.             - towny.command.town.*
  94.             - towny.command.nation.join
  95.             # co-mayors are able to grant assistant, VIP and helper rank
  96.             - towny.command.town.rank.vip
  97.             - towny.command.town.rank.helper
  98.             - towny.command.town.rank.assistant
  99.         donator:
  100.            # Currently only an example rank holder with no extra permissions
  101.         vip:
  102.            - towny.claimed.owntown.*
  103.         # Sheriff rank is able to jail other town members.
  104.         sheriff:
  105.            - towny.command.town.toggle.jail
  106.             - towny.outlaw.jailer
  107.            
  108. # This section of permissions covers players who are members of any town in a nation.
  109. nations:
  110.     default:
  111.        # All nation members get these permissions.
  112.         - towny.chat.alliance
  113.         - towny.command.nation.online
  114.         - towny.command.nation.spawn
  115.         - towny.command.nation.deposit
  116.         - towny.town.spawn.ally
  117.         - towny.town.spawn.public
  118.         - towny.command.nation.spawn
  119.         - towny.nation.spawn.nation
  120.         - towny.nation.spawn.ally
  121.         - towny.town.spawn.nation
  122.         - towny.chat.nation
  123.     king:
  124.        # Kings get these permissions in addition to the default set.
  125.         - towny.command.nation.*
  126.         - towny.command.nation.say
  127.        
  128.     ranks:
  129.         assistant:
  130.            - towny.command.nation.rank.helper
  131.             - towny.command.nation.invite.add
  132.             - towny.command.nation.add
  133.             - towny.command.nation.ally.*
  134.             - towny.command.nation.enemy
  135.             - towny.command.nation.say
  136.         helper:
  137.            - towny.command.nation.add
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement