A lightweight RPG item framework for Paper-based Minecraft servers.
Phoenix is a high-performance, lightweight Paper plugin designed to empower server owners to create custom RPG items with ease. Define unique attributes, custom behaviors, and immersive descriptions without the overhead of heavy frameworks.
Features • Installation • API Documentation • Support
.jar file from the Releases page.plugins folder.Empower your own plugins by integrating with the Phoenix API.
repositories {
maven { url = uri("https://jitpack.io") }
}
dependencies {
// Replace <VERSION> with the latest release tag (e.g., 1.0.0)
implementation("com.github.bindglam.Phoenix:api:<VERSION>")
}
Found a bug or have a feature request? Please open an issue on our GitHub Issues page. We value your feedback!
Contributions are what make the open-source community such an amazing place!
git checkout -b feature/AmazingFeature).git commit -m 'Add some AmazingFeature').git push origin feature/AmazingFeature).Need quick help or want to share your creations? Join our community!
This project is licensed under the MIT License. See the LICENSE file for details.
A lightweight RPG item framework for Paper-based Minecraft servers.