xeRicker

MysteryBoxes craft-boxes.yml

Mar 29th, 2020
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.51 KB | None | 0 0
  1. menu-settings:
  2.     title: "Craft Boxes"
  3.     rows: 6
  4.     hide-uncraftable-boxes: false
  5. icon-settings:
  6.     icon-craft-box:
  7.         item-builder:
  8.             item-names:
  9.                 can-craft: "&eCLICK TO CRAFT &8- &r{BOX_NAME}"
  10.                 cannot-craft: "&cCANNOT CRAFT &8- &r{BOX_NAME}"
  11.                 no-permission: "&cNO PERMISSION &8- &r{BOX_NAME}"
  12.                 no-dust: "&cNOT ENOUGH DUST &8- &r{BOX_NAME}"
  13.             item-lore:
  14.             - "&7COST: &c{DUST_COST} Mystery Dust"
  15.            - "&7AVAILABLE: &a{DUST_AVAILABLE} Mystery Dust"
  16.            - "{BOX_DESCRIPTION}"
  17.    icon-go-back:
  18.        enabled: true
  19.        view-permission: "mysteryboxes.icon-craft-boxes.go-back"
  20.        item-stack-builder:
  21.            item-name: "&aGo Back"
  22.            item-lore:
  23.            - "&7Click to return!"
  24.  
  25.            item-type: ARROW
  26.            item-data: 0
  27.            item-slot: 49
  28.  
  29.            player-head: false
  30.            player-head-owner: "{PLAYER}"
  31.            custom-head: false
  32.            custom-head-value: ""
  33.    icon-previous-menu:
  34.        enabled: true
  35.        view-permission: "mysteryboxes.icon-craft-boxes.previous-menu"
  36.        item-stack-builder:
  37.            item-name: "&aPrevious Menu"
  38.            item-lore:
  39.            - "&7Click to return!"
  40.  
  41.            item-type: COMPASS
  42.            item-data: 0
  43.            item-slot: 48
  44.  
  45.            player-head: false
  46.            player-head-owner: "{PLAYER}"
  47.            custom-head: false
  48.            custom-head-value: ""
Add Comment
Please, Sign In to add comment