Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- command test:
- trigger:
- set {_item} to diamond axe
- set tag "tag;Creator" of nbt compound of {_item} to uuid of player
- give {_item} to player
- broadcast "%nbt compound of {_item}%"
- command test2:
- trigger:
- set {_item} to player's tool
- delete player's tool
- set {_nbt} to nbt compound of {_item}
- delete tag "tag;Creator" of {_nbt}
- delete tag "tag" of {_nbt}
- give player {_item}
- command nbt:
- trigger:
- broadcast "%nbt compound of player's tool%"
- command k:
- trigger:
- set {_skull} to a player head with nbt compound from "{SkullOwner:{Id:""46ab6a75-6e0d-43ad-9571-cb45308431c4"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjBiNTVmNzQ2ODFjNjgyODNhMWMxY2U1MWYxYzgzYjUyZTI5NzFjOTFlZTM0ZWZjYjU5OGRmMzk5MGE3ZTcifX19""}]}}}"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement