mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +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) {
|
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(() -> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user