Skip to content

Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!

License

Notifications You must be signed in to change notification settings

Cdm2883/kotlin-native-motd-checker-cli

Repository files navigation

Motd Checker but.. Kotlin/Native!

Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!

Highlights

  • Only Kotlin
  • Use Kotlin/Native to run native code directly instead of running on the JVM
  • Support multiplatform

Usage

Usage: ./kotlin-native-motd-checker-cli.exe [options] [address]

Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!

Arguments:
  address        server address to ping

Options:
  -v, --version  output the version number
  -s, --host     address host
  -p, --port     address port
  -b, --bedrock  ping bedrock edition
  -j, --java     ping java edition
  -h, --help     display help for command

Releases

No releases published

Packages

No packages published

Languages