Option to copy minified NBT (No indent)
yuitaa opened this issue ยท 3 comments
I noticed that MC_GIVE_CMD
is in nbt format and does not follow json format, so it cannot be saved as is as a json file. So I reopened this issue.
- get a stone with this give command.
/give @s stone{display:{Name:"{\"text\":\"hogehoge\"}"}}
- set
copy format
toMC_GIVE_CMD
- copy the data of the stone
it results in this
{display:{Name:'{"text":"hogehoge"}'}}
It would be great if copy format
setting had MINIFIED_JSON
option. It allows to copy minified json