Informazioni
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
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>com.github.Maxlego08</groupId>
<artifactId>zMenu-API</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>Gradle
First step
The first step is to get the InventoryManager and ButtonManager interface with the spigot service provider system.
Last updated