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
- Host: GitHub
- URL: https://github.com/reimarpb/mcstatus
- Owner: ReimarPB
- License: gpl-3.0
- Created: 2022-04-06T15:35:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-20T17:01:11.000Z (almost 2 years ago)
- Last Synced: 2025-02-24T06:47:25.959Z (over 1 year ago)
- Topics: minecraft
- Language: C
- Homepage:
- Size: 82 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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