Fix kyori, add permissionlist command, fix luckperms getting wrong context
This commit is contained in:
@@ -36,7 +36,7 @@ public class LuckPermsHook implements PermissionHook {
|
||||
User user = api.getUserManager().getUser(player.getUniqueId());
|
||||
|
||||
assert user != null;
|
||||
SortedSet<Node> nodes = user.resolveDistinctInheritedNodes(QueryOptions.defaultContextualOptions());
|
||||
SortedSet<Node> nodes = user.resolveDistinctInheritedNodes(QueryOptions.nonContextual());
|
||||
|
||||
List<String> perms = new ArrayList<>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user