priority and bypass contexts

This commit is contained in:
ajgeiss0702
2021-09-26 10:41:19 -07:00
parent f1860217db
commit 1bae765c32
4 changed files with 52 additions and 2 deletions
@@ -11,4 +11,6 @@ public interface PermissionGetter {
int getPriority(AdaptedPlayer player);
int getServerPriotity(String server, AdaptedPlayer player);
boolean hasContextBypass(AdaptedPlayer player, String server);
}