A sample plugin designed for the Spigot Minecraft server, offering a template for crafting your own plugins. Delving into Minecraft plugins proves to be an excellent avenue for mastering Java programming.
In order to try this out you need the following software to be installed on your machine:
- Java Development Kit 17.
- git
- IntelliJ IDEA
Clone the template project to your system:
git clone https://github.com/Sstudios-Dev/minecraft-plugin-example
This project uses Maven for building. So on your command line run
mvn package
This plugin template is very basic and is for beginner minecraft plugin creators using the spigot api, soon there will be the template for paper and velocity