RAstra is modern Minecraft Bedrock Edition server software written in Rust, built on top of bedrock-rs - a foundational library for MCBE tooling in Rust.
Note
We are currently working on bedrock-rs.
Which will provide the base for RAstra and other software written in Rust related to MCBE.
- Rust (latest stable recommended)
git clone https://github.com/bedrock-crustaceans/RAstra
cd RAstra
cargo buildFor a release build:
cargo build --releaseThe compiled binary will be in target/debug/ or target/release/ respectively.
Contributions are welcome! To get started:
- Fork the repository
- Create a feature branch (
git checkout -b my-feature) - Commit your changes (
git commit -am 'Add my feature') - Push to the branch (
git push origin my-feature) - Open a Pull Request
If you're unsure where to start or want to discuss ideas before building, join the Discord first.
Join our Discord to follow development, ask questions, and get involved: 👉 discord.com/invite/VCVcrvt3JC
RAstra is licensed under the Apache License 2.0.