RefineryCore
ModrinthA modern Paper plugin framework providing annotation-driven commands, GUIs, and configuration — built for the Refinery Team.
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 thedependenciessection of yourplugin.yml.
Requirements
- Java 21+
- Paper 1.21+
Documentation
Everything else is covered in the wiki, including:
- Getting Started
- Commands
- GUIs
- Configuration
- Scoreboards
- Database
- Event Bus
- ItemBuilder
- Plugin API
- Scheduler
- Server Implementation
- Storage
➡️ Wiki: https://wiki.refineryteam.xyz
Support
- Documentation: https://wiki.refineryteam.xyz
- Issues: https://github.com/RefineryTeam/RefineryCore/issues
License
© Refinery Team. All rights reserved.
Licensed under the MIT license.
Versions
FAQ
How do I install RefineryCore?
Download the file for your Minecraft version and loader from this page, then drop the .jar into your mods (or plugins) folder and launch the game.
Is RefineryCore free?
RefineryCore is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does RefineryCore support?
Works with Paper. Supports versions 1.20–1.21.11. See the download section on this page for the full list of supported versions and loaders.

Comments 0
No comments yet. Be the first to share your thoughts.