Crates.io | commandblock |
lib.rs | commandblock |
version | 0.4.1 |
source | src |
created_at | 2023-08-15 04:53:18.344231 |
updated_at | 2023-08-23 06:33:51.695518 |
description | A library providing utilities for working with Minecraft data. |
homepage | |
repository | https://github.com/Valink-Solutions/CommandBlock |
max_upload_size | |
id | 944730 |
size | 132,032 |
Warning This library is a work in progress and is not recommended for use in production environments. Currently it is only public for educational and contribution purposes only.
The primary aim of CommandBlock is to provide a versatile Rust-based solution for handling Minecraft data commonly found in formats like NBT, Anvil, and region files. This library is designed to handle data from both Java Edition and Bedrock Edition of Minecraft. The library is being developed to assist projects like ChunkVault, where efficient parsing and manipulation of Minecraft world data is essential.
As of now, the library is under active development and is not ready for production use. You are welcome to explore the code and contribute to its development.
To install CommandBlock, add the following to your Cargo.toml
file:
[dependencies]
commandblock = { version = "0.4.1", features = ["serde"] }
follow the documentation for examples on how to use the library.
Contributions to CommandBlock are highly encouraged! If you'd like to contribute, please follow these steps:
git checkout -b feature/your-feature-name
.git commit -m "Add your meaningful commit message."
.git push origin feature/your-feature-name
.Please note that all contributions are subject to review, and the repository owner maintains the final decision on merging.
This project is under GNU General Public License v3.0.
If you have any questions or suggestions, feel free to open an issue on GitHub.