File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/dev/lars/utilsmanager/plugin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ public static void commandRegistration(JavaPlugin plugin) {
126126
127127 manager .registerEventHandler (LifecycleEvents .COMMANDS , event -> {
128128 final Commands commands = event .registrar ();
129- commands .register ("toggletime" , "Decide if the time should snyc with local time zone" , new RealTimeCommand ());
129+ commands .register ("toggletime" , "Decide if the time should sync with local time zone" , new RealTimeCommand ());
130130 });
131131
132132 manager .registerEventHandler (LifecycleEvents .COMMANDS , event -> {
@@ -206,7 +206,7 @@ public static void commandRegistration(JavaPlugin plugin) {
206206
207207 manager .registerEventHandler (LifecycleEvents .COMMANDS , event -> {
208208 final Commands commands = event .registrar ();
209- commands .register ("freeezee " , "Scare and freeze a player" , new FreezeCommand ());
209+ commands .register ("freeze " , "Scare and freeze a player" , new FreezeCommand ());
210210 });
211211
212212 manager .registerEventHandler (LifecycleEvents .COMMANDS , event -> {
@@ -349,4 +349,4 @@ public static void commandRegistration(JavaPlugin plugin) {
349349 commands .register ("r" , "Reply another player" , new ReplyCommand ());
350350 });
351351 }
352- }
352+ }
You can’t perform that action at this time.
0 commit comments