Link

Spawn map

The spawn map allows you to control where creatures spawn in the world. You can enable or disable spawns for different areas using specific colors.

Image requirements

  • 24 bit RGB PNG
  • 329x329 resolution to match in-game zones
    • Larger images won’t give any benefit
  • Use black background for default spawns
  • Use white color to disable all spawns
  • Other colors must match exactly the spawnmap.txt file

Behavior

  • Spawns are enabled by setting the biome requirement to any biome.
    • Other requirements are currently not affected.
  • Spawns are disabled by setting the biome requirement to no biome.
  • none: disables all spawns
  • name: enables a specific creature
  • -name: disables a specific creature

Examples

# Red color is set to enable Wolves and Skeletons to spawn in that area
FF0000: Wolf, Skeleton

# Blue color is set to disable all spawns but enable Wolves and Skeletons
0000FF: none, Wolf, Skeleton

# Green color is set to disable Wolves and Skeletons
00FF00: -Wolf, -Skeleton
Console

Command: bc param sm fn