Advertisement
Laloth

BEC-Plugin.yml-8/8/2012 9:45 PM

Aug 2nd, 2012
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.73 KB | None | 0 0
  1. name: BlockEnderChest
  2. version: 1.4
  3. main: me.Laloth.Main.Main
  4. author: Laloth
  5. description: Block's the placing, crafting and use of EnderChest
  6. permissions:
  7.    BlockEnderChest.*:
  8.        description: Gives access to all commands
  9.        children:
  10.            BlockEnderChest.PlaceEnderChest: true
  11.            BlockEnderChest.CreateEnderChest: true
  12.            BlockEnderChest.UseEnderChest: true
  13.    BlockEnderChest.PlaceEnderChest:
  14.        description: Allows the Placeing of EnderChest!
  15.        default: op
  16.    BlockEnderChest.CreateEnderChest:
  17.        description: Allows the Creation of EnderChest!
  18.        default: op
  19.    BlockEnderChest.UseEnderChest:
  20.        description: Allows the Use of EnderChest!
  21.        default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement