GuiLib icon

GuiLib -----

Yet Another Inventory Gui Library



We are now a modular jar!
Yep that's right. GuiLib now provides a Java 9 module.
Example usage:
Code (Java):
module my. domain. myplugin {
 
    requires org. bukkit ; //Bukkit's module
    requires xyz. janboerman. guilib ; //GuiLib's module

    opens my. domain. rootpackage ; //so that bukkit's pluginloader can create an instance of your main class
 
}
This means that the CachedSupplier in the util package is no longer accessible as it was not part of the api.
Additionally some deprecrated APIs that were marked for removal in version 1.4.x have been removed.
----------, Aug 15, 2018
Resource Information
Author:
----------
Total Downloads: 3,884
First Release: Jul 24, 2018
Last Update: Oct 14, 2023
Category: ---------------
All-Time Rating:
1 ratings
Find more info at github.com...
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings