This library provides a flexible and easy-to-use menu system for PocketMine-MP plugins. It allows you to create and manage different types of menus.
- Menu Types: Supports various menu types including single chest, double chest, and hopper menus.
- Customizable: Define custom menu settings and items.
Define the settings for different types of menus using the MenuDefinition
class and its subclasses.
Implement different menu types by extending the MenuImpl
class and defining the renderMenu
and destroyMenu
methods.
This project is licensed under the MIT License. See the LICENSE
file for details.