Gave report an error message

This commit is contained in:
2022-03-05 04:52:10 +01:00
parent 09507999aa
commit 98475583a9
2 changed files with 9 additions and 1 deletions
@@ -60,7 +60,10 @@ public class Report {
return 1;
})
)
.executes(context -> 0)
.executes(context -> {
context.getSource().sendMessage(Utility.parseMiniMessage(Config.HELP_REPORT));
return 0;
})
.build();
BrigadierCommand brigadierCommand = new BrigadierCommand(command);