
Config Manager
A serializer using GSON and load/save config files.
Use
- Gradle
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
filter {
includeGroup "maven.modrinth"
}
}
}
dependencies {
modImplementation "maven.modrinth:config-manager:${project.configmanager_version}"
}
- Java
import dev.felixagairu.configmanager.ConfigManager
public class Test() {
private static final String defaultConfigs ="{'key':'value'}";
private static final ConfigManager configManager = new ConfigManager("modid.json", defaultConfigs);
private static final JsonObject configs = configManager.loadConfig();
}
icon.png © 2025 by FelixAgairu is licensed under CC BY-NC-SA 4.0
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.11
- 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 config-manager-fabric-6.0.1-beta+mc1.21.11.jar — drop this file into the mods folder
- Download size: 13 KB
- Download link checked 30 Aug 2026 — working
These come from our own check of the pack file, not from the source page.