} else {
spawn = world.getSpawnPoint().getPosition();
}
// Start the protection for the spawn
((VanillaProtectionService) getEngine().getServiceManager().getRegistration(ProtectionService.class).getProvider()).addProtection(new SpawnProtection(world.getName() + " Spawn Protection", world, spawn, protectionRadius));
// Chunks coords of the spawn
int cx = spawn.getBlockX() >> Chunk.BLOCKS.BITS;
int cz = spawn.getBlockZ() >> Chunk.BLOCKS.BITS;