This is a Minecraft Classic server written in Rust powered by tokio and classicl.
The project can be installed using Cargo through the following steps:
- Install the Rust toolchain using the official guide.
- Run
cargo install --git https://gitlab.com/nokoe/classicl-server
You can also download pre-built binaries from Github Releases.
Use classicl_server --help
for usage information, running without providing
any flags will use default values.
With cargo being installed run
cargo build
This project is licensed under the AGPL-3.0-or-later. See COPYING or the head of the source files for more information.