Minecraft-Holy-Client
Minecraft-Holy-Client copied to clipboard
A high-performance platform for running Minecraft stress-test bots written in C#.
A high-performance platform for running stress-testing minecraft bots.
Installation • Launch • Features • Contributing • Custom plugin • License
|
Minecraft Holy Client is a handy, high-performance, easily extensible open-source application designed to run load and stress-test Minecraft bots, written in C#. All components of the application have been designed to maximize performance, so it works stably on weak devices. (Preview 300~ bots) |
Installation
Minecraft Holy Client is available for Windows, Linux and MacOs. In addition, it is portable and is not installed on the system, so it can be easily uninstalled.
Download the latest version of HolyClient.Desktop and follow these instructions depending on your platform.
Windows
- Open and extract the archive with the program.
- Run HolyClient.Desktop.exe
Linux
Using Ubuntu as an example
- Open and extract the archive with the program.
- Open a terminal where the HolyClient.Desktop file is located and execute
./HolyClient.Desktopin the console
Mac Os
- Open and extract the archive with the program.
- Open a terminal where the HolyClient.Desktop file is located and execute
./HolyClient.Desktopin the console
Launch
When we have launched the app, then we can safely go to the "Stress Test" tab and we can launch bots.
Features
- Custom proxies. It is possible to load custom proxies from a link and a file.
- Multiverse in bots. Bots can enter servers from 1.12.2 to 1.19.3. Temporarily not all packets are supported, this is being actively worked on.
- Using user behavior for stress testing.
Contributing
Contributions are always welcome!
Custom plugin
The default plugin has few features. It just sends /register <pass> <pass> first and starts spamming immediately.
Minecraft servers are a large number, with different anti-bot systems and if you want to test your server for bot attacks, it makes sense to write a custom plugin that would bypass it. How to write custom plugins is written here.