We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be17813 commit 238151bCopy full SHA for 238151b
src/main/java/cc/happyareabean/sjm/config/SJMConfig.java
@@ -14,7 +14,7 @@
14
public class SJMConfig extends YamlConfiguration {
15
16
@Comment({
17
- "The message to be send when player join the server",
+ "The message to be sent when player joins the server.",
18
" ",
19
"Placeholders available:",
20
" {player} - Player name",
@@ -38,7 +38,7 @@ public class SJMConfig extends YamlConfiguration {
38
private String timeFormat = "dd/MM/yyyy hh:mm:ss";
39
40
41
- "Whether the message should be delayed? (In ticks)",
+ "Whether the message should be delayed? (In ticks! 1 second = 20 ticks)",
42
"Change it to 0 to disable delay."
43
})
44
private int delayTicks = 20;
0 commit comments