Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nxpinhum5326/gomcstatuschecker
- Owner: nxpinhum5326
- License: mit
- Created: 2023-06-26T12:36:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T11:41:09.000Z (about 1 year ago)
- Last Synced: 2023-11-25T12:26:32.965Z (about 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ```