mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Improved some config comments
This commit is contained in:
parent
2a66598d2f
commit
30487beffc
@ -111,8 +111,7 @@ public class Settings implements DataObject {
|
|||||||
@ConfigEntry(path = "island.cooldown.trust")
|
@ConfigEntry(path = "island.cooldown.trust")
|
||||||
private int trustCooldown = 5;
|
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 after unbanning them. In minutes.")
|
||||||
@ConfigComment("after unbanning them. In minutes.")
|
|
||||||
@ConfigEntry(path = "island.cooldown.ban")
|
@ConfigEntry(path = "island.cooldown.ban")
|
||||||
private int banCooldown = 10;
|
private int banCooldown = 10;
|
||||||
|
|
||||||
@ -121,7 +120,7 @@ public class Settings implements DataObject {
|
|||||||
private int resetCooldown = 300;
|
private int resetCooldown = 300;
|
||||||
|
|
||||||
// Timeout for team kick and leave commands
|
// 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")
|
@ConfigEntry(path = "island.confirmation.time")
|
||||||
private int confirmationTime = 10;
|
private int confirmationTime = 10;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user