valence-rs / valence

A Rust framework for building Minecraft servers.
http://valence.rs/
MIT License
2.7k stars 142 forks source link

Add missing functionality to `tools/stresser` #347

Open rj00a opened 1 year ago

rj00a commented 1 year ago

The stresser is missing some features. The PR that added the tool was merged a bit too hastily and some essential functionality was left out. In particular, the fake clients just stand at the spawn point without moving.

Ideally, the tool should behave almost the same as rust-mc-bot with clients running around and performing other actions. See this.

Blocked on #348

dyc3 commented 1 year ago

I think this should be split into 2 separate issues.

qualterz commented 1 year ago

I think this should be split into 2 separate issues.

The first issue could be called like "Upstream stresser tool", and the second like "Stresser bots random actions".

rj00a commented 1 year ago

I think this should be split into 2 separate issues.

Done.