2
How to detect if a player drops an item in 1.21 Java
So, I'm making Ultimate Custom Night in Minecraft and want to detect if the player doesn't have a chest called "Offices" in their inventory. How would I be able to do this?
Create an account or sign in to comment.
3

use /testfor @e[type=item] the only bad thing is that every item will be effected

the thing is i'm pretty sure the testfor command was removed since 1.13. I had a good command that worked but that stopped working in 1.21.

i wish i knew to as i also want to make a fnaf game in Minecraft