Splatted is a lightweight command-line utility written in Rust for interacting with Minecraft servers. It focuses on low-level packet handling and asynchronous communication to stress test the server by sending lots of connections
First of all, make sure you have Rust and Cargo installed on your system.
git clone https://github.com/your-username/splatted.git
cd splatted
cargo build --releaseGo in the folder where your Splatted program is, open a terminal and use the following command:
./Splatted --adress <adress> [-p <port> | -i]-i is for the info of the server (like in the server list of your minecraft client)
| Arguments | Short | Default | Description |
|---|---|---|---|
--address |
- | Required | The server IP or hostname |
--port |
-p |
25565 |
The target server port |
--info |
-i |
false |
See like in the server list of a minecraft client |
- Get the server infos like in the multiplayer section of a real client
- Connect 1 single bot (pls)
- Good structure to read / send packet
- Send bots to a server and make them disconnect
Thx tetram ur the goat :)