So I have a script on my server that when a player/user/anyone/anybody on my server runs /pl or any plugin getting command, all staff with a certain permission are alerted. See below:
Though sadly this applies to staff members as well (including me). How can I make it so if a player has unseenmc.pluginsbypass (or something) the alert will NOT be sent to staff members with unseenmc.pluginsnotify that they tried to 'steal' the plugins?
code_language.skript:
on command "/bukkit:help":
loop all players:
if loop-player has permission "unseenmc.pluginsnotify":
send "&8[&4CORE&8] &c%player% &7just tried to steal our plugins with &c/%command%&7." to loop-player