Advertisement
larssieboy

Untitled

Oct 10th, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.02 KB | None | 0 0
  1.  spawners:
  2.     name: "&e&lMob spawners (page %page%)"
  3.     size: 54
  4.     fillItem:
  5.         material: BLACK_STAINED_GLASS_PANE
  6.         name: " "
  7.     items:
  8.       1:
  9.         type: item
  10.         item:
  11.           material: SPAWNER
  12.           mob: PIG
  13.           name: "&ePig &fSpawner"
  14.           quantity: 1
  15.         buyPrice: 30000
  16.         sellPrice: -1
  17.         slot: 10
  18.       2:
  19.         type: item
  20.         item:
  21.           material: SPAWNER
  22.           mob: COW
  23.           name: "&eCow &fSpawner"
  24.           quantity: 1
  25.         buyPrice: 30000
  26.         sellPrice: -1
  27.         slot: 11
  28.       3:
  29.         type: item
  30.         item:
  31.           material: SPAWNER
  32.           mob: SHEEP
  33.           name: "&eSheep &fSpawner"
  34.           quantity: 1
  35.         buyPrice: 30000
  36.         sellPrice: -1
  37.         slot: 12
  38.       4:
  39.         type: item
  40.         item:
  41.           material: SPAWNER
  42.           mob: CHICKEN
  43.           name: "&eChicken &fSpawner"
  44.           quantity: 1
  45.         buyPrice: 35000
  46.         sellPrice: -1
  47.         slot: 13
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement