Skip to content

Commit 238151b

Browse files
committed
style(config): improve options comments
1 parent be17813 commit 238151b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/cc/happyareabean/sjm/config/SJMConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
public class SJMConfig extends YamlConfiguration {
1515

1616
@Comment({
17-
"The message to be send when player join the server",
17+
"The message to be sent when player joins the server.",
1818
" ",
1919
"Placeholders available:",
2020
" {player} - Player name",
@@ -38,7 +38,7 @@ public class SJMConfig extends YamlConfiguration {
3838
private String timeFormat = "dd/MM/yyyy hh:mm:ss";
3939

4040
@Comment({
41-
"Whether the message should be delayed? (In ticks)",
41+
"Whether the message should be delayed? (In ticks! 1 second = 20 ticks)",
4242
"Change it to 0 to disable delay."
4343
})
4444
private int delayTicks = 20;

0 commit comments

Comments
 (0)