This is a template for creating a Spigot plugin for Minecraft.
- Download the latest release from the releases page.
- Place the downloaded JAR file in your server's
plugins
directory.
Add information about plugin configuration here.
Add information about plugin commands here.
/somecommand
- Command description.
You can run mvn clean package
to build the plugin JAR file. The JAR file will be placed in the target
directory.
The version in pom.xml
will be automatically applied to your plugin.yml
. Changes to pom.xml
will result in a Github Release being published.