You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<darker> <brighter> <invert> are all tags that could potentially be context sensitive so they don't only apply to explicit color tags within their content.
// currently only darkens b, could also darken a. Must therefore know about its parent
<darker> a <red>b</red></darker>
With MiniMessage it is not possible to gain information about parent components and even NanoMessage compiler could include the functionality due to tag resolvers.
Maybe remember regions and replace them with darkened components in the end 🤷
The text was updated successfully, but these errors were encountered:
<darker> <brighter> <invert>
are all tags that could potentially be context sensitive so they don't only apply to explicit color tags within their content.With MiniMessage it is not possible to gain information about parent components and even NanoMessage compiler could include the functionality due to tag resolvers.
Maybe remember regions and replace them with darkened components in the end 🤷
The text was updated successfully, but these errors were encountered: