Annoying API
Universal programming interface for my plugins containing various utility classes and methods. Developers should pay attention to additional capabilities...
Essentially, this is a full-fledged framework or library, although initially I didn't fully understand the difference between these concepts when choosing the name!
For Server Owners
All plugins using Annoying API already include it in their composition. You don't need to install it separately!
Documentation
Complete documentation is available at github.com/srnyx/annoying-api/wiki, where you'll find important information about the API itself and the plugins that use it.
For Developers
Technical Javadocs documentation is located at annoying-api.srnyx.com/javadocs. The wiki above also contains useful reference information.
Installation
API installation instructions are available in the corresponding documentation section on GitHub.
Building
For local API building, execute the command ./gradlew build using Java 11 or higher.