Solved Limiting admin/mod abilities

Discussion in 'Rust Discussion' started by Hell, May 9, 2015.

  1. Hi.

    Is there currently any way to restrict the abilities that Admins and Moderators have.

    For example, could I turn off Item Spawing and Flying for Moderators?

    Much thanks!
     
  2. For every plugin that supports oxide's permission system then yes, you can do it easily, by following steps in this topic: http://oxidemod.org/threads/using-oxides-permission-system.8296/

    However some plugins just check if the player is an admin or a mod. In that case, you'd either have to ask the authors of such plugins to implement oxide's permission system or change the files yourself (for example lines that check Auth level to lines that check Steam ID's, better yet change those lines so they use oxide's permissions system).
     
  3. Wulf

    Wulf Community Admin

    There is currently no way to restrict each permission for Rust's auth level system. You'd need to make a plugin to handle that, or only use Oxide's permission system and plugins instead of assigning auth levels to users.
     
  4. Thank you. : )