1. I can issue and remove the permissionsto one person
    Oxide.grant user Name igather.vip
    Oxide.revoke user Name igather.vip
    Or a certain group of players
    Oxide.grant group Name_group igather.vip
    Oxide.revoke group Name_group igather.vip

    Can I clear the whole permissions with a command?
    I want to split the server into a clan and a solo.
    How can i clear all solo player's permissions
     
    Last edited by a moderator: Jul 21, 2017
  2. Wulf

    Wulf Community Admin

    No, there are no commands for bulk control over the permissions. You'd need to create a plugin that does that for you if you don't want to wipe all permissions.