Перейти к содержимому
Mineforgian

EnderaLib

A library plugin for all other Endera plugins

Загрузки
2K
Подписчики
3
Обновлён
28 октября 2025 г.
Лицензия
MIT

Опубликован 25 июня 2024 г.

Create a server on Bisquit Host

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:

  • Simplified Configuration: Manage plugin settings effortlessly with built-in loading, saving, and validation using Kotlin Serialization and an intuitive API.
  • Robust Asynchronous Operations: Handle complex tasks asynchronously using optimized Bukkit dispatchers and simplified database interactions, ensuring smooth performance even with demanding features.
  • Intuitive Menu Creation: Craft dynamic and user-friendly menus with ease. EnderaLib's inventory management system simplifies the process of creating engaging inventory-based interfaces.
  • Adventure-Ready Text Formatting: Seamlessly integrate rich, formatted text into your plugins with built-in support for MiniMessage, making your chat messages and GUIs visually appealing.

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:

  1. Add the Jitpack repository to your build.gradle.kts:
    repositories {
        maven("https://jitpack.io") 
    }
    
  2. Add the EnderaLib dependency:
    dependencies {
        implementation("com.github.Endera-Org:EnderaLib:1.4.5")
    }
    

BStats

Ченджлог

1.4.6Релиз1.21.8, 1.21.9, 1.21.10 · 28 октября 2025 г.

Update dependencies

1.4.5Релиз1.21.8, 1.21.9, 1.21.10 · 7 апреля 2025 г.
  • Added @Spacer annotation for config manager
  • Relocated PluginException
1.4.3Релиз1.21.2, 1.21.3, 1.21.4 · 22 февраля 2025 г.
  • Fixed bStats internals
  • Added config merger and @Comment
1.3.0Релиз1.21.2, 1.21.3, 1.21.4 · 28 ноября 2024 г.
  • Added bstats and slightly rewrote dispatchers for better folia support.
  • May break some plugins that use older versions
1.2.0Релиз1.20.6, 1.21, 1.21.1 · 15 октября 2024 г.

Added folia support (features BukkitRegionDispatcher and BukkitEntityDispatcher and rewritten BukkitDispatcher)

1.1.0Релиз1.20.6, 1.21, 1.21.1 · 21 сентября 2024 г.

Added ktor client

Комментарии

Загружаем…