Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 3 days ago
JSON representation

A cli utility for the minecraft api

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
```