A library for creating Spigot GUIs
Go to file
EpicKnarvik97 9d5ee267a7
All checks were successful
KnarCraft/KnarGUI/pipeline/head This commit looks good
Changes the GUI item factory code
Adds a new GUIItemFactory interface
Renames the old GUIItemFactory to SimpleGUIItemFactory
2024-04-05 17:01:51 +02:00
src/main/java/net/knarcraft/knargui Changes the GUI item factory code 2024-04-05 17:01:51 +02:00
.gitignore Adds README, Jenkinsfile and .gitignore 2023-07-27 18:00:00 +02:00
Jenkinsfile Adds README, Jenkinsfile and .gitignore 2023-07-27 18:00:00 +02:00
pom.xml Adds some code for generating item icons 2023-01-19 03:27:52 +01:00
README.md Adds README, Jenkinsfile and .gitignore 2023-07-27 18:00:00 +02:00

KnarGUI

KnarLib is my own library for creating GUIs. It's still a very bare bones library, but it handles creating and removing GUIs, creating various items for the GUI, and registering inventory click actions.

License

This library is licensed under the GPLv3.