Allow `openinv.exempt` to work for enderchests as well
baailey opened this issue ยท 1 comments
Unsure if a bug or intentional, however, I'd like the permission openinv.exempt
to also apply to enderchests. Though, a separate permission for making enderchests exempt works too if you'd prefer. Thanks.
It does, /openinv
and /openender
run slight variations of the same command code.
OpenInv/plugin/src/main/java/com/lishid/openinv/commands/OpenInvCommand.java
Lines 142 to 148 in 2f36a4d