Permissions for noescape not workingSolved
private const string NoEscapeRaidRepairPermission = "noescape.raid.repairblock";
private const string NoEscapeCombatRepairPermission = "noescape.combat.repairblock";

they are not resistered in int so they are never checked . Did you mean for this?
Those permissions come from the NoEscape plugin. I just check them to apply NoEscape blocking to the plugin.
Locked automatically