Skip to content

kawogi/luanti-rs

 
 

Repository files navigation

luanti-rs

Luanti Libraries and Tools written in Rust.

Starting a Demo Server

There's a basic demo server implementation covering basic loading of an existing world and mapgen.

To start a server run the following command:

cargo run --package demo-server -- --listen 40000

The server will accept connections from a regular Luanti client (5.11.0) on port 40000 with any user name and an empty password. Other Clients versions may work as well.

About

Luanti Libraries & Tools written in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 98.9%
  • Other 1.1%