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

Can't sort in Slimefun backpacks #108

Closed isaacmarcus closed 3 years ago

isaacmarcus commented 3 years ago

Environment

Chestsort v9.5.1 Paper git-Paper-583 (MC: 1.16.5) Slimefun DEV - 871 (git e1f0e0cd) Metrics-Module #21 Java 8

Describe the bug

Chestsort functions can't be used in Slimefun backpacks

To Reproduce

open a slimefun backpack and try to use functions

Expected behavior

Expect slimefun backpacks to function the same as chests

mfnalex commented 3 years ago

Hi, please enable ChestSort debug mode, do /sort reload and then try to use one of the hotkeys you have enabled in the backpack. Then send the console output please.

isaacmarcus commented 3 years ago

Did three hotkeys, first is a middle click in the backpack to auto sort, second is a left click outside inventory to fill backpack thirs is a right click outside invent to empty backpack

https://pastebin.com/zKrCRJe9

mfnalex commented 3 years ago

That plugin is using "null" as InventoryHolder, ChestSort cannot detect it. You would have to ask the Slimefun author to either implement the ChestSort API or to use a custom inventory holder class. I cannot do anything otherwise I fear.

mfnalex commented 3 years ago

Has to be fixed by other plugin

StarWishsama commented 10 months ago

That plugin is using "null" as InventoryHolder, ChestSort cannot detect it. You would have to ask the Slimefun author to either implement the ChestSort API or to use a custom inventory holder class. I cannot do anything otherwise I fear.

Hi, i'm maintaining a version of slimefun which used custom inventory holder for identify slimefun inventory, could you provide more details about chestsort detect mechanism?