Hytale Tutorials

Improving Hytale Server Performance

Install the Performance Saver plugin to reduce lag and prevent crashes on your Hytale server.

Last updated: January 13, 2025

Reduce lag and prevent crashes on your Hytale server by installing the Performance Saver plugin.

What Performance Saver Does

Hytale server performance varies heavily based on player behavior. A few players exploring in different directions can consume significantly more resources than a large group staying together. This plugin monitors your server and automatically adjusts settings when resources get tight.

Key features:

  • TPS stabilization - Caps server TPS at 20 (or 5 when empty) for smoother, more consistent performance
  • Dynamic view radius - Temporarily reduces view distance when CPU or memory is under pressure, then restores it when things calm down
  • Smarter memory management - Triggers garbage collection when chunks unload, freeing memory that Java would otherwise hold onto

The result: fewer crashes, less lag, and a playable experience even when resource usage spikes.

Install the Plugin

  1. Download the latest release from the Performance Saver GitHub releases page (v1.0.0 as of this writing)
  2. Upload the .jar file to your server’s mods/ folder - see How to Add Mods if you need help with this step
  3. Restart your server

The plugin works immediately with sensible defaults. No configuration required.

Configuration (Optional)

Most servers won’t need to change anything, but if you want to tweak the behavior, the plugin creates a config.json file in its folder after first run.

A few settings you might adjust:

SettingDefaultWhat it does
TpsLimit20Maximum TPS when players are online
TpsLimitEmpty5TPS when no players are connected (saves resources)
MinViewRadius2Lowest view radius the plugin will reduce to under pressure

If players mention view distance dropping too aggressively during busy moments, you can raise MinViewRadius - though this trades crash prevention for visibility.

See the full configuration reference on GitHub for all available options.

Frequently Asked Questions

No - the default settings work well for most servers. The plugin adjusts automatically based on your server's resource usage.

During high load, view distance may temporarily decrease. This prevents crashes and keeps the game playable.

It's developed by Nitrado and released under the MIT license.