Update PermissionCheckEvent.java
This commit is contained in:
parent
5de8ac89e5
commit
a316d6ccdc
@ -23,6 +23,10 @@ public class PermissionCheckEvent extends Event
|
|||||||
* The command sender being checked for a permission.
|
* The command sender being checked for a permission.
|
||||||
*/
|
*/
|
||||||
private final CommandSender sender;
|
private final CommandSender sender;
|
||||||
|
/**
|
||||||
|
* The permission to check.
|
||||||
|
*/
|
||||||
|
private final String permission;
|
||||||
/**
|
/**
|
||||||
* The outcome of this permission check.
|
* The outcome of this permission check.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user