mirror of
https://github.com/lucko/LuckPerms.git
synced 2025-09-03 11:22:33 +02:00
Add 'permission clear' command (#893)
This commit is contained in:
@@ -291,6 +291,14 @@ public interface Node {
|
||||
@Nonnull
|
||||
ContextSet getFullContexts();
|
||||
|
||||
/**
|
||||
* Returns if the node is a "standard" permission node.
|
||||
*
|
||||
* @return true if this is a regular permission node
|
||||
* @since 4.2
|
||||
*/
|
||||
boolean isRegularPermissionNode();
|
||||
|
||||
/**
|
||||
* Returns if this is a group node.
|
||||
*
|
||||
|
Reference in New Issue
Block a user