mfnalex / ChestSort

Best sorting plugin for Minecraft / Spigot 1.14+
https://www.chestsort.de
GNU General Public License v3.0
91 stars 34 forks source link

Add EnderContainers support #107

Closed utarwyn closed 3 years ago

utarwyn commented 3 years ago

Hello,

I discovered your project few weeks ago and I found it very interesting. I am also a plugin maker. As I am concerned about adding more integrations to my plugin EnderContainers, I would like to add possibility for server owners who also use your plugin to propose sorting (and auto-sorting) for EnderContainers inventories.

This PR brings that support into your plugin. It is fully working since version 2.2.1 of my plugin. I have created a new hook to support my custom inventory holder that you can find here: https://github.com/utarwyn/EnderContainers/blob/v2.2.1/plugin/src/main/java/fr/utarwyn/endercontainers/inventory/EnderChestInventory.java

Tell me if my changes are ok, Best regards

mfnalex commented 3 years ago

Thanks, looks good :)