I've been searching and searching, but can't find a plugin with the functionality I'm looking for. I want a plugin that will check the group of the user who made a ban before allowing someone else to unban them. Basically, if say someone in the Admins group, who has the permission 'ban.admins' were to ban a player, someone from the Moderator group, with the permission 'ban.mod' wouldn't be able to unban them. I don't even care if it uses a different command, like /adminban for admins and /ban for mods. Now that I'm typing this out, it almost seems like Essentials (which I am using) could be modified to add the /adminban command and just have it write to a different ban list than /ban, and add /adminunban to remove from that list. Then again, I am in no way a plugin developer, so there is probably way to much involved for me. Thanks in advance if anyone picks this up.
Sounds really nice and there is no reason for different ban/unban commands... Maybe I'll have a look into it when I find some time, but be warned that it would use permissionsBukkit (superPerms) and not Permissions 2.X/3.X if I make it...