https://github.com/cubxity/stresscraft
State-of-art Minecraft stressing software written in Kotlin.
https://github.com/cubxity/stresscraft
bots kotlin minecraft minecraft-protocol stresser
Last synced: about 1 year ago
JSON representation
State-of-art Minecraft stressing software written in Kotlin.
- Host: GitHub
- URL: https://github.com/cubxity/stresscraft
- Owner: Cubxity
- License: gpl-3.0
- Created: 2022-01-01T12:11:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-19T12:41:49.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T13:12:16.614Z (about 1 year ago)
- Topics: bots, kotlin, minecraft, minecraft-protocol, stresser
- Language: Kotlin
- Homepage:
- Size: 92.8 KB
- Stars: 121
- Watchers: 4
- Forks: 14
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# StressCraft (work in progress)
[](COPYING)
[](https://discord.gg/vxecYcWXyf)
State-of-the-art Minecraft stress testing software written in Kotlin.
## Disclaimer
StressCraft should **ONLY** be used in your own server environment. We do not endorse the use of StressCraft for any other purposes than testing your own infrastructure.
Please be aware that attempting to execute this with an external server as a target can be seen as **illegal** as it simulates a layer 7 DoS (denial-of-service) attack, which is against the law in most countries.
## How to use?
> **NOTE:** DO NOT DO THIS IN PRODUCTION, EVER.
- Ensure `max-players` (server.properties) is high enough for the number of bots you're planning to test
- Set `online-mode` (server.properties) to `false`
- Set `network-compression-threshold` (server.properties) to `-1`
- Set `connection-throttle` (bukkit.yml) to `-1`
- Increase `max-joins-per-tick` (paper.yml) to your liking
- Execute the jar with proper arguments
If you're on Velocity, you may also need to set `login-ratelimit` (velocity.toml) to `0`
## Who needs this?
- Michael
- "Cloud-native Minecraft" enthusiasts
- Reliability engineers
## Roadmap
*(in no particular order)*
- [x] Performant stresser
- [ ] Chat flooder
- [ ] Scripting?
- [ ] Physics simulation
- [ ] Random movements
- [ ] Non-TTY support
- [ ] Velocity forwarding?
- [ ] Dockerfile
- [ ] Helm chart?
- [ ] GUI Frontend?
- [ ] Prometheus exporter?