itsu020402
Developer
itsu020402 submitted a new resource:
NukkitFormAPI - Form API for Nukkit - Incorporate forms into your plugin very easily.
NukkitFormAPI - Form API for Nukkit - Incorporate forms into your plugin very easily.
Read more about this resource...NukkitFormAPI
Form API for Nukkit. This API supports processing of form responses, so you do not have to make EventListener which processes ModalFormResponsePacket. It will provide you the new type of form processing.
Referenses
Depend with Maven
This API is developed by Maven project. So your plugin have to depend with this API through Maven.
<dependency>
<groupId>nukkit.form.api</groupId>
<artifactId>NukkitFormAPI</artifactId>...