9
0
mirror of https://github.com/VolmitSoftware/Iris.git synced 2025-12-26 02:29:14 +00:00
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) {
if (!sender.hasPermission("iris.all")) {
sender.sendMessage("You lack the Permission 'iris.all'");
return true;
}
J.aBukkit(() -> {