SteamGroups

Moved

Total Downloads: 1,118 - First Release: Aug 17, 2016 - Last Update: Nov 9, 2017

5/5, 12 likes
  1. While having this loaded I was receiving about 5.5MB of data/second with checks only at every 600 seconds
     
  2. Can I ask for another feature @Wulf ? I want to use this with Timed Permissions. Player will stay X days in the group and will be removed after that time.
     
  3. Wulf

    Wulf Community Admin

    Not really doable right now, as this would add them to the group again the next time it pulls from Steam if they are still in it.
     
  4. seems I get this once in a while. a reload of the plugin fixes it. :)

    (11:26:42) | [Oxide] 13:26 [Info] [Steam Groups] Checking for Steam group members failed! (0)
     
  5. Wulf

    Wulf Community Admin

    Would generally mean that the Steam Site couldn’t be reached.
     
  6. Cant seem to get this working. I have aadded a group caleed steamgroup, aassigned that permission to a kit. I only haave 2 members of the group to test but it doent pick either of us up.

    {
    "Group Setup": [
    {
    "Steam": "Passion4Rust",
    "Oxide": "steamgroup"
    }
    ],
    "Update Interval (Seconds)": 300
    }

    Any ideas???
     
  7. Wulf

    Wulf Community Admin

    What is the URL for your Steam group?
     
  8. Wulf

    Wulf Community Admin

  9. I used the show group function mate. I can also see the console every time it checks that no members have been found
     
  10. Wulf

    Wulf Community Admin

  11. I added group "steamgroup" that include permission "steamgroup"
     
  12. Wulf

    Wulf Community Admin

    So what’s the issue?
     
  13. I dont get permission.
    [DOUBLEPOST=1519332465][/DOUBLEPOST]
    Code:
    21:47 [Info] [Steam Groups] Checking page 1 of members for Steam group 'boberworld'
    
     
  14. Wulf

    Wulf Community Admin

    And what does the command 'oxide.show steamgroup' result in?
     
  15. /o.show group steamgroup
    Screenshot

    Code:
          "steam": {
          "name": "steam",
          "description": "<color=brown>Random item for group steam</color>.",
          "max": 0,
          "cooldown": 21600.0,
          "authlevel": 0,
          "hide": false,
          "permission": "steamgroup",
          "items": [
    
    I think plugin is only checking, not adding to permission.
     
  16. Wulf

    Wulf Community Admin

    For Hurtworld right? If so, there's a hook missing currently so I'll have to make a fix for that in Oxide else change how the plugin processes the members.
     
  17. Yes.
    Change from:
    Code:
    var url = "http://steamcommunity.com/{0}/{1}/memberslistxml/?xml=1";
    
    to:
    Code:
    var url = "http://steamcommunity.com/boberworld/memberslistxml/?xml=1";
    
    will not help?
    [DOUBLEPOST=1519334362][/DOUBLEPOST]I mean http://steamcommunity.com/groups/boberworld/memberslistxml/?xml=1
     
  18. Wulf

    Wulf Community Admin

    No, that is handled automatically. The issue is what I mentioned previously. It won't work on Hurtworld until I resolve the issue.