1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-09-02 02:42:33 +02:00

Show where a permission was inherited from in the inheritsperm command

This commit is contained in:
Luck
2016-09-30 19:21:19 +01:00
parent 2d8083bf18
commit a32ab4bf7f
15 changed files with 425 additions and 75 deletions

View File

@@ -47,7 +47,7 @@ public interface PermissionHolder {
* @return an immutable set of permissions in priority order
* @since 2.6
*/
SortedSet<Node> getPermissions();
SortedSet<? extends Node> getPermissions();
/**
* Similar to {@link #getPermissions()}, except excluding transient permissions