Sprache

SpaceServe Config

SpaceServe Config

Modrinth

Simple, Kotlin centric, config api

497 Downloads 2 Follower aktualisiert 62mo ago
neueste 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")
}

Versionen

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

Kommentare 0

Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.

FAQ

Wie installiere ich SpaceServe Config?

Lade die Datei für deine Minecraft-Version und deinen Loader auf dieser Seite herunter, lege die .jar in den mods- (oder plugins-) Ordner und starte das Spiel.

Ist SpaceServe Config kostenlos?

SpaceServe Config ist auf Modgrid kostenlos — wir verlinken direkt zur offiziellen Quelle, ohne Paywall.

Welche Minecraft-Versionen unterstützt SpaceServe Config?

Funktioniert mit Fabric. Unterstützt die Versionen 1.17–1.17. Die unterstützten Versionen und Loader findest du im Download-Bereich dieser Seite.

Herunterladen SpaceServe Config

Dateien werden direkt von der Originalquelle bereitgestellt. Modgrid hostet oder verändert sie nicht.