From a218ae45c0c6ef9caa9c2db1287bd38f61baf934 Mon Sep 17 00:00:00 2001 From: Telesphoreo Date: Tue, 22 Feb 2022 00:57:26 -0600 Subject: [PATCH] who changed this --- src/main/java/dev/plex/command/impl/AdminCMD.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/dev/plex/command/impl/AdminCMD.java b/src/main/java/dev/plex/command/impl/AdminCMD.java index 0e9dfa8..a202225 100644 --- a/src/main/java/dev/plex/command/impl/AdminCMD.java +++ b/src/main/java/dev/plex/command/impl/AdminCMD.java @@ -25,7 +25,7 @@ import org.bukkit.entity.Player; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; -@CommandPermissions(level = Rank.SENIOR_ADMIN, source = RequiredCommandSource.ANY) +@CommandPermissions(level = Rank.OP, source = RequiredCommandSource.ANY) @CommandParameters(name = "admin", usage = "/ [player] [rank]", aliases = "saconfig,slconfig,adminconfig,adminmanage", description = "Manage all admins") public class AdminCMD extends PlexCommand {