Advertisement
CoolV1994

Portables Lite Permissions

Aug 7th, 2015
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.28 KB | None | 0 0
  1. permissions:
  2.     portables.*:
  3.         description: Gives all Portables permissions
  4.         children:
  5.             portables.enderchest.*: true
  6.             portables.workbench.*: true
  7.     portables.commands:
  8.         description: Gives all Portables command permissions
  9.         children:
  10.             portables.enderchest.command: true
  11.             portables.workbench.command: true
  12.     portables.powertools:
  13.         description: Gives all PowerTools permissions
  14.         children:
  15.             portables.enderchest.powertool: true
  16.             portables.workbench.powertool: true
  17.     portables.invshortcuts:
  18.         description: Gives all Inventory Shortcuts permissions
  19.         children:
  20.             portables.enderchest.invshortcut: true
  21.             portables.workbench.invshortcut: true
  22.     portables.enderchest.*:
  23.         description: Gives all Ender Chest permissions
  24.         children:
  25.             portables.enderchest.command: true
  26.             portables.enderchest.invshortcut: true
  27.             portables.enderchest.powertool: true
  28.     portables.workbench.*:
  29.         description: Gives all Workbench permissions
  30.         children:
  31.             portables.workbench.command: true
  32.             portables.workbench.invshortcut: true
  33.             portables.workbench.powertool: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement