File Details
mdevtools-1.0.7.jar
- R
- Jan 24, 2026
- 169.80 KB
- 123
- Early Access
File Name
mdevtools-1.0.7.jar
Supported Versions
- Early Access
π οΈ MDevTools β Release 1.0.7
New Features
- Added support for setting a global log level for Hytale loggers
- Server configuration is now automatically reloaded when the main
config.jsonfile is edited
β οΈ Configuration Changes
Breaking Changes
The following configuration paths were changed. Old paths will no longer work.
logs.cleanupOnStartupβlogs.cleanupOnStartup.enabled
Enables cleanup of old logs and lock files on startup
Default:truemods.reloadDelayMsβmods.reload.delayMs
Delay (in ms) before reloading a mod after a change is detected
Default:1000mods.fileStabilityCheckMsβmods.reload.fileStabilityCheckMs
Time (in ms) to ensure file size is stable before reloading
Default:500
Added
logs.global.skip
List of logger names to ignore when applying the global log level
Example:["PacketLogging", "WorldChunk"]
Default:[]
Changed
logs.global.level- Can now be set to
nullto disable the global logger level task - Supported values:
FINEST,FINER,FINE,TRACE,DEBUG,INFO,WARNING,SEVERE,OFF
- Can now be set to
This release improves logging control, runtime configuration handling, and introduces breaking config path changes, so make sure to update your configuration files accordingly.

