Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 907 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 907 Bytes

classicl_server

Introduction

This is a Minecraft Classic server written in Rust powered by tokio and classicl.

Installation

Cargo

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.

Usage

Use classicl_server --help for usage information, running without providing any flags will use default values.

Building

With cargo being installed run

cargo build

License

This project is licensed under the AGPL-3.0-or-later. See COPYING or the head of the source files for more information.