HomeJavaModsRZXCore

🧩 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

🛠️ Developer Utility Toolkit

🔌 Out-of-the-Box API Hooks

Automatically detects and securely hooks into server-wide dependencies:


🛠️ 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>
Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more