Вопрос EcoEnchants

Ядро
Paper

Mr_Ritmec

Пользователь
Сообщения
92
Решения
1
Веб-сайт
coveworld.ru
Плагин
EcoEnchant
Ядро сервера
  1. Paper
Версия сервера
  1. 1.20
Память сервера ОЗУ
12Gb
Ссылка
https://www.spigotmc.org/resources/ecoenchants-%E2%AD%95-250-enchantments-%E2%9C%85-create-custom-enchants-%E2%9C%A8-essentials-cmi-support.79573/
Добрый день, хочу сделать на своем сервере не обычный бур, бур который просто будет увеличивать дальность копания, то есть будет копать например 3 блока в даль и 3 блока в ширину а не 3х3
Сделал само зачарование бура, подскажите что изменить что бы копались блоки в перед а не по радиусу
Код:
display-name: "Молот"
description: ""
type: custom


targets:
  - pickaxe
conflicts:
  - miner
rarity: special
max-level: 1


tradeable: true
discoverable: true
enchantable: true


effects:
  - effects:
      - id: mine_radius
        args:
          radius: 1 # The radius around the center block: 1 = 3x3x3, 2 = 5x5x5, etc
          blacklisted_blocks: []
          check_hardness: true # If only blocks with the same (or lower) hardness than the mined block can be broken
          disable_on_sneak: true # If the effect shouldn't activate while sneaking
    triggers:
      - mine_block


conditions: [ ]
Заранее спасибо
 
Назад
Сверху Снизу