Hey there,
i got a piece of code that is not working, but is not giving any errors:
I want it so that if you break a shulker box, that you can not see whats inside it by hovering over it in your inventory, so i wrote it like that.
Can someone help?
[doublepost=1528391401,1528328665][/doublepost]No one knows something that can help?
i got a piece of code that is not working, but is not giving any errors:
code_language.skript:
on pickup:
if event-item is a shulker_box:
add "{HideFlags:61}" to nbt of event-item
I want it so that if you break a shulker box, that you can not see whats inside it by hovering over it in your inventory, so i wrote it like that.
Can someone help?
[doublepost=1528391401,1528328665][/doublepost]No one knows something that can help?