A plugin template for Minecraft plugin development using SingularityLib. This project is designed for PaperMC 1.21 and provides a starting point for building custom plugins.
- Easy setup for new plugins
- Uses SingularityLib for extended functionality
- Configurable via
paper-plugin.yml
- Build the plugin using Maven:
mvn clean package
- Place the generated JAR file from
target/into your server'spluginsfolder. - Start your PaperMC server (version 1.21 or later).
Once installed, the plugin will load at server startup. You can configure its behavior in the paper-plugin.yml file located in src/main/resources.
Edit the paper-plugin.yml to change plugin settings such as name, version, prefix, and description.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.