
Modrinth · Minecraft mod
Tiny Config Manager Lib
A small json configuration serializer using gson.
Quick answer
Which Tiny Config Manager Lib release matches 1.20.6 Forge?
Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 targets 1.20.6 with Forge. Do not install it on the client. It must be installed on the dedicated server. No extra mods listed for this file.
Where it goes
Is Tiny Config Manager Lib required on the client, server, or both?
Do not install it on the client. It must be installed on the dedicated server.
This file is marked server-only.
What else does Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 need?
5.1.1-beta+forge-1.20.6 on 1.20.6 Forge. Every mod below is checked against that same setup.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add Tiny Config Manager Lib without breaking your instance.
Built for Tiny Config Manager Lib 5.1.1-beta+forge-1.20.6 on 1.20.6 Forge. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use 5.1.1-beta+forge-1.20.6. It targets 1.20.6 with Forge; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
Do not install it on the client. It must be installed on the dedicated server.
- 04
Pick the file you checked
Use the “Get this file” button beside 5.1.1-beta+forge-1.20.6. It opens that exact file at the source.
About this project
What does Tiny Config Manager Lib add?
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
Project description from Modrinth.
Pick your setup
Tiny Config Manager Lib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
26.1.1
2 loader builds26.1
2 loader builds1.21.11
2 loader builds1.21.10
2 loader builds1.21.9
2 loader builds1.21.8
2 loader builds1.21.7
2 loader builds1.21.6
2 loader builds1.21.5
2 loader builds1.21.4
2 loader builds1.21.3
2 loader buildsShowing the newest 12 of 32 game versions. Older files are in the list below.
Check the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
Tiny Config Manager Lib versions and loaders
5.1.1-beta+forge-1.20.6
config-manager-forge-5.1.1-beta+mc1.20.6.jar
10 Jan 2026
5.1.0-beta+forge-1.20.6
config-manager-forge-5.1.0-beta+mc1.20.6.jar
10 Jan 2026
5.0.2-beta+forge-1.20.6
config-manager-forge-5.0.2-beta+mc1.20.6.jar
6 Jan 2026
5.0.1-beta+forge-1.20.6
config-manager-forge-5.0.1-beta+mc1.20.6.jar
5 Jan 2026
5.0.1-beta+forge-1.20.6
config-manager-forge-5.0.1-beta+mc1.20.6.jar
5 Jan 2026
5.0.1-beta+forge-1.20.6
config-manager-forge-5.0.1-beta+mc1.20.6.jar
5 Jan 2026
5.0.0-beta+forge-1.20.6
config-manager-forge-5.0.0-beta+mc1.20.6.jar
5 Jan 2026
Looking for an older file? The official Modrinth project page is in Resources.