EliteMobs как совместить с LevelledMobs

latva22

Пользователь
Сообщения
103
Плагин
EliteMobs, LevelledMobs
Ядро сервера
  1. Paper
Версия сервера
  1. 1.20
запретить LevelledMobs менять уровни жизни и пр мобов с EliteMobs
например Pit Master
Код:
[11:58:45 WARN]: [EliteMobs] The following boss had more health than it should: 『70』 Pit Master                       
[11:58:45 WARN]: [EliteMobs] This is a problem usually caused by running more than one plugin that modifies mob health! EliteMobs can't fix this issue because it is being caused by another plugin. If you want EliteMobs to work correctly, find a way to fix this issue with whatever other plugin is causing it.

в сапорте LM: сказали типа так написать: но они незнают как правильно пишется Pit Master там ID надо вроде типа Pit_Master,
в сапорте EliteMobs ничего не ответили
как найти название моба для конфига незнаю


Код:
  - enabled: true
    name: 'CR - Custom EliteMobs Levelling (No Health Scaling)'
    conditions:
     worlds:
       allowed-list: ['world']
     entities:
       allowed-list: ['Pit Master']
    strategies:
     random: true
    apply-settings:
 #     minLevel: 1
 #     maxLevel: 5
     multipliers:
       custom-mob-level:
         Pit Master:
           max-health: 0.0
           movement-speed: 0.25
           attack-damage: 0.5
           ranged-attack-damage: 0.0
           item-drop: 0.5
           xp-drop: 1.0
     tiered-coloring:
       1-5: '&#22E76B' #Green
 
Назад
Сверху Снизу