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

https://github.com/reimarpb/mcstatus

A command-line tool for viewing the current status of a Minecraft server
https://github.com/reimarpb/mcstatus

minecraft

Last synced: 10 months ago
JSON representation

A command-line tool for viewing the current status of a Minecraft server

Awesome Lists containing this project

README

          

# MCStatus

A command-line tool for viewing the current status of a Minecraft server, compatible with Windows and Unix-based systems.

![Screenshot](screenshot.png)

## Building:

## Makefile (unix only)

```
make
sudo make install
```

## CMake

```
mkdir build
cd build
cmake ..
```

## Usage:

```
mcstatus
```
Replace `` with the server IP or domain name.

The `-e` option lets you select between different editions of Minecraft. Possible values are:
- java (Modern Java Edition servers, 1.7 and above)
- legacy-java (Legacy Java Edition servers, 1.6 and below)
- ~~bedrock~~ (Bedrock Edition - Not implemented yet)