#Getting Dropped Item Upon Death
1 messages · Page 1 of 1 (latest)
set a flag on the itemstack that prevents them being picked up
PersistentDataContainer in new versions, display name or similar in old versions
Ah I forgot to mention: I want the original owner of the items to be able to pickup the items regardless, so simply disabling item pickup won't work...
set the owner in the data container / display name / lore etc and check it in the pickup event
Item has a setOwner
Item does, ItemStack doesn't :)
Then yes, PDC
never used that before, but I will give that a shot right now, thanks 👍