Test commit pls ignore

This commit is contained in:
alisolarflare 2016-10-07 19:49:52 -04:00
parent cb68e52102
commit b5caff2047
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
main: alisolarflare.AliPresents
name: AliPresents
version: 2.0.0
version: 2.0.1
commands:
alishulker:

View file

@ -13,7 +13,7 @@ public class SetFlairDoorColour implements CommandExecutor {
@Override
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
if (args.length > 1){
sender.sendMessage("You must specify and argument, Red-Purple or Null.");
sender.sendMessage("You must specify and argument, Red-Purple or Null.HHAHHAHAHAHHAHAHAHHA");
}
String firstCommand = args[0];