Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 664 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 664 Bytes

Rustymine

Barebones Minecraft server written in Rust. Players can query the server for information (number of players, ping, etc...) and connect (with immediate disconnection).

All information is logged to the standard output. Queries will log the users IP address. Connection attempts will log the users IP address and username.

Code is released under BSD

Building

Get Cargo and run:

cargo build
./target/rustymine

Alternatively you can use Rust Nightly or build from source. Once you have a working rustc command:

rustc rustymine.rs
./rustymine