I think it would be useful if the value argument for decoration nodes were evaluated in a similar way to ColorNode such that it resolves placeholders. Otherwise I'm not sure what the use of the value argument is, unless I'm doing something wrong.
Example
Something like <i value:%example:is_moderator%>%player:displayname_visual%</i> would render the player's name as italic only if they are a moderator.
I think it would be useful if the
valueargument for decoration nodes were evaluated in a similar way toColorNodesuch that it resolves placeholders. Otherwise I'm not sure what the use of thevalueargument is, unless I'm doing something wrong.Example
Something like
<i value:%example:is_moderator%>%player:displayname_visual%</i>would render the player's name as italic only if they are a moderator.