This commit is contained in:
cyberpwn 2021-09-08 08:39:15 -04:00
parent 621155f06f
commit 2a669618a2

View File

@ -72,6 +72,7 @@ public interface DecreeSystem extends CommandExecutor, TabCompleter {
default boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) { default boolean onCommand(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args) {
if (!sender.hasPermission("iris.all")) { if (!sender.hasPermission("iris.all")) {
sender.sendMessage("You lack the Permission 'iris.all'"); sender.sendMessage("You lack the Permission 'iris.all'");
return true;
} }
J.aBukkit(() -> { J.aBukkit(() -> {