-
-
Notifications
You must be signed in to change notification settings - Fork 375
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
Adding entity expressions & conditions #7088
Conversation
Removed EvtPiglinBarter.sk after more research
This comment was marked as resolved.
This comment was marked as resolved.
I found it, but thank you! |
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 all the comments, would love to see tests for all of these!
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprCustomNameVisibility.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondFromMobSpawner.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondIsCustomNameVisible.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/conditions/CondIsCustomNameVisible.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprCustomNameVisibility.java
Outdated
Show resolved
Hide resolved
Co-authored-by: Efy <35348263+Efnilite@users.noreply.github.com>
Added EffCustomName Added EffCustomName test Removed ExprCustomNameVisibility.java Fixed ParseResult import
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 needs some tests for the other syntax still
Co-authored-by: cheeezburga <47320303+cheeezburga@users.noreply.github.com>
Please do not add any more syntaxes than what you have to this pr, and for future additions try to keep prs focused on a single topic. Working on that todo list is great but we want the prs to be small and focused so that issues with one part don't slow down other parts that are good to go! |
Alrighty! I'll work on the test for CondIsTicking (since it's a little hard to test CondFromMobSpawner), then I'll mark the pr as ready for review. (Let me know if any of the other things need tests or anything!) |
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 pretty good!
Description
I've added most of the remaining features on the entity section (forgot to mention that when initially posting) todo list, however I'll continue trying to work on the ones remaining
Target Minecraft Versions: any
Requirements: none
Related Issues: Todo List (#4185)
Let me know if you have any suggestions such as syntax (I know syntax will probably want to be changed).