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.
- Host: GitHub
- URL: https://github.com/execsuroot/papermc-plugin-template
- Owner: execsuroot
- Created: 2024-06-05T14:04:24.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-15T07:46:57.000Z (about 1 year ago)
- Last Synced: 2024-12-31T02:27:13.151Z (6 months ago)
- Language: Java
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!