ZetaCore
Build Paper plugins with less boilerplate and more structure.
ZetaCore is a small framework for Paper plugins. It gives you a lightweight base plugin class, automatic command and listener registration, dependency injection, typed configuration mapping, message helpers, and permission utilities.
Start with the guide section for a walkthrough of the main APIs:
- Guide Overview
- Plugin Base
- Dependency Injection
- Command Registration
- Event Registration
- Config Parsing
- Messaging
- Permission Registration
Getting Started
Adding ZetaCore to Your Project
Learn how to add ZetaCore to your Minecraft plugin project using Maven or Gradle.
Tutorials
Step-by-step guides to help you get started with ZetaCore features.
License
ZetaCore is open-source and licensed under the GNU General Public License v3.0. You can find the source code and contribute to the project on GitHub.