-
Notifications
You must be signed in to change notification settings - Fork 57
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 "has nbt" requirement type #7
Comments
With the CheckItem Expansion, id regard this feature as pretty redundant to implement and unnecessary workload. |
This would be unrelated to items. Talking about NBT data for players. I also just noticed the ScoreboardTags expansion on the ecloud, and this seems like it could be easy to implement. |
The initial idea was to add the requirement for items. I didn't even consider it might also be used for other stuff such as players. I am still not sure if this is a good idea or not. We have been trying very hard to remove any unnecessary NBT usage from DeluxeMenus. Work on a proper API is also going to begin soon (hopefully) so this issue might be irrelevant then. |
Oh I see. The user in discord was wanting to check if a player had an NBT tag, not if the player had an item with an nbt tag with a specific value. Either way, right now both of these things can be done with the CheckItem/ScoreboardTags expansions. |
It was suggested in the HelpChat Discord server that we add a new requirement type that would allow menus to check if specific NBT tags are set, what value they have, etc.
We would have to first decide if this is a good idea or not and then what are all the features this will add and how they will look like.
Source:
https://discord.com/channels/164280494874165248/164280494874165248/929161941346312212
The text was updated successfully, but these errors were encountered: