diff --git a/src/net/nuggetmc/ai/cmd/commands/CreateCommand.java b/src/net/nuggetmc/ai/cmd/commands/CreateCommand.java index 230f3bc..d6180b6 100644 --- a/src/net/nuggetmc/ai/cmd/commands/CreateCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/CreateCommand.java @@ -14,7 +14,7 @@ public class CreateCommand implements CommandInterface { private final CommandHandler HANDLER; private final String NAME; - private final String DESCRIPTION = "Create NPCs."; + private final String DESCRIPTION = "Create bots."; private final String CMD_ARGS = " [skin]"; public CreateCommand() { diff --git a/src/net/nuggetmc/ai/cmd/commands/DebugCommand.java b/src/net/nuggetmc/ai/cmd/commands/DebugCommand.java index 07885f4..720190d 100644 --- a/src/net/nuggetmc/ai/cmd/commands/DebugCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/DebugCommand.java @@ -15,7 +15,7 @@ public class DebugCommand implements CommandInterface { private final CommandHandler handler; private final String name; - private final String description = "Debug NPC stats."; + private final String description = "Debug bot stats."; private final String cmdArgs = ""; public DebugCommand() { diff --git a/src/net/nuggetmc/ai/cmd/commands/InfoCommand.java b/src/net/nuggetmc/ai/cmd/commands/InfoCommand.java index 58eec43..6fe3291 100644 --- a/src/net/nuggetmc/ai/cmd/commands/InfoCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/InfoCommand.java @@ -11,7 +11,7 @@ public class InfoCommand implements CommandInterface { private final CommandHandler handler; private final String name; - private final String description = "Information about loaded NPCs."; + private final String description = "Information about loaded bots."; private final String cmdArgs = ""; public InfoCommand() { diff --git a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java index 57dbdc6..0607488 100644 --- a/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java +++ b/src/net/nuggetmc/ai/cmd/commands/ResetCommand.java @@ -19,7 +19,7 @@ public class ResetCommand implements CommandInterface { private final NPCManager manager; private final String name; - private final String description = "Information about loaded NPCs."; + private final String description = "Information about loaded bots."; private final String cmdArgs = ""; public ResetCommand() {