You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/fun/supersmp/codelock/core/Locale.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,9 @@ public enum Locale {
32
32
ALERTS_ON("<gold><b>ATTENTION!</b> <gray>You have toggled alerts <green>on</green>!"),
33
33
ALERTS_OFF("<gold><b>ATTENTION!</b> <gray>You have toggled alerts <red>off</red>!"),
34
34
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!"),;
0 commit comments