NameSpacedKeys
Explanation on NameSpacedKeys
Last updated
Explanation on NameSpacedKeys
Last updated
From the image above, the NBT data that this command alters is located in the custom_data
section, highlighted in pink. It's all of this:
There are two in here, one being "executableitems:ei-id": "test"
and the other being "score:usage":
Focusing on the first one, executableitems
is the Namespace, ei-id
is the Key, and test
is the Content of the NameSpacedKey.
Similarly, for the second one, score
is the Namespace, usage
is the Key, and 1
is the Content.
/paper dumpitem
command