new descs

This commit is contained in:
batchprogrammer314
2021-06-26 20:20:02 -05:00
parent bd6e3c536e
commit 70cacca634
4 changed files with 4 additions and 4 deletions

View File

@@ -14,7 +14,7 @@ public class CreateCommand implements CommandInterface {
private final CommandHandler HANDLER; private final CommandHandler HANDLER;
private final String NAME; private final String NAME;
private final String DESCRIPTION = "Create NPCs."; private final String DESCRIPTION = "Create bots.";
private final String CMD_ARGS = "<name> [skin]"; private final String CMD_ARGS = "<name> [skin]";
public CreateCommand() { public CreateCommand() {

View File

@@ -15,7 +15,7 @@ public class DebugCommand implements CommandInterface {
private final CommandHandler handler; private final CommandHandler handler;
private final String name; private final String name;
private final String description = "Debug NPC stats."; private final String description = "Debug bot stats.";
private final String cmdArgs = ""; private final String cmdArgs = "";
public DebugCommand() { public DebugCommand() {

View File

@@ -11,7 +11,7 @@ public class InfoCommand implements CommandInterface {
private final CommandHandler handler; private final CommandHandler handler;
private final String name; private final String name;
private final String description = "Information about loaded NPCs."; private final String description = "Information about loaded bots.";
private final String cmdArgs = ""; private final String cmdArgs = "";
public InfoCommand() { public InfoCommand() {

View File

@@ -19,7 +19,7 @@ public class ResetCommand implements CommandInterface {
private final NPCManager manager; private final NPCManager manager;
private final String name; private final String name;
private final String description = "Information about loaded NPCs."; private final String description = "Information about loaded bots.";
private final String cmdArgs = ""; private final String cmdArgs = "";
public ResetCommand() { public ResetCommand() {