Advertisement
Own1ng

degumasters permissionsEX bukkit

Sep 9th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 2.03 KB | None | 0 0
  1. users:
  2.     degumaster:
  3.       groups:
  4.      - admin
  5.       permissions:
  6.      - jcommands.protection.placing.*
  7. groups:
  8.     default:
  9.       permissions:
  10.      - permissions.build
  11.       - jcommands.back
  12.       - jcommands.back.ondeath
  13.       - jcommands.home
  14.       - jcommands.location
  15.       - jcommands.sethome
  16.       - jcommands.spawn
  17.       - jcommands.suicide
  18.       - jcommands.fullheal
  19.       - -jcommands.item
  20.       - jcommands.help
  21.       - jcommands.afk
  22.       - essentials.help
  23.       - essentials.tpa
  24.       - essentials.tpaccept
  25.       - essentials.tpdeny
  26.       - essentials.msg
  27.       - essentials.msg.color
  28.       - essentials.warp
  29.       - essentials.warp.list
  30.       - essentials.tpahere
  31.       inheritance:
  32.     mod:
  33.       permissions:
  34.      - -jcommands.gamemode
  35.       - jcommands.ban
  36.       - jcommands.day
  37.       - jcommands.feed
  38.       - jcommands.feed.others
  39.       - jcommands.freeze
  40.       - jcommands.kick
  41.       - jcommands.sun
  42.       - jcommands.tp
  43.       - jcommands.unfreeze
  44.       - essentials.fly
  45.       inheritance:
  46.      - default
  47.     admin:
  48.       permissions:
  49.      - permissions.*
  50.      
  51.       inheritance:
  52.      - default
  53.       - user
  54.       - mod
  55.     user:
  56.      permissions:
  57.     - permissions.build
  58.      - jcommands.back
  59.      - jcommands.back.ondeath
  60.      - jcommands.home
  61.      - jcommands.location
  62.      - jcommands.sethome
  63.      - jcommands.spawn
  64.      - jcommands.suicide
  65.      - jcommands.fullheal
  66.      - -jcommands.item
  67.      - jcommands.help
  68.      - jcommands.afk
  69.      - essentials.help
  70.      - essentials.tpa
  71.      - essentials.tpaccept
  72.      - essentials.tphere
  73.      - essentials.tpdeny
  74.      - essentials.msg
  75.      - essentials.msg.color
  76.      - essentials.warp
  77.      - essentials.warp.list
  78.      - essentials.tpahere
  79.     worlds:
  80.      creative:
  81.      - coolplugin.item
  82.     inheritance:
  83.      - default
  84.     messages:
  85.      build: '&cYou do not have permission to build here.'
  86.    
  87. #####################################
  88. ### Fixed by owning @inthegame.nl ###
  89. #####################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement