1. I dont know why, when new players join my server, they dont get at default group, how I can fix it? please help me
     
  2. Wulf

    Wulf Community Admin

    How have you checked to see if they got the group or not? What do you have set for the default group in oxide.config.json?
     
  3. I typed o.show user STEAMID for player who just joined the server and at his groups it was saying that he don't have any group, also private message plugin I granted the permission for default group and no one can use it, i need to add all the players to default group manually.

    this is my oxide.config.json

    {
    "Options": {
    "Modded": true,
    "DefaultGroups": {
    "Players": "default",
    "Administrators": "admin"
    }
     
  4. Wulf

    Wulf Community Admin

    Which version of Oxide and Hurtworld?
     
  5. Last of oxide, my host provide oxide build and hurtworld 3.8.9
     
  6. Wulf

    Wulf Community Admin

    I don't see any issues with it, but I'll take a look again shortly.
     
  7. i have the same problem
     
  8. Installed hurtworld server with this batch
    Code:
    cd steam
    steamcmd.exe +runscript ../update_script.txt
    cd ..
    And the update_script.txt

    Code:
    @ShutdownOnFailedCommand 1
    @NoPromptForPassword 1
    login anonymous
    force_install_dir ../server
    app_update 405100 validate
    quit
    Downloaded oxide for Hurtworld 2.0.3600 and unpacked
    to directory server, overwriting existing files.
    Changed _start-example.bat with notepad++, only changed server name
    Started the server with the changed batch file, and then joined my server
    Then i checked oxide groups, and my user wasn't there, check the picture erro_hurtworld.png
     
  9. Version 2.0.3628 solved this problem, thanks Luke for this great update