promotional bannermobile promotional banner

Comet Raids Redux

Comet Raids Redux adds dynamic falling comet events to Hytale, spawning configurable tiered enemy waves with themed encounters and zone-based loot rewards.

File Details

Comet_Raids_Redux-3.2.0.jar

  • R
  • Feb 27, 2026
  • 1.55 MB
  • 92
  • Early Access

File Name

Comet_Raids_Redux-3.2.0.jar

Supported Versions

  • Early Access

Comet Raids Redux v3.2.0
Added
• Per-world raid toggle with new config key:
◦ spawnSettings.disabledWorlds (array of world names, case-insensitive)


Behavior Changes
• Comet raids are now blocked in disabled worlds for:
◦ Natural comet spawns
◦ /comet spawn
◦ /comet test
◦ Comet stone activation (raid start)


Config / Validation
• disabledWorlds is now saved/loaded with the main config.
• Config validation now checks spawnSettings.disabledWorlds format.


Example
"spawnSettings": {
  "naturalSpawnsEnabled": true,
  "minDelaySeconds": 120,
  "maxDelaySeconds": 300,
  "spawnChance": 0.4,
  "despawnTimeMinutes": 30.0,
  "minSpawnDistance": 30,
  "maxSpawnDistance": 50,
  "disabledWorlds": ["HubWorld", "CreativeWorld"],
  "globalComets": false
}