-
Notifications
You must be signed in to change notification settings - Fork 1
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
Factor in tags from scripts #115
Comments
Do you have a documentation link for this? and or examples. Need it to be able to implement this |
https://learn.microsoft.com/en-us/minecraft/creator/scriptapi/minecraft/server/entity?view=minecraft-bedrock-stable#addtag |
hmm this is going to be a difficult one, especially when people start to use variables for their tags |
I'd imagine if it is going to be a variable, then functions probably won't be making use of them but when it's static like in the example then functions probably will use them |
Anything I can do to help move this along? |
Uncertain at this point, im not entirely sure I want to actually do this atm 🤔 |
Tags added with
entity.addTag()
aren't considered in the tag definitions so it gets flagged as an errorThe text was updated successfully, but these errors were encountered: