Moonyl
New member
- Joined
- Jul 3, 2022
- Messages
- 4
- Reaction score
- 0
Currently if you set a plot icon to your head it will change if u change your skin because it looks at the name of the head not the value with the NBT being {"SkullOwner": {"Id": [[id]],"Name": "[name]","Properties": {"textures": [{"Signature": "[signature]","Value": "[value]"}]}}}, you could change the name in the NBT to "-" since it's impossible to make an account with that name and keep the value the same since that's what the skin is actually linked to if the username is invalid because if u decode it from base64 it points to the URL of the skin and isn't linked to the username so if u changed it, the item would stay the same.
You could get the value from the head they're holding or by getting the value of the head they inputted with /p icon [head].
Basically you just need to change the name in the NBT to "-"
top is before changing name, bottom is after
left wasn't changed, right has name in NBT set to "-"
You could get the value from the head they're holding or by getting the value of the head they inputted with /p icon [head].
Basically you just need to change the name in the NBT to "-"
top is before changing name, bottom is after
left wasn't changed, right has name in NBT set to "-"