Advertisement
admiral_snap

permission.yml bukkit

May 17th, 2014
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.93 KB | None | 0 0
  1. server.basics
  2.       description:basic node for beginning users
  3.       default:true
  4.       children:true
  5.         bukkit.command.version:true
  6.         bukkit.command.plugins:true
  7.         bukkit.command.tell:true
  8.         bukkit.command.kil:true
  9.         bukkit.command.me:true
  10.         cha.saddle:true
  11.         cha.iha:true
  12.         cha.gha:true
  13.         cha.dha:true
  14.         cha.tag:true
  15. server.advanced
  16.       description:advanced node for users
  17.       default:false
  18.       children:true
  19.         bukkit.command.kick:true
  20.         bukkit.command.ban.player:true
  21.         bukkit.command.ban.list:true
  22.         bukkit.command.unban.player:true
  23.         bukkit.command.ban.ip:true
  24.         bukkit.command.unban.ip:true
  25.         bukkit.command.list:true
  26. sever.god
  27.      description:all the stuff
  28.      default:true
  29.      children:true
  30.        bukkit.command.op.give:true
  31.        bukkit.command.op.take:true
  32.        bukkit.command.give:true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement