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
| Category | Plugins |
|---|---|
| Items | Nexo, ItemsAdder, Oraxen, MMOItems, ExecutableItems, EcoItems, HeadDatabase |
| Economy | Vault, CoinsEngine, PlayerPoints, TokenManager |
| Extras | PlaceholderAPI, 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.
Совместимость
Создатели
Детали
Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:1 неделю назад
Обновлён:1 неделю назад
