-
Bug
-
Resolution: Duplicate
-
None
-
1.20.4
-
None
-
Unconfirmed
-
(Unassigned)
I was unable to delete a custom name for an armor stand in order to create my data pack.
- I placed an armor stand.
- Named "test" it with a name tag.
- I exected the following command:
/data get entity [the UUID of the armor stand] CustomName - The following log is returned:
test has the following entity data: '"test"'
I could expect until this step.
And now I want to delete this custom name. - I executed each of the following commands and verified with the command used in the 3rd step:
/data modify entity [UUID] CustomName set value '' and
/data merge entity [UUID] {CustomName:''} and
/data remove entity [UUID] CustomName - The custom name was not deleted in every case.
If you know of a way to delete a custom name using a command, please let me know.