kyrptonaught / Inventory-Sorter

Inventory Sorter for Fabric
MIT License
40 stars 35 forks source link

Bukkit-like Server Plugin #72

Open halotroop2288 opened 2 years ago

halotroop2288 commented 2 years ago

Since this mod requires the server to have it installed, it does not work on Bukkit-like servers, such as Spigot and Paper.

I'd like to say I'll be able to make this myself (and I'll let you know if I do) but if not, I would like this to be a known issue until a Bukkit-like plugin is made.

kyrptonaught commented 2 years ago

Good Luck! I don't think it should be too hard to do. You'll need the packet listener to listen for the sort packet here: https://github.com/kyrptonaught/Inventory-Sorter/blob/c4be5f256469a3911949f21cd0590dbf93fcc033/src/main/java/net/kyrptonaught/inventorysorter/network/InventorySortPacket.java#L17

I'm not familiar with bukkit dev at all, but if you switch the mappings(here or there) I'd imagine alot of the code could be resused

mozai commented 1 year ago

Should mention in the readme that this mod must be installed in both client and server.