diff --git a/TheButtonAutoFlair.jar b/TheButtonAutoFlair.jar deleted file mode 100644 index 617c758..0000000 Binary files a/TheButtonAutoFlair.jar and /dev/null differ diff --git a/TheButtonMCChat.jar b/TheButtonMCChat.jar new file mode 100644 index 0000000..00033c5 Binary files /dev/null and b/TheButtonMCChat.jar differ diff --git a/javassist-3.19.0-GA.jar b/javassist-3.19.0-GA.jar new file mode 100644 index 0000000..7ac4264 Binary files /dev/null and b/javassist-3.19.0-GA.jar differ diff --git a/reflections-0.9.10.jar b/reflections-0.9.10.jar new file mode 100644 index 0000000..c255641 Binary files /dev/null and b/reflections-0.9.10.jar differ diff --git a/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/HelpCommand.java b/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/HelpCommand.java index 3674973..ebd2883 100644 --- a/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/HelpCommand.java +++ b/src/io/github/norbipeti/thebuttonmcchat/commands/ucmds/HelpCommand.java @@ -12,7 +12,7 @@ public final class HelpCommand extends UCommandBase { @Override public String[] GetHelpText(String alias) { return new String[] { "§6---- Help ----", - "Prints out help messages for the TBMC plugin" }; + "Prints out help messages for the TBMC plugins" }; } @Override @@ -23,13 +23,13 @@ public final class HelpCommand extends UCommandBase { "Do /u help for more info", "Do /u help [subcommands] for more info about a command", "Topics:", - "flairs: The flairs are the numbers near your name", + "newp: Info for new players", "commands: See all the commands from this plugin", "login: If you or someone else has any problems with logins, lost inventory/location, etc." }); return true; } - if (args[0].equalsIgnoreCase("flairs")) - sender.sendMessage(new String[] { "§6---- About flairs ----", "" }); // TODO + if (args[0].equalsIgnoreCase("newp")) + sender.sendMessage(new String[] { "§6---- Info for new players ----", "(Under construction)" }); // TODO else if (args[0].equalsIgnoreCase("commands")) { ArrayList text = new ArrayList(); text.add("§6---- Command list ----");