Skip to main content

Compatibility

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.


Economy Plugins

YueMi Libs integrates with any economy system that exposes itself through the standard Vault API.

PluginHook TypeStatusNotes
VaultCore API BridgeCompatibleRequired to bridge standard economy plugins.
EssentialsXVaultCompatibleSupported automatically via Vault.
CMIVaultCompatibleSupported automatically via Vault.
PlayerPointsVault / CustomCompatibleSupported automatically via Vault.

Item Providers

The items provider API supports multiple namespaces concurrently. You can reference items from different plugins using their namespace prefixes.

Plugin / RegistryNamespace PrefixStatusNotes
Vanilla Minecraftminecraft:CompatibleBuilt-in. Supports materials and CustomModelData bracket syntax.
CraftEnginecraftengine:CompatibleSupported out-of-the-box (requires CraftEngine 26.6.2+).
ItemsAdderitemsadder:CompatibleFully supported.
Nexonexo:CompatibleFully supported.

Other Integrations

  • ProtocolLib: Used as a soft dependency for advanced packet handling or custom model parsing optimizations where needed.