Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nxpinhum5326/gomcstatuschecker

Minecraft server status / online players checker written in Golang with mc-rcon library
https://github.com/nxpinhum5326/gomcstatuschecker

Last synced: about 2 months ago
JSON representation

Minecraft server status / online players checker written in Golang with mc-rcon library

Awesome Lists containing this project

README

        

# GoMCStatusChecker
Minecraft server status / online players checker written in Golang with mc-rcon library

## Installation
``` git clone https://github.com/nxpinhum5326/GoMCStatusChecker.git ```
after cloning repo, configure rcon settings:
- err := conn.Open("IP:PORT", "rconPassword")

then ``` go build main.go ```