mc_who

Version, currently master branch1 version
  • master branchlatestDec 29, 2021

github.com/squarism/mc_who

A CLI program to quickly print the list of players on a minecraft server.

1 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  mc_who:
    github: squarism/mc_who
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

  • rconcr*github: straight-shoota/rconcr
  • admiral*github: jwaldrip/admiral.cr

README

Minecraft Who

A CLI program to quickly print the list of players on a minecraft server.

Usage

Usage:
  mcwho [flags...] [arg...]

Minecraft Who

Flags:
  --help                       # Displays help for the current command.
  --host, -h (required)        # The Minecraft server IP, not a DNS name
  --password, -r (required)    # The RCON password
  --port, -p (default: 25575)  # The Minecraft RCON port, not the game port

This will output something like:

[0/10] <nobody>

If no one is on the server.

Or, it will print

[3/10] Player1|Player2|Player3

If people are playing.

TODO

  • json output
  • why do DNS names not work? Can I workaround?