How to detect if an item is dropped near an armor stand?
-
I'm trying to make a sort of shrine system where a player can drop a set number of items, say five gold ingots near a shrine, which is a block with an armor stand inside of it, and be given a beneficial effects for a few minutes. Not completely sure how to do that though. Can someone help?
-
Thats is quite tricky, I might suggest just using a hopper in front of the shrine to pick up the blocks. When detected by a redstone comparator, it activates a command block to give that player whatever effect needed.