OptiPortal

Hytale server optimization plugin that eliminates chunk loading lag on portal travel. Pre-loads destination chunks before teleports occur using a self-learning portal link registry and three-tier cache system (HOT/WARM/COLD).

File Details

OptiPortal-1.1.9.jar

  • R
  • Mar 27, 2026
  • 18.46 MB
  • 81
  • Early Access

File Name

OptiPortal-1.1.9.jar

Supported Versions

  • Early Access

[1.1.9] - 2026-03-27

Fixed

  • BUG FIX — First-run startup failed with FileNotFoundException when the mod data folder did not exist: On a fresh install, the plugin attempted to write a default config.json into mods/Cpl_OptiPortal/ before that directory existed. FileWriter does not create missing parent directories, so the write failed immediately and the server could not start. The data folder is now created with mkdirs() before the file is written.