Improvents of | for hasitem check #7644
CloudeLecaw
started this conversation in
Enhancement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hasitem:[value][@][?][#]!
I want to create a fastcooking command that cooks every cookable item from the whole inventory.
it works with the hasitem check to check if it still should contain cooking by repepeating the command.
what sound cool in first moment and works if you only have may 500 of items is a bit horrible in the way i released it because in worst case it runs to many instanced what can result in cmi fails to continue the alias.
This is the current one.
what would be much smarter if i could have an | check for has item like we have it for the regular check argument to avoid running massive amount of multiple instances in worst case.
The alias could run with one instance only and look like this:
So i wanne ask if you could add this | check for hasitem <3
Beta Was this translation helpful? Give feedback.
All reactions