public void startGameSound() {
        for (DPlayer player : players) {
            Player actual = player.getPlayer();
            actual.playSound(actual.getLocation(), Sound.ENTITY_WITHER_SPAWN, 1.0F, 1.0F);
        }