neoLegacy/tools/performance-monitor/inject.bat
itsRevela be17d4028f feat: add performance monitor tool
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.
2026-04-05 15:49:52 -05:00

5 lines
50 B
Batchfile

@echo off
cd /d "%~dp0"
python inject.py %*
pause