Inventory-Sorter icon indicating copy to clipboard operation
Inventory-Sorter copied to clipboard

Bukkit-like Server Plugin

Open halotroop2288 opened this issue 3 years ago • 2 comments

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.

halotroop2288 avatar Feb 21 '22 23:02 halotroop2288

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

kyrptonaught avatar Feb 21 '22 23:02 kyrptonaught

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

mozai avatar Oct 28 '22 01:10 mozai