Started by
yTomioka
on
Topic category: Help with Minecraft modding (Java Edition)
I want to create an item that the person receives and only they can use, for example the person receives a sword and only the person who received the sword can use it, an item or armor, would anyone know how to do this?
you'd need to check the display name of player, and if it doesn't fit the original owner, they cant use it (weakness 100 and mining fatigue would be the most simple way)