Spigot plugin template with async commands, annotation command mapping and easy database access
This is a template written in Kotlin for creating high level plugins for Spigot servers.
It comes with configured gradle, debug server, command mapping with annotation, sql framework, config and other helpful stuff.
I recommand to use JetBrains IntelliJ IDEA. There is also an gradle integration build-in.
To use this project just clone this repository and import the gradle project.
The Database is configured to PostgreSQL. To change it to MySQL, Oracle, SQLite, H2 or SQL Server take a look at this documentation