1. Hi everyone,

    Can someone guide me a little maybe with a basic example of how I can access the oxide groups from Python? I want to get the list of groups the player belongs. I can create a group by using "oxide.group add [groupname]" on the console and I can also do this from Python but not get the list of groups the player belongs. There is a file call oxide.groups.data but I cannot access the information from Python.
     
  2. Wulf

    Wulf Community Admin

  3. Wulf, thanks so much. I will try this as soon as I get home today.
    [DOUBLEPOST=1456891281,1456863005][/DOUBLEPOST]
    Wulf, thanks so much for the information. I was able to get everything working the way I wanted with the information you provided. I just updated my plug-in and documented the code. :)