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
|
main: alisolarflare.AliPresents
|
||||||
name: AliPresents
|
name: AliPresents
|
||||||
version: 2.0.0
|
version: 2.0.1
|
||||||
|
|
||||||
commands:
|
commands:
|
||||||
alishulker:
|
alishulker:
|
||||||
|
|
|
@ -13,7 +13,7 @@ public class SetFlairDoorColour implements CommandExecutor {
|
||||||
@Override
|
@Override
|
||||||
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
|
public boolean onCommand(CommandSender sender, Command command, String label, String[] args) {
|
||||||
if (args.length > 1){
|
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];
|
String firstCommand = args[0];
|
||||||
|
|
Loading…
Reference in a new issue