Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/brecert/mc-utils
- Owner: brecert
- Created: 2021-02-28T23:40:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T09:50:39.000Z (over 2 years ago)
- Last Synced: 2024-10-15T00:40:28.605Z (3 months ago)
- Topics: cli, minecraft, rust, utility
- Language: Rust
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 2
- 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.1USAGE:
mc-utils.exeFLAGS:
-h, --help Prints help information
-V, --version Prints version informationSUBCOMMANDS:
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 higherto 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
```