minecraft_rcon
Version, currently master branch1 version
- master branchlatestNov 10, 2019
github.com/PixeLInc/minecraft_rcon
A basic client for Minecraft server's RCON protocol
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
minecraft_rcon:
github: PixeLInc/minecraft_rcon
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.26.1- License
- MIT
- Author
- Zac Nowicki
Dependencies
This version declares no dependencies.
README
minecraft_rcon
A simple client for sending RCON commands to a Minecraft server.
Installation
Add this to your application's shard.yml:
dependencies:
minecraft_rcon:
github: z64/minecraft_rcon
Usage
require "minecraft_rcon"
client = Minecraft::RCON::Client.connect("ip address", 25565, "password")
client.kick("PixeLInc")
client.say("my work here is done")
client.close
Contributors
- z64 Zac Nowicki - 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
- Nov 10, 2019
- Crystal
0.26.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/PixeLInc/minecraft_rcon
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1