Now libraries (MariaDB Driver, H2 Driver, MySQL Driver) are downloaded to plugin/zHomes/libs on plugin start, which also means MariaDB is no longer shaded in plugin jar
Added support for 1.12.x, 1.11.x, 1.10.x and 1.9.x
Changed default database to `database-sqlite.db` (If you had database.db, it will still use the one you had)
Plugin now uses a table prefix followed by a table (Currently only one)
Config Changes
Added new config `database.pool-size` to control hikari max pool size
Replaced `database.table` with database.table-prefix`
Developer Changes
Code cleanup (Removed unused files and example files from the api)