Skip to content

A Kotlin multiplatform library provides utility functions for Minecraft-related queries.

License

Notifications You must be signed in to change notification settings

Aliorpse/mcutils

Repository files navigation

mcutils

CodeFactor Maven Central View on DeepWiki

mcutils is a lightweight Kotlin Multiplatform library for Minecraft Java related queries, such as server ping/management, fetching player profile, etc.

Supported platforms

  • Kotlin/JVM
  • Kotlin/JS, WasmJS on
    • nodejs
    • browser (except modules that depend on ktor-network, see build.gradle.kts for more details)
  • Kotlin/Native on
    • linuxX64 (X64/Arm64)
    • mingw (X64)
    • ios (X64/Arm64)
    • iosSimulator (Arm64)
    • macos (X64/Arm64)
    • androidNative (X64/Arm64)

Modules

Click on the links for module-specific documents, or check out the project's dokka for the full API reference.

Contributing

Please refer to CONTRIBUTING.md for more details.