âšī¸Informations
API Information
The zMenu API will allow you to create your own inventory and button. You can have the same configuration system for all your plugins.
Javadocs: https://javadocs.groupez.dev/zmenu/index.html
Example: https://github.com/Maxlego08/zMenuExample
Last version here: https://github.com/Maxlego08/zMenu-API/tags
Maven
Gradle
First step
The first step is to get the InventoryManager and ButtonManager interface with the spigot service provider system.
Last updated