diff --git a/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java b/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java index f9fb297b4..ca2ea3d28 100644 --- a/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java +++ b/src/main/java/net/pistonmaster/soulfire/server/ServerCommandManager.java @@ -535,9 +535,9 @@ public void postConstruct() { literal("calc") .executes( help( - "Attempts to crash the server with a calculation", + "Attempts to crash the server with a WorldEdit calculation", c -> { - log.info("Attempting to crash the server with a calculation"); + log.info("Attempting to crash the server with a WorldEdit calculation"); return forEveryBot( c, @@ -552,9 +552,9 @@ public void postConstruct() { literal("fly") .executes( help( - "Attempts to crash the server with flying", + "Attempts to crash the server with flying fast", c -> { - log.info("Attempting to crash the server with flying"); + log.info("Attempting to crash the server with flying fast"); return forEveryBot( c, @@ -614,9 +614,9 @@ public void postConstruct() { literal("permissionsex") .executes( help( - "Attempts to crash the server with Permissionsex", + "Attempts to crash the server with PermissionsEx", c -> { - log.info("Attempting to crash the server with Permissionsex"); + log.info("Attempting to crash the server with PermissionsEx"); return forEveryBot( c,