Skip to content

A template repository for easily developing Minecraft Paper plugins.

License

Notifications You must be signed in to change notification settings

EsotericEnderman/paper-template-plugin

 
 

Repository files navigation

Paper Template Plugin

A template repository for easily developing Minecraft Paper plugins.

Usage

Using This Template

  1. Create a new repository by clicking on the "Use this template" button on GitHub.
  2. Clone the new repository and open it in your code editor of choice.

Running a Testing Server With The Plugin Installed

Follow the steps above and run ./gradlew runServer

Building

Follow the steps above and run ./gradlew build. The jar file will be in the build/libs directory.