promotional bannermobile promotional banner

Server crash fixes

There are a number of hytale server bugs that can cause the server to crash in certain scenarios, this plugin aims to fix and limit impact of those bugs.

File Details

ServerFixes-1.1.2.jar

  • R
  • Jan 17, 2026
  • 1.68 MB
  • 5.0K
  • Early Access

File Name

ServerFixes-1.1.2.jar

Supported Versions

  • Early Access
  • Improved fix FixSpawnMarkerNpcReferencesNullOnRemove
    • Now also mitigates ArrayIndexOutOfBoundsException in SpawnReferenceSystems$MarkerAddRemoveSystem.onEntityRemove caused by spawnCount / npcReferences mismatch (and also guards null array + null elements).
  • New fix (default enabled) FixBeaconSpawnNullRoleOnPick
    • Prevents world-thread crash in BeaconSpawnController.createRandomSpawnJob when BeaconSpawnWrapper.pickRole(...) returns null by removing invalid/broken legacy spawn beacons before they tick.