Оружейник (Готовый пресет)

Готовый код конфигурации для вставки в плагин

Меню покупки

items:
  "1":
    stack:
      type: ANVIL
      amount: 1
    options:
      level: 1
      price: 650
      initial: 1300
      refill: 6
      max: 1300
  "2":
    stack:
      type: FURNACE
      amount: 1
    options:
      level: 1
      price: 150
      initial: 2500
      refill: 10
      max: 2500
  "3":
    stack:
      type: DIAMOND_SWORD
      amount: 1
    options:
      level: 1
      price: 650
      initial: 150
      refill: 1
      max: 150
  "4":
    stack:
      type: DIAMOND_HELMET
      amount: 1
    options:
      level: 1
      price: 650
      initial: 150
      refill: 1
      max: 150
  "5":
    stack:
      type: DIAMOND_CHESTPLATE
      amount: 1
    options:
      level: 1
      price: 1500
      initial: 150
      refill: 1
      max: 150
  "6":
    stack:
      type: DIAMOND_LEGGINGS
      amount: 1
    options:
      level: 1
      price: 950
      initial: 150
      refill: 1
      max: 150
  "7":
    stack:
      type: DIAMOND_BOOTS
      amount: 1
    options:
      level: 1
      price: 450
      initial: 150
      refill: 1
      max: 150

Меню продажи

items:
  "1":
    stack:
      type: furnace
      amount: 64
    options:
      level: 1
      price: 250
  "2":
    stack:
      type: anvil
      amount: 64
    options:
      level: 1
      price: 15000
  "3":
    stack:
      type: magma
      amount: 64
    options:
      level: 1
      price: 750
  "4":
    stack:
      type: obsidian
      amount: 64
    options:
      level: 1
      price: 2000
  "5":
    stack:
      type: beetroot
      amount: 64
    options:
      level: 1
      price: 600
  "6":
    stack:
      type: eye_of_ender
      amount: 64
    options:
      level: 1
      price: 2250
  "7":
    stack:
      type: coal
      amount: 64
    options:
      level: 1
      price: 500

Last updated