1. Hiya, im currently making a new rust server and i need to add permission to things like trade, so all players in which join, have. so i looked at the permissions for oxide trade and it is
    • trade.use
      Allows players to initiate trades
      Ex. grant group default trade.use
      Ex. grant user Calytic trade.use
    trade.accept
    Allows players to accept trades
    Ex. grant group default trade.accept
    Ex. grant user Calytic trade.accept


    But what i dont understand is, i know that players which join are called Default, but to add the permission to the default group, does that make anyone who joins have it. And to actually get the Default group to add permission for all players to get once they join so i dont have to add them manually, do i do oxide.group add default, or is there already a Pre made group made to add these permissions to?

    Thanks for your time. Ben
     
  2. Wulf

    Wulf Community Admin

  3. Hi, i've read threw it, i know how to add permissions to a group. But what i dont understand is, how do i add permissions to the Default group, because when i try it says it doesnt exist, does that mean i have to create a group called default?
    because adding a permission to default, is to all players right?
     
  4. Wulf

    Wulf Community Admin

    The default group is created automatically, which is mentioned in the tutorial. If a permission doesn’t exist, then that permission is not register by any plugin you have loaded.
     
  5. Ok thank you for the help, it was just a error with the server. I just restarted it and it all works now. Thanks for the help.