cuberite/cuberite

Feature request: Lua hooks for clicks in the player inventory

sleirsgoevy opened this issue · 0 comments

Cuberite allows setting hooks to inventory clicks, but only for plugin-created windows (cLuaWindow). It would be nice to have this for the player's main inventory, and for vanilla container windows (without having to emulate their entire behavior in Lua).

I want to use it to create "cursed" armor that can't be removed from its armor slot.