Test commit pls ignore
This commit is contained in:
parent
cb68e52102
commit
b5caff2047
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
main: alisolarflare.AliPresents
|
||||
name: AliPresents
|
||||
version: 2.0.0
|
||||
version: 2.0.1
|
||||
|
||||
commands:
|
||||
alishulker:
|
||||
|
|
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue