# CapsuleType > Defines the capsule spawning strategy. `gg.lode.observerapi.api.data` --- ## Signature ```java public enum CapsuleType ``` --- ## Constants | Constant | Description | |----------|-------------| | `BATTLE_ROYALE` | Scatters players randomly across the map within a min/max distance range | | `CIVILIZATION` | Groups players into clusters within a configurable radius | | `WORLD_SPAWN` | Spawns players near the world spawn within a configurable radius | --- ## Related Pages - [[Capsule]] - [[ICapsuleManager]]