-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entity transform events #5800
Entity transform events #5800
Conversation
bd134d0
to
3f08853
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On top of the issues with the patterns, none of the events I tried worked in testing. I listened to the EntityTransformEvent via skript reflect to make sure, and it was called every time. None of the skript events triggered:
[23:54:12 INFO]: [Skript] Server Version: git-Paper-17 (MC: 1.20)
[23:54:12 INFO]: [Skript] Skript Version: 2.7.0-beta3-nightly-6356c75 (skriptlang-nightly)
[23:54:12 INFO]: [Skript] Installed Skript Addons:
[23:54:12 INFO]: [Skript] - skript-reflect v2.4-dev1 (https://github.com/TPGamesNL/skript-reflect)
[23:54:12 INFO]: [Skript] Installed dependencies:
[23:54:12 INFO]: [Skript] - WorldGuard v7.0.9+5934e49
on lightning:
broadcast "lightning"
on unknown:
broadcast "unknown"
on mooshroom transform:
broadcast "sheared"
on zombie curing:
broadcast "cured"
on zombie, skeleton or slime transform:
broadcast "transformed"
import:
org.bukkit.event.entity.EntityTransformEvent
on EntityTransformEvent:
broadcast "transformed"
broadcast " - %event.getTransformReason()%"
Co-authored-by: Ayham Al Ali <20037329+AyhamAl-Ali@users.noreply.github.com>
Co-authored-by: Shane Bee <shanebolenback@me.com>
Co-authored-by: Shane Bee <shanebolenback@me.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one tiny thing left
Co-authored-by: Shane Bee <shanebolenback@me.com>
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.com>
Description
Entity transform events
Target Minecraft Versions: any
Requirements: none
Related Issues: none