-
-
Notifications
You must be signed in to change notification settings - Fork 373
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
Return API #6118
Return API #6118
Conversation
Converting to draft. I don't really like how you interact with the API, may continue later |
# Conflicts: # src/main/java/ch/njol/skript/lang/Section.java # src/main/java/ch/njol/skript/lang/TriggerSection.java
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.
Looks good. Though I would prefer this to use parserinstance#Data, discussions on discord make it clear why it is not using that.
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.
looks good, do we have tests that cover this?
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 work with taking the time to integrate this with less internal-integration :) Just a few things
Description
This PR adds an API to allow addons to easily use the
return
effect for their structures/sections without having to resort to hacky unintended methods to achieve the same effectTarget Minecraft Versions: any
Requirements: none
Related Issues: none