DLL injector + Python GUI for real-time server metrics. Hooks into tick loop, chunk generation, and player chunk map to collect timing data over TCP, displayed in a tkinter dashboard. Includes bot spawner for load testing.
4 lines
42 B
Batchfile
4 lines
42 B
Batchfile
@echo off
|
|
cd /d "%~dp0"
|
|
python main.py %*
|