Language

SpaceServe Config

SpaceServe Config

Modrinth

Simple, Kotlin centric, config api

497 downloads 2 followers updated 62mo ago
latest v0.2.0 Modrinth
Fabric 1.17 – 1.17 Library

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

Beta
0.2.0
fabric · 1.17 · 62mo ago
```diff + Better config loading functionality + GameProfileSerializer + UuidSerialier + ItemStackSerializer - Bug where missing config file causes crash on…
327
Beta
0.1.1
fabric · 1.17 · 62mo ago
172

Comments 0

No comments yet. Be the first to share your thoughts.

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.

Download SpaceServe Config

Files are served directly from the original source. Modgrid does not host or modify them.