Crates.io | minecrevy |
lib.rs | minecrevy |
version | 0.1.0 |
source | src |
created_at | 2023-12-09 02:57:59.233946 |
updated_at | 2023-12-09 02:57:59.233946 |
description | A toolkit for building Minecraft servers in Rust with Bevy. |
homepage | https://github.com/Minecrevy/minecrevy |
repository | https://github.com/Minecrevy/minecrevy |
max_upload_size | |
id | 1063258 |
size | 124,302 |
A toolkit for building Rust-based Minecraft: Java Edition servers, using Bevy Engine. Minecrevy is not a Minecraft server; it's a framework for building one.
Minecrevy will not provide a production-ready Vanilla Minecraft server, but it will provide the tools for a developer to make one.
Traditionally, Minecraft server software beyond Mojang's has provided some sort of "dynamic plugin loading" (i.e. Spigot, Forge, Sponge, etc). Minecrevy has no plans for this, instead focusing on streamlining static binary deployment. Regardless, feel free to implement your own dynamic scripting on top.
Each 0.x
release milestone is focused on the ability to build a certain type
of server with the tools provided by Minecrevy.
This code repository is dual-licensed under either:
at your option.