An accurate game timer for Minecraft, written in Rust.
This project has been mostly abandoned. There are better alternatives that you can use, for example LiveSplit's built in Minecraft timer.
You will need to have Rust installed on your system.
To verify Rust is installed, run:
cargo --version
First, clone the repository to get the latest version of Minecraft-Timer, and move into the directory.
git clone https://github.com/ntorressm/Minecraft-Timer.git
cd Minecraft-Timer
Now compile and run the binary using cargo.
cargo run
- Nelson Torres - Initial work - ntorressm
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- This project was inspired on Geosquare's Minecraft In Game Timer (1.7+).