#Metadata Lifetime
1 messages · Page 1 of 1 (latest)
Shoot, I was looking for a clean alternative to list variables. I guess I'll stick to those though.
you can stick stuff in NBT, depending on what you are trying to do
Oh yeah, do you have a quick example for nbt setting/getting?
I could search skript hub but I'm too lazy atm
skbee wiki
kk
wait where's that
Nvm this looks comprehensive enough: https://skripthub.net/docs/?id=10689
Skript Hub - Documentation
Get the NBT compound of a block/entity/item/file/chunk.
SPECIAL CASES:
full nbt of %item%= Returns a copy of the FULL NBT of an item (this includes id, count and 'tag/components' compound).
Modifying this will have no effect on the original item. This is useful for serializing items.nbt of %item%= Returns the original. Modifying this...