## SpawnProtection v1.2.0 — Better Spawn Area Configuration
### Added - Added `spawn.world`.
- Server owners can now choose which world spawn should be protected.
- SpawnProtection no longer depends on the first loaded world.
- Added `spawn.check-y-axis`.
- `false`: uses cylindrical protection based only on X/Z distance.
- `true`: uses spherical protection including height difference.
- Added protection mode details to `/spawnprotection info`.
- Protected world
- Radius
- Protection mode
- Y-axis check status
- Configured language
- Added a built-in config migration system.
### Changed - SpawnProtection now uses the configured world from `spawn.world`.
- Radius checks now support both cylindrical and spherical protection.
- Cylindrical protection is now the default mode.