Improved some config comments

This commit is contained in:
Florian CUNY 2019-01-27 09:59:31 +01:00
parent 2a66598d2f
commit 30487beffc

View File

@ -111,8 +111,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("after unbanning them. In minutes.")
@ConfigComment("How long a player must wait until they can ban a player after unbanning them. In minutes.")
@ConfigEntry(path = "island.cooldown.ban")
private int banCooldown = 10;
@ -121,7 +120,7 @@ public class Settings implements DataObject {
private int resetCooldown = 300;
// Timeout for team kick and leave commands
@ConfigComment("Time in seconds that players have to confirm sensitive commands, e.g. island reset")
@ConfigComment("Time in seconds that players have to confirm sensitive commands, e.g. island reset.")
@ConfigEntry(path = "island.confirmation.time")
private int confirmationTime = 10;