-
Terminally Deprecated ElementsElementDescriptionThe deadPlayers.yml file has been removed.
-
Deprecated MethodsMethodDescriptionUse
Options.playersCanBeGenerous(). This method is kept for backwards compatibility.UseOptions.playersCanGiveAwayLastLife(). This method is kept for backwards compatibility.UseOptions.sacrificesForRevival(). This method is kept for backwards compatibility.UseOptions.lightningStrikeOnLastDeath(). This method is kept for backwards compatibility.UseOptions.forceHardDifficulty(). This method is kept for backwards compatibility.UseOptions.livesLimit(). This method is kept for backwards compatibility.UseOptions.startingLivesMax(). This method is kept for backwards compatibility.UseOptions.startingLivesMin(). This method is kept for backwards compatibility.UseOptions.hardcoreHearts(). This method is kept for backwards compatibility.It is no longer possible to breach the life limit usingLifeChanges.addLife(Player), therefore this method has no use.It is no longer possible for a player to ever have a life count above the limit, therefore this method has no use.The dead players list has been removed, therefore there wouldn't be a point in using this method anymore. UsingLifeChanges.setLives(org.bukkit.entity.Player, int)with a life count of 0 is enough.It is no longer possible to breach the life limit usingLifeChanges.setLives(Player, int), therefore this method has no use.The deadPlayers.yml file has been removed.