Bots Process
Bots is a lightweight client program for simulating and testing the server. Bots do not include rendering and other parts. By simulating a large number of clients interacting logically with the server, it is possible to test for hidden bugs and stress on the server, enabling developers to effectively optimize the server in a targeted manner.
Note: The Bots process requires implementing related client code under scripts/bots, and is extended and implemented via Python scripts.