Guest User

Untitled

a guest
Sep 24th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.60 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.    
  14. # This section of permissions covers players who are members of a town.
  15. towns:
  16.     default:
  17.        # 'default' is the permission set which is auto assigned to any normal town member
  18.         - towny.command.resident.*
  19.         - towny.command.plot.unclaim
  20.         - towny.command.plot.forsale
  21.         - towny.command.plot.notforsale
  22.         - towny.command.plot.toggle.*
  23.         - towny.command.plot.set.perm
  24.         - towny.command.plot.set.reset
  25.         - towny.command.town.online
  26.         - towny.command.town.leave
  27.         - towny.command.town.deposit
  28.         - towny.town.spawn.town
  29.         - towny.chat.town
  30.     mayor:
  31.        # Mayors get these permissions in addition to the default set.
  32.         - towny.command.towny.top
  33.         - towny.command.town.*
  34.         - towny.command.plot.*
  35.         - towny.claimed.owntown.*
  36.         - towny.command.nation.new
  37.  
  38.     ranks:
  39.        # Ranks contain additional permissions residents will be
  40.         # granted if they are assigned that specific rank.
  41.         assistant:
  42.            - towny.command.town.add
  43.             - towny.command.town.toggle.public
  44.             - towny.claimed.owntown.switch.*
  45.             # assistants are able to grant VIP rank
  46.             - towny.command.town.rank.vip
  47.         donator:
  48.            # Currently only an example rank holder with no extra permissions
  49.         vip:
  50.            - towny.cheat.bypass
  51.            
  52. # This section of permissions covers players who are members of any town in a nation.
  53. nations:
  54.     default:
  55.        # All nation members get these permissions.
  56.         - towny.command.nation.online
  57.         - towny.command.nation.deposit
  58.         - towny.town.spawn.nation
  59.         - towny.town.spawn.ally
  60.         - towny.chat.nation
  61.     king:
  62.        # Kings get these permissions in addition to the default set.
  63.         - towny.command.nation.*
  64.     ranks:
  65.         assistant:
  66.            - towny.command.nation.rank.helper
  67.             - towny.command.nation.add
  68.             - towny.command.nation.ally
  69.             - towny.command.nation enemy
  70.         helper:
  71.            - towny.command.nation.add
Add Comment
Please, Sign In to add comment