mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-01 07:36:42 +00:00
Fix commands rank permission system by adding check for ANY command source
This commit is contained in:
@ -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;
|
||||
|
||||
}
|
Reference in New Issue
Block a user