Fix commands rank permission system by adding check for ANY command source

This commit is contained in:
spacerocket62
2022-02-05 13:51:15 -08:00
parent d8a8f33425
commit 4171a504ce
3 changed files with 55 additions and 42 deletions

View File

@ -1,11 +0,0 @@
package dev.plex.command.annotation;
import dev.plex.rank.enums.Rank;
public @interface CheckPermission
{
String permission() default "";
Rank rank() default Rank.IMPOSTOR;
}