Compile this project using Java 21 on your machine then simply get the artifact of your choice.
ObliviateInvs is an inventory GUI library for Bukkit servers.
Visit wiki page to see usage guide.
- Create, listen, manage GUIs in only one class.
- Create advanced slots to make completely interactive slots. (see wiki)
- Add pagination support to your GUIs easily.
- Create automatic repeat task for GUI. The task will be stopped when GUI closed.
- Fully, modular design.
- Make configurable your GUIs easily.
- Automatically caches configuration items. Doesn't deserializes over and over.
- Don't work hard work smart. These methods will handle your boring works: fillColumn(), fillRow(), fillGui(), sendTitleUpdate(), sendSizeUpdate()
- Allows players clicking their own inventory during they using a GUI.
- Feel safe. obliviate-invs tested in live. It is stable.
- Hamza Coşkun : For creating this cool library.