Skript icon indicating copy to clipboard operation
Skript copied to clipboard

EffHealth include damage from Entity

Open TheLimeGlass opened this issue 7 years ago • 2 comments

Description

There currently isn't a way to set an Entity as the source of the damage in EffHealth https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/entity/Damageable.html#damage-double-org.bukkit.entity.Entity-

TheLimeGlass avatar Dec 03 '18 08:12 TheLimeGlass

The problem here is that we don't actually damage the entity, it justs sets their health. The way Skript handles that would have to be changed for this to work and since we don't want to break anything at moment, we'll have to see what we can do about this later.

Snow-Pyon avatar Dec 03 '18 09:12 Snow-Pyon

I believe #7878 solves this

Absolutionism avatar Jun 14 '25 15:06 Absolutionism