Advertisement
CoolV1994

Portables Permissions

Aug 7th, 2015
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 4.28 KB | None | 0 0
  1. permissions:
  2.     portables.*:
  3.         description: Gives all Portables permissions
  4.         default: op
  5.         children:
  6.             portables.commands.*: true
  7.             portables.use.*: true
  8.             portables.link.*: true
  9.             portables.customize.*: true
  10.     portables.commands.*:
  11.         description: Gives all Command permissions
  12.         children:
  13.             portables.portable.command: true
  14.             portables.link.command: true
  15.             portables.ENDER_CHEST.command: true
  16.             portables.WORKBENCH.command: true
  17.     portables.use.*:
  18.         description: Gives all Using permissions
  19.         children:
  20.             portables.BREWING_STAND_ITEM.use: true
  21.             portables.CHEST.use: true
  22.             portables.DISPENSER.use: true
  23.             portables.DROPPER.use: true
  24.             portables.ENCHANTMENT_TABLE.use: true
  25.             portables.ENDER_CHEST.use: true
  26.             portables.FURNACE.use: true
  27.             portables.HOPPER.use: true
  28.             portables.WORKBENCH.use: true
  29.     portables.link.*:
  30.         description: Gives all Linking permissions
  31.         children:
  32.             portables.BREWING_STAND_ITEM.link: true
  33.             portables.CHEST.link: true
  34.             portables.DISPENSER.link: true
  35.             portables.DROPPER.link: true
  36.             portables.ENCHANTMENT_TABLE.link: true
  37.             portables.FURNACE.link: true
  38.             portables.HOPPER.link: true
  39.     portables.customize.*:
  40.         description: Gives all Customization permissions
  41.         children:
  42.             portables.BREWING_STAND_ITEM.customize: true
  43.             portables.CHEST.customize: true
  44.             portables.DISPENSER.customize: true
  45.             portables.DROPPER.customize: true
  46.             portables.ENCHANTMENT_TABLE.customize: true
  47.             portables.ENDER_CHEST.customize: true
  48.             portables.FURNACE.customize: true
  49.             portables.HOPPER.customize: true
  50.             portables.WORKBENCH.customize: true
  51.     portables.BREWING_STAND_ITEM.*:
  52.         description: Gives all Brewing Stand permissions
  53.         children:
  54.             portables.BREWING_STAND_ITEM.link: true
  55.             portables.BREWING_STAND_ITEM.use: true
  56.             portables.BREWING_STAND_ITEM.customize: true
  57.     portables.CHEST.*:
  58.         description: Gives all Chest permissions
  59.         children:
  60.             portables.CHEST.link: true
  61.             portables.CHEST.use: true
  62.             portables.CHEST.customize: true
  63.     portables.DISPENSER.*:
  64.         description: Gives all Dispenser permissions
  65.         children:
  66.             portables.DISPENSER.link: true
  67.             portables.DISPENSER.use: true
  68.             portables.DISPENSER.customize: true
  69.     portables.DROPPER.*:
  70.         description: Gives all Dropper permissions
  71.         children:
  72.             portables.DROPPER.link: true
  73.             portables.DROPPER.use: true
  74.             portables.DROPPER.customize: true
  75.     portables.ENCHANTMENT_TABLE.*:
  76.         description: Gives all Enchantment Table permissions
  77.         children:
  78.             portables.ENCHANTMENT_TABLE.link: true
  79.             portables.ENCHANTMENT_TABLE.use: true
  80.             portables.ENCHANTMENT_TABLE.customize: true
  81.     portables.ENDER_CHEST.*:
  82.         description: Gives all Ender Chest permissions
  83.         children:
  84.             portables.ENDER_CHEST.command: true
  85.             portables.ENDER_CHEST.use: true
  86.             portables.ENDER_CHEST.customize: true
  87.     portables.FURNACE.*:
  88.         description: Gives all Furnace permissions
  89.         children:
  90.             portables.FURNACE.link: true
  91.             portables.FURNACE.use: true
  92.             portables.FURNACE.customize: true
  93.     portables.HOPPER.*:
  94.         description: Gives all Hopper permissions
  95.         children:
  96.             portables.HOPPER.link: true
  97.             portables.HOPPER.use: true
  98.             portables.HOPPER.customize: true
  99.     portables.WORKBENCH.*:
  100.         description: Gives all Workbench permissions
  101.         children:
  102.             portables.WORKBENCH.command: true
  103.             portables.WORKBENCH.use: true
  104.             portables.WORKBENCH.customize: true
  105.     portables.admin.bypasslock:
  106.         description: Bypass Lock plugin protection
  107.         default: op
  108.     portables.admin.reload:
  109.         description: Reload configuration
  110.         default: op
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement