-
-
Notifications
You must be signed in to change notification settings - Fork 374
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 Potion Effect Event #6532
Entity Potion Effect Event #6532
Conversation
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.
Nice PR ⚡
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
Build failures due to upstream paper change, will be fixed when patch is merged into feature |
oh okay, was losing my mind wondering what was wrong lmao |
…ent' into addition-entity-potion-effect-event
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.
seems alright to me off the top of my head
src/main/java/ch/njol/skript/classes/data/BukkitEventValues.java
Outdated
Show resolved
Hide resolved
Co-authored-by: _tud <98935832+UnderscoreTud@users.noreply.github.com>
Description
Adds the Entity Potion Effect event, inspired by SkBee's syntax of the same event.
Adds the %past event-potioneffect%, %event-potioneffect% and %event-potioneffecttype% event-values for this event.
Original Issue: #5774
Note: I have no clue why some of the imports went to .*, sorry about that.
Target Minecraft Versions: any
Requirements: none
Related Issues: none