cobble-core

crates.io Documentation MSRV Dependency Status License Pipeline

A Rust library for managing, installing and launching Minecraft instances and more.

This crate provides the following features (some are locked behind features):

Usage

Add this to your Cargo.toml:

toml [dependencies] cobble-core = "1.2"

To get started, see various examples of this crate here.

This crate is based on the tokio async crate. Some functionality requires a tokio runtime.

Stability

This crate can't be tested using every Minecraft version there is (I sadly do not have time for that). This means I try to test this crate with some different versions. Most tests are for the newer releases of Minecraft.

The following versions have been tested:

If you have success using different Minecraft versions, you can open a Pull Request to add it.

Crate Features

License

cobble-core is distributed under the terms of the MIT license.

See LICENSE for details.