A template repository for easily developing Minecraft Paper plugins.
- Create a new repository by clicking on the "Use this template" button on GitHub.
- Clone the new repository and open it in your code editor of choice.
Follow the steps above and run ./gradlew runServer
Follow the steps above and run ./gradlew build
. The jar file will be in the build/libs
directory.