mcping
Version, currently master branch1 version
- master branchlatestSep 28, 2017
github.com/Syfaro/mcping
Crystal library for pinging or querying Minecraft servers
2 stars
1 dependent
License: MIT
Installation
# Add this to your shard.yml
dependencies:
mcping:
github: Syfaro/mcping
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.23.1- License
- MIT
- Author
- Syfaro
Dependencies
Runtime Dependencies
- uvarint*github: freitagbr/crystal-uvarint
README
mcping
Crystal implementation of Minecraft server pinging and querying.
Installation
Add this to your application's shard.yml:
dependencies:
mcping:
github: Syfaro/mcping
Usage
require "mcping"
pinger = MCPing::Ping.new "c.nerd.nu"
ping = pinger.ping
querier = MCPing::Query.new "play.phanaticmc.com"
query = querier.query
Development
TODO: Write development instructions here
Contributing
- Fork it ( https://github.com/Syfaro/mcping/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
Contributors
- Syfaro - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Sep 28, 2017
- Crystal
0.23.1- Indexed
- yes
Dependents
Repository
github.com/Syfaro/mcping
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 13, 2026
- Synced
- Aug 13, 2026
- Versions
- 1