Advertisement
InsiderAnh

shopkeepers.yml

Jun 21st, 2020
1,539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.79 KB | None | 0 0
  1. shopkeepers:
  2.   zombie:
  3.     id: 0
  4.     icon:
  5.       ==: org.bukkit.inventory.ItemStack
  6.       type: PAPER
  7.       meta:
  8.         ==: ItemMeta
  9.         meta-type: UNSPECIFIC
  10.         display-name: §aZombie
  11.         lore:
  12.          - §7You do have ShopKeeper Zombie.
  13.     entity: "ZOMBIE"
  14.     name: Zombie
  15.     price: 0
  16.     isBuy: false
  17.     slot: 10
  18.     page: 1
  19.     permission: ultractw.shopkeepers.zombie
  20.   blaze:
  21.     id: 1
  22.     icon:
  23.       ==: org.bukkit.inventory.ItemStack
  24.       type: PAPER
  25.       meta:
  26.         ==: ItemMeta
  27.         meta-type: UNSPECIFIC
  28.         display-name: §aBlaze
  29.         lore:
  30.          - §7You do have ShopKeeper Blaze.
  31.     entity: "BLAZE"
  32.     name: Blaze
  33.     price: 0
  34.     isBuy: false
  35.     slot: 11
  36.     page: 1
  37.     permission: ultractw.shopkeepers.blaze
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement