What is MenuMaker ?
Menu maker is an open source library to create inventory GUIs with custom options or even pagination. You can simply extend the library by overriding abstract classes or giving me ideas.
You can find source code here:
https://github.com/Kauzas/menumaker
For a complete tutorial visit the wiki:
https://github.com/Kauzas/menumaker/wiki
Available menu types:
- AbstractMenu: Basic menu
- PaginatedMenu: Menu with pagination
- ActionMenu: Action based menu (see wiki)
- PaginatedActionMenu: Action based paginated menu
Custom events:
- MenuBackEvent: Called when the player click to the back button (only if menu implements Backable)
- MenuOpenEvent: Called when the player open a menu
- MenuPageChangeEvent: Called when the player change page (only if the menu is a PaginatedMenu)
- MenuPermissionDeniedEvent: Called when the player try to acces a menu without the required permission (only if the menu implements Restricted)
Available menu options:
A menu option is an interface that you can add to a menu to extend it.
- Backable: allow players to go back to another menu
- Restricted: allow you to add a permission to a menu
What can be done with MenuMaker:
