jmc icon indicating copy to clipboard operation
jmc copied to clipboard

[FEATURE_REQUEST] Allow JMC's custom NBT syntax in more places

Open Nico314159 opened this issue 8 months ago • 0 comments

Description

It's both annoying and idiosyncratic to have to write if (data storage namespace:foo bar) every single time when it would make more sense to write just if (foo::bar).

Additionally, I think it would make debugging (and just generally, printing complex messages) a lot easier if something like Text.tellraw(@a, "&<foo::bar>") was supported as well. Having to make custom TextProp.nbt setups is very janky and not worth relying on.

Nico314159 avatar Jul 02 '24 16:07 Nico314159