Skip to content

Template source code for developing a Minecraft plugin.

Notifications You must be signed in to change notification settings

AzaleaLibrary/mc-plugin-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate Minecraft Plugin

This is repo provides some template code for setting up a plugin with Maven.

Defaults

Minecraft version: 1.19

ℹ️ The version can be changed by updating the mcVersion maven property.

Setup

In pom.xml, replace:

  • __PROJ_GROUP__ - the project's group id.
  • __PROJ_NAME__ - the project's artifact id (name).
  • __PROJ_VERSION__ - the project's version (ei 1.0-SNAPSHOT).

Extra

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

Releases

No releases published

Packages

No packages published

Languages