diff --git a/src/main/java/world/bentobox/bentobox/Settings.java b/src/main/java/world/bentobox/bentobox/Settings.java index cd2c48b1a..6dab1ca20 100644 --- a/src/main/java/world/bentobox/bentobox/Settings.java +++ b/src/main/java/world/bentobox/bentobox/Settings.java @@ -110,7 +110,7 @@ public class Settings implements DataObject { @ConfigEntry(path = "island.cooldown.trust") private int trustCooldown = 5; - @ConfigComment("How long a player must wait until they can ban a player") + @ConfigComment("How long a player must wait until they can ban a player.") @ConfigComment("after unbanning them. In minutes.") @ConfigEntry(path = "island.cooldown.ban") private int banCooldown = 10; @@ -125,7 +125,6 @@ public class Settings implements DataObject { private int confirmationTime = 10; @ConfigComment("Ask the player to confirm the command he is using by typing it again.") - @ConfigComment("The 'wait' value is the number of seconds to wait for confirmation.") @ConfigEntry(path = "island.confirmation.commands.kick") private boolean kickConfirmation = true;