▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/HyperLib

HyperLib

Its A Lib For My Plugins Also For Devs!!!

3
0

HyperLib

HyperLib is a developer library for Paper Minecraft plugins that provides unified APIs and reusable systems — so you spend less time writing integration boilerplate and more time building your actual plugin.

Instead of writing separate code for Nexo, ItemsAdder, Vault, and every other plugin your users might have installed, HyperLib wraps them all into a single clean API that just works.

⚠️ This is a required dependency for plugins built with HyperLib. Install it on your server alongside any HyperLib-based plugins.


✨ Features

  • 🗡️ Unified Item API — Get, create, and identify custom items from Nexo, ItemsAdder, Oraxen, MMOItems, EcoItems, HeadDatabase, and more
  • 💰 Unified Economy API — Deposit, withdraw, and check balances across Vault, CoinsEngine, PlayerPoints, and TokenManager
  • 🖥️ GUI Builder — Build menus with click handlers, filler items, pagination, and back buttons in just a few lines
  • ⚙️ Config System — Load and read config files automatically, with missing files created on the fly
  • 🎁 Reward System — Give items, money, points, commands, messages, and sounds through one flexible API
  • ⏱️ Cooldown Manager — Per-player, per-ability cooldowns with remaining time tracking
  • 🔁 Scheduler Utilities — Simple wrappers for delayed and repeating tasks
  • 🔍 Plugin Detection — Cached checks for all supported integrations

📦 Supported Integrations

CategoryPlugins
ItemsNexo, ItemsAdder, Oraxen, MMOItems, ExecutableItems, EcoItems, HeadDatabase
EconomyVault, CoinsEngine, PlayerPoints, TokenManager
ExtrasPlaceholderAPI, Denizen

🔧 Requirements

  • Paper 1.21+
  • Java 21+

👨‍💻 For Developers

Add HyperLib as a Maven dependency:

<dependency>
    <groupId>dev.hyperlib</groupId>
    <artifactId>hyperlib-api</artifactId>
    <version>1.0.0</version>
    <scope>provided</scope>
</dependency>

And list it in your plugin.yml:

depend:
  - HyperLib

Full documentation is available in the developer guide.

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Создатели

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 неделю назад
Обновлён:1 неделю назад
Главная