For anyone still using this plugin and getting an error after the force wipe today 8/7/2025, change this line on 221 to fix and then reload the plugin:
From this:
return player.IPlayer.HasPermission(PermissionItemBypass) || player.inventory.FindItemsByItemID(1159991980) != null;
To this:
return player.IPlayer.HasPermission(PermissionItemBypass) || player.inventory.FindItemByItemID(1159991980) != null;