mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +01:00
Improved some config comments in Settings
This commit is contained in:
parent
d5a85e86b3
commit
2bef086db4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user