NichtStudioCode / InvUI

A spigot library for creating custom inventory-based GUIs.
MIT License
242 stars 19 forks source link

Support for platforms other than Bukkit #29

Closed MelonHell closed 1 year ago

MelonHell commented 1 year ago

I think InvUI is the best library for creating a serverside gui in minecraft, I would really like to use it for example in Minestom.

If you plan to somehow radically change the library, I would very much like the platform code to be separated from the api code

NichtStudioCode commented 1 year ago

Thanks for your feedback, but this would require rewriting most parts of the library (because basically everything works around Bukkit's implementations), so it's probably not something that I'll do in the near future, if ever.