promotional bannermobile promotional banner

MDevTools - Hot Reloading / Development Tools

Development tools for Hytale servers and modders

File Details

mdevtools-1.0.3.jar

  • R
  • Jan 19, 2026
  • 126.36 KB
  • 117
  • Early Access

File Name

mdevtools-1.0.3.jar

Supported Versions

  • Early Access

πŸ› οΈ MDevTools β€” Release Update

Improved Plugin / Mod Reload Handling

  • Added new support to fix a core issue in Hytale’s plugin/mod reload flow
  • During reloads, Hytale expects plugin dependencies to be in the SETUP state
  • However, when reloading, dependencies are often already in START state (running), which causes inconsistent or broken reload behavior
  • MDevTools applies a monkey patch to temporarily force the correct internal state during the reload process
  • Ensures dependencies are treated as being in SETUP when required, then restored correctly afterward

This significantly improves reload reliability when plugins or mods depend on other active modules.