SteamGroups

Moved

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

5/5, 12 likes
  1. Wulf

    Wulf Community Admin

    Not currently, and why would you want to?
     
  2. When people are in the steam group they're added to the Member group, and in that group they get access to SignArtist, now we've had a few incidents of people abusing that. Therefor we want to be able to remove them from using that plugin.
     
  3. So ban them from your group
     
  4. We use our steam group to announce stuff and reach out to our players, banning them from there because they put up an offensive image is not going to work. And it'd just be stupid to do that. That is why i'd like a function to be able to blacklist someone from using certain permissions or something similar.
     
  5. Sorry for the double post, but what i have said, is this something that is possible @Wulf ?
     
  6. Wulf

    Wulf Community Admin

    I'll have to think about how to handle it.
     
  7. Great! I really appreciate it!
     
  8. Wulf can you please give me a hand ?
    Code:
    {
      "Group Setup": [
        {
          "Steam": "mysteamgroup",
          "Oxide": "Steam(my oxide group)"
        },
      ],
      "Update Interval (Seconds)": 300
    }
    What i want is that users from default group, when they join my Steam group to get oxide group called Steam !
    Is correct like this ?
     
  9. Wulf

    Wulf Community Admin

    Yes, but I'd stick to lowercase personally.
     
  10. thanks you very much ! il stick to lowercase !
     
  11. Hey, can you help me?

    {
    "Group Setup": [
    {
    "Steam": "rustrustrust(example)",
    "Oxide": "steamgroup"
    }

    ],
    "Update Interval (Seconds)": 180

    }

    grant group steamgroup permission is done, but still they cant claim steamgroup kits.
     
  12. Wulf

    Wulf Community Admin

    It adds them at intervals, so if the Steam group is correct and you have the Kits permissions assigned to "steamgroup", then it will work fine.
     
  13. Ye, i know.
    /kit edit example
    /kit permission steamgroup
    so permission is kits.steamgroup

    group add steamgroup
    grant group steamgroup kits.steamgroup

    thats what i do, and nothing..
     
  14. Wulf

    Wulf Community Admin

    What is the actual group name you used for Steam? Did you reload the plugin after editing the config? Do you see anything in your logs?
     
  15. Its ok now, idk what was problem.. but its working now lol. thanks
     
  16. Wulf

    Wulf Community Admin

    Wulf updated Steam Groups with a new update entry:

    0.3.6

     
  17. with the new version 0.3.6:

    Error while compiling: SteamGroups.cs(121,10): error CS0616: `Oxide.Core.Plugins.CSPlugin.HookMethod': is not an attribute class
     
  18. Wulf

    Wulf Community Admin

    Wulf updated SteamGroups with a new update entry:

    0.3.7

     
  19. @Wulf do you plan to implement "removal from groups" functionality back, which was removed in v0.3.2?
     
  20. Is the below correctly configuration because it simply wont work. this is the steam group im trying to add, and i am using betterchat groups, which i beleive links to this plugin, correct me if im wrong Steam Community :: Group :: Rustled Rust Server
    Code:
    {
      "Group Setup": [
        {
          "Steam": "CitizenSO",
          "Oxide": "default"
        },
        {
          "Steam": "OxideMod",
          "Oxide": "default"
        },
        {
          "Steam": "Rustled Rust Server",
          "Oxide": "Member"
        }
      ],
      "Update Interval (Seconds)": 300
    }