1. How would I give the/a default group a permission if they are joining the server for the first time? Would I have to do this for every individual player myself?
     
  2. Wulf

    Wulf Community Admin

    The 'player' group is the default group in Oxide for Rust for all new players.
    Code:
    grant group player permissionname
     
  3. Thank you so much! You're amazing!!