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.2.2.jar

  • R
  • Apr 7, 2026
  • 18.49 MB
  • 63
  • Early Access

File Name

OptiPortal-1.2.2.jar

Supported Versions

  • Early Access

[1.2.2] - 2026-04-04

  • OptiPortal can now watch popular portal mods and mirror them into its predictive registry: External portal data can be refreshed on demand without manually duplicating entries into OptiPortal.

  • Origin-zone linger is working again: Recently departed portals now stay hot for the intended decay window after teleport instead of silently skipping the linger step.

  • Storage churn is much lower during busy periods: Sync work and post-load zone-stat updates now batch and coalesce their writes instead of repeatedly saving one entry at a time.

  • Chunk preload budgeting now adapts mid-load: Batch size and delay are re-evaluated between batches so OptiPortal can back off faster when chunk pressure or load latency rises.

  • Live portal lookups are now much narrower: The teleport path now uses a spatial index for proximity, nearest-portal, linger-origin, reverse-preload, and same-world jump detection instead of broader per-world scans.

  • Routine proximity work is now staggered into small batches: Player proximity checks are spread out more evenly, which smooths background load on busier servers without changing teleport-triggered preload behavior.

  • JSON storage now handles bursty updates more cleanly: Disk writes are debounced and ordered safely, the debounce delay can be reloaded, and shutdown still forces a final flush.

  • Config reload is a little more defensive around watcher restart: The warp watcher is now null-checked before stop/restart, matching the rest of the reload path.