promotional bannermobile promotional banner

MDevTools - Hot Reloading / Development Tools

Development tools for Hytale servers and modders

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.json file 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: true

  • mods.reloadDelayMs β†’ mods.reload.delayMs
    Delay (in ms) before reloading a mod after a change is detected
    Default: 1000

  • mods.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 null to disable the global logger level task
    • Supported values: FINEST, FINER, FINE, TRACE, DEBUG, INFO, WARNING, SEVERE, OFF

This release improves logging control, runtime configuration handling, and introduces breaking config path changes, so make sure to update your configuration files accordingly.