SpaceServe Config
ModrinthSimple, Kotlin centric, config api
SpaceServe Config API
A super simple to use api that uses kotlinx serialization and Kotlin data classes. Simply make a data class that
implements IConfigure, and all the necessary methods are right there for you. Saving, loading, and resetting the
config are simple and documented method calls. Custom serializers are available for Minecraft's complex types; currently
available are: Block, Enchantment, Identifier, Item, Text
Add to your project
repositories {
maven {
name = "Modrinth"
url = uri("https://api.modrinth.com/maven")
}
}
dependencies {
// Config
modImplementation("maven.modrinth:config:0.1.1")
include("maven.modrinth:config:0.1.1")
}
Versions
FAQ
How do I install SpaceServe Config?
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 SpaceServe Config free?
SpaceServe Config is free to download on Modgrid — we link straight to the official source, no paywall or bundled installer.
Which Minecraft versions does SpaceServe Config support?
Works with Fabric. Supports versions 1.17–1.17. 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.