Ajneb97 / ConditionalEvents

MIT License
22 stars 12 forks source link

Open Inventory Error #16

Closed Nic0las-Ponce closed 1 year ago

Nic0las-Ponce commented 1 year ago

Idk if its a bug or im doing something wrong, I want to trigger an event when a player open his inventory (the one with 4x4 crafting space). I checked it spigot inventory types and apparently its called CRAFTING, but it doesnt work. Also, I tryed using the debug, inventorys like chest and workbenchs are checked for the condition but player inventory does not. Maybe it has to do with aternos or cracked minecraft?

Saludos desde Argentina, sos un genio.

Ajneb97 commented 1 year ago

Opening the player inventory is client-side, so it is not possible to detect this on a minecraft server.

Nic0las-Ponce commented 1 year ago

I see... Do you know any other way to do it? I'm trying to recreate the old advancement of opening the player inventory

Ajneb97 commented 1 year ago

Saddly I don't know if this is possible :/