-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
Add Item Flags #7086
base: dev/feature
Are you sure you want to change the base?
Add Item Flags #7086
Conversation
src/main/java/ch/njol/skript/expressions/ExprItemFlagsItem.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprItemFlagsItem.java
Outdated
Show resolved
Hide resolved
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.
Already a fair few things from others, so just some small stuff for now
src/main/java/ch/njol/skript/expressions/ExprItemFlagsItem.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprItemFlagsItem.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprItemFlagsItem.java
Outdated
Show resolved
Hide resolved
Needs tests |
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.
Quick little overview
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
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.
My main concerns were fixed, and didn't see anything else that was worrisome
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.
looking good
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
src/main/java/ch/njol/skript/expressions/ExprWithItemFlags.java
Outdated
Show resolved
Hide resolved
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.
!
Co-authored-by: sovdee <10354869+sovdeeth@users.noreply.github.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.
I'm still of the opinion that hidden x
, like hidden enchants
, should be valid too
🥴 |
Co-authored-by: Efy <35348263+Efnilite@users.noreply.github.com>
Description
This PR aims to add item flags to Skript, similar to SkBee's syntax, (I think anyway, I can't access the repo currently 😅 )
Target Minecraft Versions: any
Requirements: none
Related Issues: none