634 B
634 B
Full Example Plugin
Standalone example plugin that uses the Database API.
Build
- Publish Database plugin to local Maven:
./gradlew publishToMavenLocal
- Build this example:
./gradlew build
- Drop the jar into your server
pluginsfolder.
Notes
- This plugin depends on the
Databaseplugin at runtime. - Check
plugin.ymlfordepend: [ Database ]. - For full coverage, toggle
RUN_ADVANCED(JOIN/GROUP BY/HAVING) andRUN_DESTRUCTIVE(create/drop database and demo tables) inexamples/FullPlugin/src/main/java/com/andrewkydev/example/full/run/ExampleCoordinator.java.