Momshroom

Untitled

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