Introduction
YueMi Libs is a robust, lightweight, and extensible library plugin designed for Minecraft servers running PaperMC (1.21+ / Java 21). It simplifies plugin development by providing uniform, performance-optimized, and clean abstraction layers for common tasks, such as handling economies and managing custom/vanilla items.
Configuration
The main configuration file is located at plugins/YueMiLibs/config.yml. It handles system-wide hooks and sets options for standard providers.
Compatible Plugins
YueMi Libs is designed to connect various server subsystems into a unified interface. Below is the list of compatible plugins and hook types supported by YueMi Libs.
Developer API
YueMi Libs offers a simple and unified API for managing players' economy balances and handling custom or vanilla items across multiple plugins.
Javadocs
API documentation for YueMi-Libs.