This is repo provides some template code for setting up a plugin with Maven.
ℹ️ The version can be changed by updating the
mcVersionmaven property.
__PROJ_GROUP__- the project's group id.__PROJ_NAME__- the project's artifact id (name).__PROJ_VERSION__- the project's version (ei1.0-SNAPSHOT).
This template has been designed with productivity in mind. When compiling a new version of your plugin, you can configure the output directory directly into the server's plugins directory:
mvn clean package dependency:copy -DskipTests -DmcVersion=1.2.3 -DoutputDirectory=/path/to/server/plugins