mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-28 05:35:44 +01:00
Fixed 'banCooldown' config comment
This commit is contained in:
parent
ef96a01fc8
commit
967ebccae1
@ -103,7 +103,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")
|
||||||
@ConfigComment("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;
|
||||||
|
Loading…
Reference in New Issue
Block a user