mfnalex / ChestSort

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

Does not seem to work with Sack #153

Closed pajamaben1 closed 2 years ago

pajamaben1 commented 2 years ago

Used ChestSort version 13.1.0

Used Spigot version Paper 1.18.2 #333

Other plugin used Sack (https://polymart.org/resource/sack-better-than-1-17-bundle.493)

Describe the bug Doesn't register the bag inventory

To Reproduce Give yourself a sack using /sack give (player) default 54 Should give you a sack with 54 inventory slots, right click to open then try sorting

Expected behavior Was hoping it would sort, I'm alright with it not working with sack since I'm basically using it instead of backpacks, but the spigot page said to submit if it wasn't working with 3rd party plugins

mfnalex commented 2 years ago

Hi, it makes no sense for ChestSort to add support to every other plugin, especially for paid plugins with only a few downloads.

Instead, plugins can easily make inventories sortable using ChestSort's API: https://github.com/JEFF-Media-GbR/Spigot-ChestSortAPI

Just send that link to the developr of the plugin you mentioned and they can make it work with ChestSort within a few minutes.

mfnalex commented 2 years ago

but the spigot page said to submit if it wasn't working with 3rd party plugins

Oh yeah that's a bit outdated lol. I wrote that when ChestSort had like 500 downloads. Meanwhile it's over 100,000 downloads and if I'd add support for every third party plugin, then it would get reaaaally messy. Instead, other plugins are expected to hook into ChestSort, as that's the only proper solution.