-
Since SkBee 3.4.1, we need to specify the nbttype of tags. In order this I need to change a lot of code. My question is related with SkullOwner. Please assume that I'm holding a skinned player head on my hand. Before the update I was simply doing this,
But in new update, we need to specify the nbttype of SkullOwner's tag. I tried things such as
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
One more thing, I paste data of villager with this code: and when I need it I paste the villager's data with this: Which types should I need to use? |
Beta Was this translation helpful? Give feedback.
-
If you have trouble finding the type of tag, you have a few options:
![]() You can also check out the Data Types Wiki or the Data Types McWiki for further information. |
Beta Was this translation helpful? Give feedback.
If you have trouble finding the type of tag, you have a few options:
Use the tag type expression https://skripthub.net/docs/?id=10695
You can check McWiki, it will tell you exactly the tag type:
You can also check out the Data Types Wiki or the Data Types McWiki for further information.