Skip to content

Nullreff/rustymine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Barebones Minecraft server in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages