Skip to content

Spawn Suppression Controller format

The SpawnSuppressionController.json file is used to prevent NPCs from spawning in a given area in the world.

JSON format

  • : Root object.
    • SpawnSuppressorMap: Contains all spawn suppression controllers.
      • <uuid>: A spawn suppression controller.
        • Position: Contains the center position of this spawn suppressor.
          • X: The center X position of this spawn suppressor.
          • Y: The center Y position of this spawn suppressor.
          • Z: The center Z position of this spawn suppressor.
        • Suppression: The suppression type. Also determines the range of the spawn suppressor. Known types: Spawn_Camp.

History

Early Access

2026.01.13-dcad8778f The spawn suppression controller format is introduced.