
ModsJava
CloudCore
Minecraft paper and velocity library plugin with generic configurate loader utilities and adventure minimessage translations
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.

CloudCore
Minecraft paper/velocity library plugin which most new plugins of CloudCraft depend on.
Content
- Configurate based configuration loading with some default serializers
- Simple adventure translation loader
Bukkit specific
- Block bounding box (with a defined world)
- EntityPosition, extends Paper's new (experimental) Position API with yaw and pitch
- Useful custom arguments when working with Paper's brigadier api
API Usage
Add the following to your build.gradle.kts:
repositories {
maven("https://repo.cloudcraftmc.de/releases/")
}
dependencies {
// bukkit dependency
compileOnly("dev.booky:cloudcore:{VERSION}")
// velocity dependency
compileOnly("dev.booky:cloudcore-velocity:{VERSION}")
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft versions listed: 1.20.6, 1.21, 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as CloudCore-Velocity-1.1.0-all.jar — drop this file into the mods folder
- Download size: 64 KB
- Download link checked 6 Sept 2026 — working
These come from our own check of the pack file, not from the source page.