We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57bba46 commit ac666afCopy full SHA for ac666af
src/main/java/dev/loat/config/files/BackupTextsFile.java
@@ -7,6 +7,7 @@
7
public final class BackupTextsFile {
8
@Comment("/backup help")
9
public Component commandHelp = Component.empty()
10
+ .append(Component.literal("Backup command help:\\n"))
11
.append(Component.literal("/backup help "))
12
.append(Component.literal("Displays this help message.")
13
.withStyle(style -> style
0 commit comments