Not sure what you're talking about exactly, but you could just check if their in server options, like Sam said.
PHP Code:
if (! (player.account in serveroptions.staff.tokenize(","))) { // I think you can do (serveroptions.staff), but I'm not sure
echo("Shame on you," SPC player.account @ "!");
}