mfnalex / ChestSort

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

Doesn't work with ironchest #159

Closed D3v1lman closed 1 year ago

D3v1lman commented 1 year ago

Used ChestSort version I use ChestSort-13.4.0 version

Used Spigot version I use the arclight 1.19.2 (36) version

Other plugin used ironchest-1.19.2-14.2.7 version, https://www.curseforge.com/minecraft/mc-mods/iron-chests/files

Describe the bug Ironchest chests do not take advantage of the chestsort functions, basically the items inside those chests are not sorted

To Reproduce I don't know how could do it

Expected behavior I expect that, I be able sort items automatically into ironchest's chests

Additional context I am attaching the .jar file of the version of ironchest that I am using Thank you for your trouble ironchest-1.19.2-14.2.7.zip

mfnalex commented 1 year ago

Sorry, but Forge and hybrid servers are not supported. ChestSort only supports servers running actual Spigot or one of its forks like Paper, Tuinity, ...

The reason is that those custom blocks are simply not available to Spigot plugins. ChestSort cannot possibly detect the "iron chest" block type from within the Spigot API.