InsiderAnh

wineffect.yml

Jun 21st, 2020
2,628
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.63 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.     page: 1
  23.     permission: ultractw.wineffects.fireworks
  24.   vulcanwool:
  25.     id: 1
  26.     icon:
  27.       ==: org.bukkit.inventory.ItemStack
  28.       type: WOOL
  29.       damage: 14
  30.       meta:
  31.         ==: ItemMeta
  32.         meta-type: UNSPECIFIC
  33.         display-name: §aVulcano Wool
  34.         lore:
  35.          - '§eDescription:'
  36.           - §7Wool volcano, give it color
  37.           - §7your life <3 w <3
  38.           - §7
  39.           - <price>
  40.          - §7
  41.           - <status>
  42.     type: vulcanwool
  43.     name: "Vulcan Wool"
  44.     price: 2000
  45.     isBuy: true
  46.     slot: 11
  47.     page: 1
  48.     permission: ultractw.wineffects.vulcanwool
  49.   vulcanfire:
  50.     id: 2
  51.     icon:
  52.       ==: org.bukkit.inventory.ItemStack
  53.       type: FIREWORK_CHARGE
  54.       meta:
  55.         ==: ItemMeta
  56.         meta-type: UNSPECIFIC
  57.         display-name: §aFire Volcano
  58.         lore:
  59.          - '§eDescription:'
  60.           - §7Fire volcano, give it color
  61.           - §7to your hot life :>
  62.          - §7
  63.           - <price>
  64.          - §7
  65.           - <status>
  66.     type: vulcanfire
  67.     name: "Vulcan Fire"
  68.     price: 2500
  69.     isBuy: true
  70.     slot: 12
  71.     page: 1
  72.     permission: ultractw.wineffects.vulcanfire
  73.   icewalker:
  74.     id: 3
  75.     icon:
  76.       ==: org.bukkit.inventory.ItemStack
  77.       type: ICE
  78.       meta:
  79.         ==: ItemMeta
  80.         meta-type: UNSPECIFIC
  81.         display-name: §aIce Walker
  82.         lore:
  83.          - '§eDescription:'
  84.           - §7Ice appears as he walks.
  85.           - §7
  86.           - <price>
  87.          - §7
  88.           - <status>
  89.     type: icewalker
  90.     name: "Ice Walker"
  91.     price: 2500
  92.     isBuy: true
  93.     slot: 13
  94.     page: 1
  95.     permission: ultractw.wineffects.icewalker
  96.   notes:
  97.     id: 4
  98.     icon:
  99.       ==: org.bukkit.inventory.ItemStack
  100.       type: GREEN_RECORD
  101.       meta:
  102.         ==: ItemMeta
  103.         meta-type: UNSPECIFIC
  104.         display-name: §aNotes
  105.         lore:
  106.          - '§eDescription:'
  107.           - §7Notes appaer about you.
  108.           - §7
  109.           - <price>
  110.          - §7
  111.           - <status>
  112.     type: notes
  113.     name: "Notes"
  114.     price: 2500
  115.     isBuy: true
  116.     slot: 14
  117.     page: 1
  118.     permission: ultractw.wineffects.notes
  119.   chickens:
  120.     id: 5
  121.     icon:
  122.       ==: org.bukkit.inventory.ItemStack
  123.       type: EGG
  124.       meta:
  125.         ==: ItemMeta
  126.         meta-type: UNSPECIFIC
  127.         display-name: §aChickens
  128.         lore:
  129.          - '§eDescription:'
  130.           - §7Chickens will show up around you.
  131.           - §7
  132.           - <price>
  133.          - §7
  134.           - <status>
  135.     type: chickens
  136.     name: "chickens"
  137.     price: 2500
  138.     isBuy: true
  139.     slot: 15
  140.     page: 1
  141.     permission: ultractw.wineffects.chickens
  142.   guardian:
  143.     id: 6
  144.     icon:
  145.       ==: org.bukkit.inventory.ItemStack
  146.       type: PRISMARINE
  147.       meta:
  148.         ==: ItemMeta
  149.         meta-type: UNSPECIFIC
  150.         display-name: §aGuardians
  151.         lore:
  152.          - '§eDescription:'
  153.           - §7Guardians will honor you.
  154.           - §7
  155.           - <price>
  156.          - §7
  157.           - <status>
  158.     type: guardian
  159.     name: "guardian"
  160.     price: 2500
  161.     isBuy: true
  162.     slot: 16
  163.     page: 1
  164.     permission: ultractw.wineffects.guardian
Advertisement
Add Comment
Please, Sign In to add comment