Started by
Krronos
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to create an item that will have a custom NBT tag that is unique to a specific player in some way. I need a procedure to run code blocks in the specific player that each instance of the item is linked to. Problem is I can't figure out how to take a NBT tag's value and convert it into an entity that can be used in code blocks. I am willing to try anything, including functions and commands. So far I've come up with the idea to give each player a unique numerical ID upon joining, and have their item have that ID in its NBT tag. I still can't figure out how to link them though.