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

    Via the console commands:

    show groups
    show group GROUPNAME
     
  2. Is there some link to see all the commands for control the groups?
    I mean, delete ppl of group, change names, change permissions, etc
     
  3. Wulf

    Wulf Community Admin

    The Docs link at the top has all the commands listed.
     
  4. Oxide API for Rust
    right?

    NICE; thanks
     
  5. Wulf - when it does the check and adds the new members to the group - could it have an option to have a message in global chat.

    We would like to put something like "8 new steam group members added - they now have access to blah"
     
  6. thank u man, this plugin is great


    I put in BetterChat that members of Steamgroups have a TICK ☑ in their names, then ppl of the server is Ticked as "registered members" of the server :D
    Maybe I will add the Authentication permission for that users, and some vip kit for them
     
  7. Wulf

    Wulf Community Admin

    Probably could add is as an option.
     
  8. Hey Wulf,

    We're having issues where the plugin will hang the server for over a minute after a reboot on its first run, and at various other syncs. Are you able to batch the process of checking/adding?

    Now freezes the server for 2 minutes after a reboot. 9m4s -> 11m5s
     
    Last edited by a moderator: Oct 1, 2016
  9. Wulf

    Wulf Community Admin

    I'll have to figure out something for large groups.
     
  10. so it should look like this then
    {
    "PermissionsGroup": "steam",
    "SteamGroups": [
    "HostileForestTakeOver"
    ],
    "UpdateInterval": 300
    }



    and the batch file looks like this
    @echo off
    cls
    :start
    echo Starting server...

    TheForest.exe -batchmode -nographics -ip 0000000 -port 27016 -maxplayers 10 -hostname "Hostile Takeover" -friendsonly 0

    echo.
    echo Restarting server...
    echo.
    goto start

    should i have to change -friendsonly 0 to 1 or leaver it as 0?
     
  11. Wulf

    Wulf Community Admin

    The friendsonly setting doesn't work yet as far as I recall.
     
  12. ok well i did it right lol i see
    {
    "PermissionsGroup": "steam",
    "SteamGroups": [
    "HostileForestTakeOver"
    ],
    "UpdateInterval": 300
    }

    [Oxide] 1:46 PM [Info] [SteamGroups] 3 new members from group 'HostileForestTakeOver' <-- from the logs

    but people can still join the server still shows up in server menu and these people are not part of the group i only wnat people that is in my group to join .what am i doing wrong?
     
    Last edited by a moderator: Oct 4, 2016
  13. My server is freezing after reboot. Did you solved your problem?
     
  14. Wulf

    Wulf Community Admin

    Large groups will take a little bit of time on first start. It's on my TODO list to find a solution for that.

    I'll test it when I get a chance, should have been working though.
     
  15. Oh...Then my problem is caused by this plugin? Server is freezing after restarting | Oxide
     
  16. Wulf

    Wulf Community Admin

  17. I tested it and this plugin is not the problem. I don´t know what plugin is causing the problem :(
     
  18. please let me know as soon as you can b/c there's only like 5 to 10 people on my friends list that play the game and we all want to play togather thanks again for all the hard work
     
  19. Mentioned this to you elsewhere, but wouldn't the easiest solution be to store it into an array then have it split into smaller so it can batch update the group?
     
  20. Just about an hour ago, I started receiving this:

    (22:01:09) | [Oxide] 19:01 [Info] [SteamGroups] Checking for Steam group members failed! (403)
    (22:01:09) | [Oxide] 19:01 [Info] [SteamGroups] Retrying in 5 seconds...

    Over 100 times a second. Here is a log snapshot for one second of elapsed time: log.txt · GitHub

    Also, there's been some lag on the server, since.

    For all I know, this could be the result of some other mod, but it's the only thing showing up in my log at the moment. Any thoughts?