mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2025-02-11 01:41:51 +01:00
Improved config comments for island name related settings
This commit is contained in:
parent
9dafeb1d19
commit
d41f35e58d
@ -143,9 +143,10 @@ public class Settings implements ConfigObject {
|
|||||||
@ConfigEntry(path = "island.confirmation.commands.reset")
|
@ConfigEntry(path = "island.confirmation.commands.reset")
|
||||||
private boolean resetConfirmation = true;
|
private boolean resetConfirmation = true;
|
||||||
|
|
||||||
@ConfigComment("These set the minimum and maximum size of a name.")
|
@ConfigComment("Sets the minimum length an island custom name is required to have.")
|
||||||
@ConfigEntry(path = "island.name.min-length")
|
@ConfigEntry(path = "island.name.min-length")
|
||||||
private int nameMinLength = 4;
|
private int nameMinLength = 4;
|
||||||
|
@ConfigComment("Sets the maximum length an island custom name cannot exceed.")
|
||||||
@ConfigEntry(path = "island.name.max-length")
|
@ConfigEntry(path = "island.name.max-length")
|
||||||
private int nameMaxLength = 20;
|
private int nameMaxLength = 20;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user