#/kill item
1 messages · Page 1 of 1 (latest)
??
I want that when dropping an item only that item is removed. I have made it so that when dropping an item in the water it generates a structure with another one After being generated, all items are deleted instead of only the one that caused the structure to be loaded.
so when a player drops said item it despawns?
so for example when I drop a stick it despawns instantly
execute at @e[type=item,name="Stick"] run say found Stick (informing stick item was found)
/kill @e[type=item,name="Stick"] (killing stick)
Ok thanks, I did it like this but instead of @e I put @r so that I only deleted one and then deleted the other item from the floor that is not instantaneous