Фермер (Готовый пресет)

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

Меню покупки

items:
  "1":
    stack:
      type: BREAD
      amount: 16
    options:
      level: 1
      price: 100
      initial: 1400
      refill: 5
      max: 1400
  "2":
    stack:
      type: GRASS
      amount: 16
    options:
      level: 1
      price: 3000
      initial: 1100
      refill: 5
      max: 1100
  "3":
    stack:
      type: SEEDS
      amount: 16
    options:
      level: 1
      price: 350
      initial: 700
      refill: 10
      max: 700
  "4":
    stack:
      type: LOG
      amount: 32
    options:
      level: 1
      price: 950
      initial: 500
      refill: 5
      max: 500
  "5":
    stack:
      type: DIAMOND_HOE
      amount: 1
    options:
      level: 1
      price: 1500
      initial: 130
      refill: 10
      max: 130
  "6":
    stack:
      type: EGG
      amount: 4
    options:
      level: 1
      price: 1200
      initial: 600
      refill: 15
      max: 600
  "7":
    stack:
      type: MILK_BUCKET
      amount: 1
    options:
      level: 1
      price: 750
      initial: 2000
      refill: 3
      max: 2000
  "8":
    stack:
      type: WATER_BUCKET
      amount: 1
    options:
      level: 1
      price: 240
      initial: 350
      refill: 3
      max: 350
  "9":
    stack:
      type: IRON_HOE
      amount: 1
    options:
      level: 2
      price: 750
      initial: 550
      refill: 5
      max: 550
  "10":
    stack:
      type: RAW_BEEF
      amount: 16
    options:
      level: 2
      price: 950
      initial: 1200
      refill: 6
      max: 1200
  "11":
    stack:
      type: RAW_CHICKEN
      amount: 16
    options:
      level: 2
      price: 750
      initial: 1400
      refill: 10
      max: 1400
  "12":
    stack:
      type: RABBIT_STEW
      amount: 1
    options:
      level: 2
      price: 150
      initial: 1200
      refill: 5
      max: 1200
  "13":
    stack:
      type: PUMPKIN_PIE
      amount: 8
    options:
      level: 2
      price: 650
      initial: 880
      refill: 3
      max: 880
  "14":
    stack:
      type: SUGAR_CANE
      amount: 16
    options:
      level: 2
      price: 950
      initial: 550
      refill: 2
      max: 550
  "15":
    stack:
      type: APPLE
      amount: 32
    options:
      level: 2
      price: 550
      initial: 950
      refill: 5
      max: 950
  "16":
    stack:
      type: CAKE
      amount: 1
    options:
      level: 3
      price: 960
      initial: 400
      refill: 1
      max: 400
  "17":
    stack:
      type: RABBIT
      amount: 16
    options:
      level: 4
      price: 1400
      initial: 200
      refill: 1
      max: 200
  "18":
    stack:
      type: MELON
      amount: 64
    options:
      level: 5
      price: 340
      initial: 4400
      refill: 15
      max: 4400
  "19":
    stack:
      type: CARRROT
      amount: 32
    options:
      level: 5
      price: 550
      initial: 2400
      refill: 5
      max: 2400
  "20":
    stack:
      type: COOKIE
      amount: 32
    options:
      level: 5
      price: 550
      initial: 2400
      refill: 5
      max: 2400

Меню продажи

items:
  "1":
    stack:
      type: SEEDS
      amount: 64
    options:
      level: 1
      price: 50
  "2":
    stack:
      type: CHORUS_FRUIT_POPPED
      amount: 64
    options:
      level: 1
      price: 550
  "3":
    stack:
      type: wheat
      amount: 64
    options:
      level: 1
      price: 500
  "4":
    stack:
      type: CHORUS_FLOWER
      amount: 64
    options:
      level: 2
      price: 2200
  "5":
    stack:
      type: WOOL
      amount: 64
    options:
      level: 3
      price: 600
  "6":
    stack:
      type: BOOK
      amount: 64
    options:
      level: 3
      price: 2750
  "7":
    stack:
      type: RAW_FISH
      amount: 64
    options:
      level: 4
      price: 3500

Last updated