-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
Check these first:
/zdayspawn status
/zhorde status
/zscaling statusCommon causes:
- custom spawning is disabled
- spawn chance is too low
- spawn interval is too high
- nearby zombie cap is already full
- player is in Creative or Spectator
-
daylightSpawnStartDayis delaying daytime spawns -
maxBlockLightForSpawningis blocking lit areas -
requireOpenSkyForOverworldSpawnsis blocking covered areas - minimum spawn distance is too large to fit inside the spawn range
- the server is on Peaceful
/zdayspawn status prints a warning when the distance settings are impossible.
For example, range 30 supports a maximum horizontal distance of about 42
blocks at the square's corners. A minimum of 43 or more pauses custom spawning.
Quick test settings:
/zdayspawn enabled true
/zdayspawn chance 1.0
/zdayspawn interval 20
/zdayspawn amount 3
/zdayspawn attempts 40
/zdayspawn max 100
/zdayspawn daylightstart 0
/zdayspawn maxlight -1
/zdayspawn sky false
/zdayspawn debug trueAfter testing, turn debug off:
/zdayspawn debug falseThis usually means the terrain around the player has fewer valid spawn spaces. Snow layers, water, heavy vegetation, roofs, cliffs, and uneven terrain can reduce valid spots.
Try:
/zdayspawn sky false
/zdayspawn attempts 40
/zdayspawn range 40Set:
/zdayspawn maxlight 7Or in the config:
maxBlockLightForSpawning = 7If it is -1, block light is ignored.
Check:
/zscaling status
/zattr statusTo temporarily turn off scaling:
/zdayspawn scaling false
/zdayspawn attributes falseDisable new baby zombie-class spawns:
/zdayspawn babychance 0.0Or in the config:
babyZombieChance = 0.0Those were probably zombies that already existed and had boosted attributes saved into the world.
Best prevention:
/zcleanup uninstallRun it before removing the jar.
Block breaking is disabled by default. Check the live state:
/zblockbreak statusDisable it immediately with:
/zblockbreak enabled falseIf you want block breaking but need safer rules, use range 1, lower the hardness limit, protect containers, tool-required blocks, and lights, and keep mobGriefing protection enabled.
Use safer values:
/zdayspawn interval 180
/zdayspawn amount 1
/zdayspawn max 30
/zdayspawn attempts 5
/zdayspawn debug falseZombie Apocalypse Addon by Rique | Repository | Issues
Start here
Reference
Downloads
Support