mmoitems bow mob's defense error
Summary
The projectile of the Damage Modifiers is all zero. The beam of mmoitems penetrates the defense and causes damage.
Steps to reproduce
Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.
DamageModifiers:
- DROWNING 0
- BLOCK_EXPLOSION 0
- ENTITY_EXPLOSION 0
- VOID 0
- LIGHTNING 0
- STARVATION 0
- POISON 0
- MAGIC 0
- DRAGON_BREATH 0
- WITHER 0
- FALLING_BLOCK 0
- THORNS 0
- CUSTOM 0
- MELTING 0
- FIRE_TICK 0
- HOT_FLOOR 0
- FALL 0
- SUFFOCATION 0
- PROJECTILE 0
- ENTITY_ATTACK 0
- CONTACT 0
Intended correct behavior maybe use here? DamageModifiers:
- PROJECTILE 0 mob is recieve 0 damage = bow damage is 0
Server log file
Debug log snippet
https://pastebin.com/yNux3ncs just no error modifier
Proposed fixes
i don't know fix