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
Unverified
parent 2d8083bf18
commit a32ab4bf7f
15 changed files with 425 additions and 75 deletions
@@ -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