Skip to content

Commit 022965a

Browse files
committed
Update messages
1 parent 04a68eb commit 022965a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/fun/supersmp/codelock/core/Locale.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ public enum Locale {
3232
ALERTS_ON("<gold><b>ATTENTION!</b> <gray>You have toggled alerts <green>on</green>!"),
3333
ALERTS_OFF("<gold><b>ATTENTION!</b> <gray>You have toggled alerts <red>off</red>!"),
3434

35-
CODE_BLOCK_COMMAND("<newline><gold><b> CODELOCK <white>BLOCKS</white></gold> <newline> <gray><i> By Negative Games <newline><newline><yellow> /codeblock <white>togglealerts<white> <dark_gray>-</dark_gray> <gray>Toggle place notifications.");
35+
CODE_BLOCK_COMMAND("<newline><gold><b> CODELOCK <white>BLOCKS</white></gold> <newline> <gray><i> By Negative Games <newline><newline><yellow> /codeblock <white>togglealerts<white> <dark_gray>-</dark_gray> <gray>Toggle place notifications."),
36+
37+
CODE_LENGTH("<gold><b>ATTENTION!</b> <gray>The code that you have entered is <red>too short</red>. Please try again!"),;
3638

3739
private String content;
3840

0 commit comments

Comments
 (0)