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