A library plugin for all other Endera plugins
EnderaLib: The Foundation for Powerful Paper 1.18+ Plugins
EnderaLib is a lightweight yet comprehensive utility library designed to streamline Paper plugin development in Kotlin. While it doesn't offer any standalone features for players, it provides a powerful toolkit for developers to build upon, allowing them to focus on creating innovative and engaging plugin experiences. It is also required for all other Endera plugins.
Key Features:
Why Choose EnderaLib?
EnderaLib empowers developers to work smarter, not harder. By providing pre-built solutions for common tasks, it reduces boilerplate code and allows for a more efficient development workflow.
Getting Started:
build.gradle.kts:repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.Endera-Org:EnderaLib:1.4.5")
}