An open API service indexing awesome lists of open source software.

https://github.com/execsuroot/papermc-plugin-template

Feature-based template for PaperMC plugin.
https://github.com/execsuroot/papermc-plugin-template

Last synced: 4 months ago
JSON representation

Feature-based template for PaperMC plugin.

Awesome Lists containing this project

README

        

# PaperMC plugin template

Feature-based template for PaperMC plugin. Everything is build over so-called "Features". Therefore, everything is
organized in a way that makes it easy to understand and maintain, as well as to extend or remove functionality.

### Features

- Feature-based architecture that is easy to understand and maintain.
- [CommandAPI](https://github.com/JorelAli/CommandAPI) for commands.
- [ConfigLib](https://github.com/Exlll/ConfigLib) for configuration.

### Usage

1. Use this repository as a template.
2. Follow the ToDo comments to personalize the template.
3. Have productive coding!