Open
Description
Is your feature request related to a problem? Please describe.
It would be useful to have an option to specify a custom path when using outputServerLog, allowing logs to be saved in specific subdirectories within the logs folder.
Benefits:
- Better organization of logs
- Easier debugging and log management
- More flexibility in structuring log files
Describe the solution you'd like
outputServerLog("hello world", "anticheat/2025-02-06.log")
This would save the log under logs/anticheat/2025-02-06.log.
Describe alternatives you've considered
No response
Additional context
No response
Security Policy
- I have read and understood the Security Policy and this issue is not about a cheat or security vulnerability.