Back to Mods
Mega Optimizer

Mega Optimizer

qoltrackss

A simple plugin that creates a .json file in /mods/ with settings that help optimize your game/server!

About Mega Optimizer

Join the Discord!

Epic Discord Server with updates

MegaPerformance Plugin

Performance-focused drop-in tweaks for Hytale servers (2026.01.09-49e5904). Conservative defaults; minimal gameplay impact.

Installation

Build or download MegaPerformancePlugin.jar.

Place into mods/.

Start server once; it will create mods/Snipr_MegaOptimized/config.json.

Tweak config if desired, then /megaperf reload (or restart) to apply.

Defaults (config.json)

Tick: maxCatchupMillis=50, jitterClampMs=10 (reserved for future tick pacing).

Async: workerThreads=2, maxQueue=512 (bounded executor).

Entities: softCapPerChunk=35, distantAiSkipEvery=4 (skip work every 4s + trim beyond cap, non-players only).

Network: packetBurstLimit=256, coalesceChatMs=75ms (chat burst suppression via formatter).

World: autosaveMinutes=10, staggerSaves=true (uses Universe.runBackup on schedule).

Particles: densityScalar=0.85, applyToProjectiles=true (exposed via system properties, safe no-op if unsupported).

Bundled: aggressiveTrimming=false, lowAiDepth=false (aggressive trim toggle honored by entity optimizer).

Features

Bounded async executor with metrics logging.

Autosave/backup pacing on fixed delay.

Entity optimizer: soft-cap per chunk + periodic trimming (non-player) with optional aggressive mode.

Chat burst limiter: coalesces rapid messages to reduce packet spam.

Particle scalar: exposes density hints via system properties.

Hot-reload command /megaperf --action=reload.

Command

/megaperf --action=reload — reload config from disk.

Notes

All optimizations are best-effort and wrapped to avoid crashing; if APIs change, they safely noop.

Packet burst limit is exposed but not enforced without server networking hooks; chat coalescing is applied now.

Logs: async queue/completed counts every 30s at DEBUG; entity trims logged at DEBUG.

Looking for quality hosting?

Downloads
1.1K
Created
Jan 18, 2026
Updated
Jan 20, 2026
Version
Early Access

Categories

Quality of LifeUtility

Download Mod

Download on CurseForge
Free download • 1,085 total downloads

Need a Server?

Run Mega Optimizer on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Mega Optimizer?

A simple plugin that creates a .json file in /mods/ with settings that help optimize your game/server!

How do I download Mega Optimizer?

You can download Mega Optimizer for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Mega Optimizer?

Mega Optimizer was created by trackss. The mod has been downloaded 1.1K times.

Is Mega Optimizer compatible with Hytale servers?

Mega Optimizer is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Mega Optimizer?

To install Mega Optimizer: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.