HomeJavaModsRefineryCore
RefineryCore
ModsJava

RefineryCore

A modern Paper plugin framework providing annotation-driven commands, GUIs, and configuration — built for the Refinery Team.

Which Minecraft do you have?

Every version of the game needs its own build. Pick yours, then download — the wrong build installs fine and then does nothing in the game. This mod is built for Paper only.

⬇ Download for 1.21.11⬇ Download for 1.20–1.20.6
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

Version Build Publish

RefineryCore

A modern framework for developing Paper plugins with annotation-driven commands, GUIs, configuration, scoreboards, database utilities, and more.

📖 Full documentation: https://wiki.refineryteam.xyz


Installation

Maven

<repository>
    <id>reaudacity-releases</id>
    <url>https://repository.reaudacity.online/releases</url>
</repository>

<dependency>
    <groupId>xyz.refineryteam</groupId>
    <artifactId>refinerycore</artifactId>
    <version>VERSION</version>
    <scope>provided</scope>
</dependency>

Gradle (Kotlin)

repositories {
    maven("https://repository.reaudacity.online/releases")
}

dependencies {
    compileOnly("xyz.refineryteam:refinerycore:VERSION")
}

Gradle (Groovy)

repositories {
    maven { url "https://repository.reaudacity.online/releases" }
}

dependencies {
    compileOnly "xyz.refineryteam:refinerycore:VERSION"
}

[!IMPORTANT] If your plugin depends on RefineryCore at runtime, add it to the dependencies section of your plugin.yml.


Requirements


Documentation

Everything else is covered in the wiki, including:

➡️ Wiki: https://wiki.refineryteam.xyz


Support


License

© Refinery Team. All rights reserved.

Licensed under the MIT license.

Verified by MCModsHub

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

Explore more