RZXCore
Cores of all RZX Projects
Оцените первым
14
0
14
0
🧩 RZXCore
RZXCore is a high-performance, developer-focused shared core library plugin designed for Minecraft servers running Spigot, Paper, or Purpur. It serves as the foundational dependency for the RZX plugin network, providing robust utilities, database abstraction, task scheduling, and external plugin integrations.
✨ Features
🗄️ HikariCP & SQLite Integration
- Includes a ready-to-use SQLite connection pooling utility using HikariCP for thread-safe, fast database access.
- Avoids sqlite database locks under concurrent write scenarios.
🛠️ Developer Utility Toolkit
ItemBuilder: A fluent, developer-friendly API to construct, modify, and customizeItemStacks in code (supporting custom names, lore, flags, custom NBT data, and skull textures).SchedulerUtil: Streamlines execution scheduling, making it simple to run synchronous/asynchronous tasks and repeat timers on the main thread or asynchronous pools.
🔌 Out-of-the-Box API Hooks
Automatically detects and securely hooks into server-wide dependencies:
- Vault: Safe integrations for handling economy balances and permissions.
- PlaceholderAPI: Provides seamless placeholder parsing for custom text strings.
🛠️ Developer Usage (Maven)
If you are developing a plugin that integrates with or extends the RZX network, you can depend on RZXCore in your pom.xml:
<dependency>
<groupId>com.rzx</groupId>
<artifactId>core</artifactId>
<version>1.0.0</version>
<scope>provided</scope>
</dependency>
Партнёрский материал
Сервер для плагина RZXCore - как у профи
Плагин RZXCore создан для серверов: на своём сервере вы настраиваете его под себя и решаете, кому играть. Создать сервер с плагином RZXCore для друзей можно за пару минут - BungeeHost всё уже подготовил.
Часто задаваемые вопросы
Совместимость
Ссылки
Создатели
Детали
Лицензия:
Опубликован:1 месяц назад
Обновлён:1 месяц назад