GUI-API
GUIAPI is a simple API for creating menus/GUIs. These menus use a combination of custom inventories, custom items, and custom events in order to create an in-depth menu where the player clicks on a button (custom item) in a GUI (custom inventory) to cause custom events which allow for flexible menus. Non-Plugin Developers: This is just an API for other plugins to build upon. This Plugin does (nearly) nothing on its own, it needs a plugin to utilize this API. I made this after requiring an API of this sort for one of my other plugins (EnhancedSpawners), so I made one and decided to release a standalone edition of this API. I know, this kind of API has been done before, but I want to put my own spin on things :P . Also, if you ever need help, just PM me!
Documentation
Either visit here for my online JavaDocs repository or download it here (Scroll down to the release you are using and download the corresponding GUIAPIDoc.zip).
How to Utilize
Just add the plugin .jar to your build path and that's it!
Example Plugins:
Example built on GUIAPI version 1.0.1 demonstrating basic features here.
Current Features
- Easy-to-use constructors and methods
- Custom Events
- A debug mode
- In-depth documentation
Commands
- /toggletestmode -Toggles whether debug messages are on (only use if you know what you’re doing)
Permission Nodes
- GUIAPI.toggletestmode - For the /toggletestmode command
About the Config Options
- None currently
Changelog
Visit here
Planned Features
- Add more inventory types
- Expand the Button Object stuff and make it not only an internal mechanism
Plugins Utilizing this API
- EnhancedSpawners (internally, since it was made for that plugin)
Let me know if your plugin is using this API!
Known Issues
- None :)
Like This Plugin (API)?
Click the donate button on the top right of this page to support me!
This Project's Open-Source!
Check it out on Github!
https://github.com/austinv11/GUIAPI
Please post suggestions and comments and post issues on my issue-tracker!