lishid / OpenInv

Open anyone's inventory as a chest, real-time!
GNU General Public License v3.0
120 stars 97 forks source link

Custom EnderChest support #189

Closed ItzRonaldMLG closed 3 years ago

ItzRonaldMLG commented 3 years ago

Hello,

Any change you could support Custom EnderChest plugin? (https://www.spigotmc.org/resources/custom-enderchest.8868/)? Now if i do /openender it opens the enderchest from vanilla, also the plugin Quickshop that uses openinv (https://www.spigotmc.org/resources/quickshop-reremake-1-16-ready-multi-currency.62575/) I cant use this feature when having Custom EnderChest plugin on the server sadly.

Jikoo commented 3 years ago

New issues belong over at Jikoo/OpenInv.

If you want commands from a plugin to override commands added by another, you can use Bukkit's commands.yml feature to assign openender -> customenderchest:openender. Anything overriding inventory behavior needs to implement offline access itself, it's not feasibly possible to add and maintain support for every multi-inventory/inventory modification plugin.