BungeeUtil
BungeeUtil copied to clipboard
Isolat the inventory managing side
Hi,
i sent a PM to Wolverine on spigotmc.org but he didn't replied so i ask my question here ^^.
I wanted to use BungeeUtils to make a private plugin (not to sell it, for my project) and i asked him if it was possible to kind of isolate all the classes that allows you to manipulate inventories in a bungeecord plugin to put them in my API (private too). I saw that there were multiple classes and packages such as the inventory package, the item package or the Packet package.
Do you think its possible to take all the necessary packages and classes to put them in my API ?
ps: i want to do this because of the compatibility problems with the bungeecord builds and because i use BungeeUtil only for the inventory
it is theoretically possible but the inventory part alone requires most of the other stuff as well so you could only get rid of about 30% of the plugin. the compatibillity issues are there because @WolverinDEV (or any contributer) didn't manage to update the plugin for 1.13 yet.
Hey, well I have nothing todo with Minecraft anymore :/ Thats also the reason why I got inactive on spigotmc. Because Im currently really busy (with TeaSpeak) I don't have any time left to maintain BungeeUtils as well, specially with all the new features coming within 1.13 :)
Back to your main question. As @essemX already mentioned, yes its possible to extract the inventory part, but its harder than you might think, because the inventory thing is more or less the whole plugin :) Actually its easier to update BungeeUtils in general to 1.13. Its just registering the new protocol and changing some packages (+ the package id's).