We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, MiniMessage only provides tags for some of the vanilla component types, but for completeness sake we should support all of them.
text
KeybindComponent
<key:key.id>
TranslatableComponent
<tr:lang.key[:args...]>
translate
lang
SelectorComponent
ScoreComponent
BlockNBTComponent
EntityNBTComponent
StorageNBTComponent
The text was updated successfully, but these errors were encountered:
feat(text-minimessage): Add nbt tag
3e4bb85
Fixes GH-678
zml2008
Successfully merging a pull request may close this issue.
Currently, MiniMessage only provides tags for some of the vanilla component types, but for completeness sake we should support all of them.
Supported
text
(as literal content)KeybindComponent
(via<key:key.id>
)TranslatableComponent
(via<tr:lang.key[:args...]>
, andtranslate
orlang
aliases)Not yet supported
SelectorComponent
ScoreComponent
BlockNBTComponent
EntityNBTComponent
StorageNBTComponent
The text was updated successfully, but these errors were encountered: