Matocolotoe / Skript-1.8

The Skript plugin made for Minecraft 1.8.x only. Releases will follow the original repository, except for some bug fixes. Please read the README before updating to Skript-1.8 !
https://discord.gg/yh3Z98m
GNU General Public License v3.0
47 stars 4 forks source link

Damage cause projectile not working #51

Closed Henriiig closed 2 years ago

Henriiig commented 2 years ago

Skript Version

Replace this text with your output from the command.

There is nothing from the console

Bug Description

When using the syntax for damage cause and check for a projectile in the on death event nothing is registered

It works with attack but not projectile.

Expected Behavior

The syntax should work

Steps to Reproduce

on death of player:
    if damage cause is projectile:
        send "Works"

Errors or Screenshots

Replace this text with your paste link or errors/screenshots/videos.

Other

No response

Agreement

Matocolotoe commented 2 years ago

Likely the same as https://github.com/SkriptLang/Skript/issues/4709.