1. Is there a native in game method or plugin (up to date) that allows me to hand select abilities/permissions given to the "moderator" class. Essentially the goal is to leave moderators with only the ability to kick or ban players and not to have the ability to change or control any plugin parameters via chat interfaces.

    If its a simple answer and fix and I've over looked it please feel free to call me out on it.
     
  2. Wulf

    Wulf Community Admin

    You'd need to block commands based on the player's auth level. Basically just hook into OnRunCommand and listen for a match with arg.cmd.namefull and return false if authLevel = 1 for the ones you want to block.