Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cdm2883/kotlin-native-motd-checker-cli

Simple Minecraft MOTD Checker Command Line Tool written in Kotlin/Native!
https://github.com/cdm2883/kotlin-native-motd-checker-cli

kotlin kotlin-multiplatform kotlin-native minecraft minecraft-bedrock-edition minecraft-java-edition minecraft-motd motd

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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
```