InsiderAnh

wineffects.yml

Jan 31st, 2020
6,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.60 KB | None | 0 0
  1. wineffects:
  2.   fireworks:
  3.     id: 0
  4.     icon:
  5.       ==: org.bukkit.inventory.ItemStack
  6.       type: FIREWORK
  7.       meta:
  8.         ==: ItemMeta
  9.         meta-type: UNSPECIFIC
  10.         display-name: §aFireworks
  11.         lore:
  12.          - '§eDescription:'
  13.           - §7Fireworks, the effect
  14.           - §7for all ;D
  15.           - §7
  16.           - <status>
  17.     type: fireworks
  18.     name: "Fireworks"
  19.     price: 0
  20.     isBuy: false
  21.     slot: 10
  22.     permission: ultraskywars.wineffects.fireworks
  23.   vulcanwool:
  24.     id: 1
  25.     icon:
  26.       ==: org.bukkit.inventory.ItemStack
  27.       type: WOOL
  28.       damage: 14
  29.       meta:
  30.         ==: ItemMeta
  31.         meta-type: UNSPECIFIC
  32.         display-name: §aVulcano Wool
  33.         lore:
  34.          - '§eDescription:'
  35.           - §7Wool volcano, give it color
  36.           - §7your life <3 w <3
  37.           - §7
  38.           - <price>
  39.          - §7
  40.           - <status>
  41.     type: vulcanwool
  42.     name: "Vulcan Wool"
  43.     price: 2000
  44.     isBuy: true
  45.     slot: 11
  46.     permission: ultraskywars.wineffects.vulcanwool
  47.   vulcanfire:
  48.     id: 2
  49.     icon:
  50.       ==: org.bukkit.inventory.ItemStack
  51.       type: FIREWORK_CHARGE
  52.       meta:
  53.         ==: ItemMeta
  54.         meta-type: UNSPECIFIC
  55.         display-name: §aFire Volcano
  56.         lore:
  57.          - '§eDescription:'
  58.           - §7Fire volcano, give it color
  59.           - §7to your hot life :>
  60.          - §7
  61.           - <price>
  62.          - §7
  63.           - <status>
  64.     type: vulcanfire
  65.     name: "Vulcan Fire"
  66.     price: 2500
  67.     isBuy: true
  68.     slot: 12
  69.     permission: ultraskywars.wineffects.vulcanfire
Add Comment
Please, Sign In to add comment