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")
}
Versionen
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.
Kommentare 0
Noch keine Kommentare. Sei der Erste, der seine Meinung teilt.