https://github.com/brecert/mc-utils
A cli utility for the minecraft api
https://github.com/brecert/mc-utils
cli minecraft rust utility
Last synced: 5 days ago
JSON representation
A cli utility for the minecraft api
- Host: GitHub
- URL: https://github.com/brecert/mc-utils
- Owner: brecert
- Created: 2021-02-28T23:40:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T09:50:39.000Z (almost 4 years ago)
- Last Synced: 2026-06-15T04:33:19.760Z (5 days ago)
- Topics: cli, minecraft, rust, utility
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# mc-utils
> cli utility functions for minecraft
```
mc-utils 0.2.1
USAGE:
mc-utils.exe
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
help Prints this message or the help of the given subcommand(s)
player utilities for fetching and viewing player information
server utilities for pinging and checking if a server is blocked by mojang
skin utilities for fetching and viewing skin information
usernames alias for `player usernames` gets the username history of a user
uuid alias for `player uuid` gets the UUID of a user
ping alias for `server ping` get a minecraft server's response
```
# Installation
Compiled binaries can be downloaded from the [releases](https://github.com/brecert/mc-utils/releases/)
# Building
To build mc-utils, you'll need to be using [rust](https://www.rust-lang.org/) v1.48.0 (nightly) or higher
to build:
```
$ git clone https://github.com/Brecert/mc-utils
$ cd mc-utils
$ cargo build --release
$ ./target/release/mc-utils --version
mc-utils 0.2.1
```