damage mechanics bug
CAN NOT CHECK DAMAGER
- Related posts - https://git.mythiccraft.io/mythiccraft/MythicMobs/-/issues/880
(problem 1)
[Mythicmobs]
- damage{a=10;damacause=entity_attack} @target (damagecause: entity_attack, entity_sweep_attack, thorns, sonic_boom, entity_explosion, and projectile)
[skript]
set damage to %number%
[skript]
on death:
message "%attacker%" to attacker
(problem 2)
[Mythicmobs]
- damage{a=10;damacause=custom} @target (damagecause: %others type%)
[skript]
set damage to %number%
[skript]
on death:
message "%attacker%" to attacker
(Want)
Allows damage modification by other plugins
[skript]
set damage to %number%
[skript]
on death:
message "%attacker%" to attacker