mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 10:12:53 +00:00
Oof
This commit is contained in:
parent
621155f06f
commit
2a669618a2
@ -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(() -> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user