TooMuchPhantoms
Complete Control Over Phantom Spawning in Minecraft!
Tired of phantoms being too bothersome — or, conversely, not bothersome enough? This mod provides server administrators with precise control over phantom spawning mechanics through a simple configuration file. Adjust spawn frequency, timers, lighting restrictions, and much more!
Key Features
- Enable/disable spawning due to insomnia (
doInsomnia) - Customize spawn delay (
insomniaSpawnStartTimer) - Control spawn frequency (
insomniaMinCycleTime) - Block spawning in illuminated areas (
insomniaLightStopsPhantoms) - Create phantom-free zones (
phantomFreeArea) - Adjust group size during spawning (
minAmountPerSpawn/maxAmountPerSpawn)
Default Configuration
# Whether phantoms spawn after lack of sleep (note: game rule doesn't work)
doInsomnia=true
# How many seconds until phantoms start spawning due to insomnia (Vanilla: 3600)
insomniaSpawnStartTimer=3600
# Minimum time in seconds between phantom spawns (Vanilla: 60)
insomniaMinCycleTime=90
# Maximum random time added to minimum time between spawns (Vanilla: 60)
insomniaRandomizationTime=80
# Light level at which phantoms don't spawn (Vanilla: 999 (disabled))
insomniaLightStopsPhantoms=15
# Radius around world spawn point where phantoms don't appear (Vanilla: 0 (disabled))
phantomFreeArea=0
# Limits on number of phantoms in one group during spawn
minAmountPerSpawn=1
maxAmountPerSpawn=3