mirror of
https://github.com/neoStudiosLCE/neoLegacy.git
synced 2026-07-04 20:27:03 +00:00
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 %*
|