
Simple Mod Config
A minecraft modding framework for creating configuration files for both client and server
Screenshots




About this Mod
What is Simple Mod Config
Simple Config is a minecraft configuration library.
This helps minecraft mod developers easily create a configs in minecraft.
This mod is built with no modding platform in mind. Meaning it can be integrated in
Forge,
Fabric,
Quilt,
and any other minecraft modding platforms that popup throughout the years.
Table of Contents
Screenshot

Installation
Add the Modrith Maven to your build.gradle file
repositories {
// Add the modrinth maven
maven {
url = "https://api.modrinth.com/maven"
}
}
Then add Simple Mod Config to your dependencies. You can find the right version on
our Modrinth page
Common
Add the version to your gradle.properties files
#Simple Mod Config Version
simpleconfig=0.0.1 #put your version here
Fabric, Quilt, Architectury
dependencies {
// Adding a Simple Mod Config dependency for fabric, quilt and architectury
modImplementation include("maven.modrinth:simple-mod-config:fabric-${project.simpleconfig}")
}
Forge
dependencies {
// Adding a Simple Mod Config dependency for forge
modImplementation include("maven.modrinth:simple-mod-config:forge-${project.simpleconfig}")
}
Available Versions
How to Install Simple Mod Config on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.20.1).
Install Mod
Open the mod browser in the dashboard and search for "Simple Mod Config". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.20.1, 1.20, 1.19.4
Server-side
~ OptionalRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Simple Mod Config server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.20.1). You can switch loaders with one click in the panel.
Is Simple Mod Config compatible with fabric and forge?
Simple Mod Config officially supports fabric, forge for Minecraft 1.20.1, 1.20, 1.19.4. Note: Forge and Fabric mods are NOT cross-compatible – pick one loader and stick with it. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Simple Mod Config – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Simple Mod Config consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Simple Mod Config with just one click on your server.