1. So my goal is to prevent users from joining clans after X event happens. Below is the statement I am executing to achieve this.

    Code:
    rust.RunServerCommand("oxide.revoke user "+SteamId+ " clans.canjoin");
    I am receiving the following response:

    User 'Mcydes(765611983883453033)' revoked permission 'clans.canjoin'

    However, the permission is still available to the player, even after reconnecting. Anyone have any insight or help in finding a solution?

    Thanks!
     
  2. Wulf

    Wulf Community Admin

    Sounds like they are inheriting it from a group that has the permission too.
     
  3. omg.. Thanks