H2Driver
H2 Driver for Sponge servers.
This plugin does nothing by itself. Developers of other plugins can specify this plugin as an optional dependency in sponge_plugins.json
.
Example:
"dependencies": [
{
"id": "h2driver",
"version": "1.0.0",
"load-order": "after",
"optional": true
},
{
"id": "spongeapi",
"version": "8.0.0",
"load-order": "after",
"optional": false
}
]
The plugin contains a driver to connect to h2 databases. It is initialized automatically when you start the server.
Hopefully in the future plugin developers will not need to add a driver to their plugins, as this can create a bunch of the same drivers.