https://github.com/timelessnesses/minecraft-rust-rcon
A Minecraft RCON client written in rust (supposed to be built once run everywhere and doesn't need to be configured just one click run!)
https://github.com/timelessnesses/minecraft-rust-rcon
Last synced: 11 months ago
JSON representation
A Minecraft RCON client written in rust (supposed to be built once run everywhere and doesn't need to be configured just one click run!)
- Host: GitHub
- URL: https://github.com/timelessnesses/minecraft-rust-rcon
- Owner: timelessnesses
- Created: 2023-04-10T20:11:23.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T15:07:26.000Z (over 2 years ago)
- Last Synced: 2025-01-01T15:42:45.950Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# minecraft-rust-rcon
A RCON client written in rust (supposed to be built once run everywhere and doesn't need to be configured just one click run!)
## Setup
1. Rust (isn't it obvious) (and with cargo of course)
2. MSVC C++
## Build
1. Edit config.toml (this file will be included in the binary so every machine doesn't need config.toml all the time) (but might plan doing client soon)
2. Run `cargo build -r`, this will build the project in release mode so file size should be under a megabytes!