Unfinished D library to get the server status of a Minecraft server
The project is still unfinished and as such is not yet a library. To test the project you can change the server address in app.d
. Some servers may not work due to missing SRV record support.
- Install Dlang
- Change the server address in
app.d
(will change in future) - Run
dub run
ordub build
and then./mcserverstatus
SERVER INFO
text: A Minecraft Server
version name: 1.16.3
version protocol: 753
players: 0
max players: 20
- SRV record support
- Wrap code in a library
- Minecraft color codes -> shell color codes