new descs
This commit is contained in:
@@ -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 = "<name> [skin]";
|
||||
|
||||
public CreateCommand() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user