diff --git a/src/main/java/world/bentobox/caveblock/Settings.java b/src/main/java/world/bentobox/caveblock/Settings.java index 1f0e831..7ba5f1a 100644 --- a/src/main/java/world/bentobox/caveblock/Settings.java +++ b/src/main/java/world/bentobox/caveblock/Settings.java @@ -552,17 +552,6 @@ public class Settings implements WorldSettings } - /** - * This method returns the deathsSumTeam object. - * @return the deathsSumTeam object. - */ - @Override - public boolean isDeathsSumTeam() - { - return deathsSumTeam; - } - - /** * This method returns the teamJoinDeathReset object. * @return the teamJoinDeathReset object. @@ -1288,17 +1277,6 @@ public class Settings implements WorldSettings } - /** - * This method sets the deathsSumTeam object value. - * @param deathsSumTeam the deathsSumTeam object new value. - * - */ - public void setDeathsSumTeam(boolean deathsSumTeam) - { - this.deathsSumTeam = deathsSumTeam; - } - - /** * This method sets the teamJoinDeathReset object value. * @param teamJoinDeathReset the teamJoinDeathReset object new value. @@ -1852,9 +1830,6 @@ public class Settings implements WorldSettings @ConfigEntry(path = "island.deaths.max") private int deathsMax = 10; - @ConfigEntry(path = "island.deaths.sum-team") - private boolean deathsSumTeam = false; - @ConfigComment("When a player joins a team, reset their death count") @ConfigEntry(path = "island.deaths.team-join-reset") private boolean teamJoinDeathReset = true; diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 7fc5aee..51ba2fa 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -313,7 +313,6 @@ island: counted: true # Maximum number of deaths to count. The death count can be used by add-ons. max: 10 - sum-team: false # When a player joins a team, reset their death count team-join-reset: true protection: