Advertisement
Cool_boy21

Config example

Jul 16th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.44 KB | None | 0 0
  1. inventory:
  2.   blocks:
  3.     layout: normal
  4.     items:
  5.       stone:
  6.         data: "minecraft:stone"
  7.         amount: 64
  8.         price: 10
  9.       cobblestone:
  10.         material: cobblestone
  11.         amount: 64
  12.         price: 5
  13.   special:
  14.     layout: special
  15.     layout-scheme:
  16.        -[0,0,0,0,0,0,0,0,0]
  17.         -[0,0,X,X,X,X,X,0,0]
  18.         -[0,0,0,0,0,0,0,0,0]
  19.     items:
  20.       gigaregion:
  21.         material: STONE
  22.         price: -1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement