1. Hey guys, my friend has recently made a server that he runs off his computer and he installed Oxide onto it so he can have plugins exc. Currently, on the server we have :

    -admin-door-unlocker.lua
    -BetterResearching
    -BluePrintManager
    -CraftingController
    -Deathnotes
    -GatherManager
    -Give
    -Godmode
    -m-Teleportation
    -NoDurability
    -QuickSmelt
    -SignArtist
    -StackSizeController

    Now once we successfully did install the plugins we were happy, ready thinking we've got ourselves a server until we couldn't give ourselves permissions. We are rank Owner
    Code:
     },
      "owner": {
        "Title": "owner",
        "Rank": 0,
        "Perms": [],
        "ParentGroup": null
      }
    }
    but I don't know how to give us perms? Can somebody help us to give perms to be able to use these commands such as /god and /give?
     
  2. oxide.grant group owner canGod
    oxide.grant group owner canGive

    If you're referring to the /give and /god plugins.

    EDIT: Those go into the console, btw.
     
  3. How about the others? And thank you, I'll try this when my friend gets back.
    [DOUBLEPOST=1437580533][/DOUBLEPOST]Also. NoClip / Fly doesn't work for us. We really need help and we greatly do appreciate people that will <3
     
  4. If noclip + fly don't work for you, then you aren't actually owners according to Rust.

    Access your server's console directly (through your host or through RCON), and enter:

    ownerid XXXXXXXXXXXXXX (X's replaced with your own Steam ID obviously).

    Then do:

    server.writecfg

    Your account should be owner and you should be able to SHIFT + L in-game.
     
  5. Well we do all our commands exc through Rusty. Let me do it again and see
     
  6. Rusty is fine as it's direct RCON access.
     
  7. Make sure you disconnect and connect again after running the ownerid commands.
     
  8. Looks fine, should work upon reconnecting. Rust checks your auth level at time of connection afaik.

    If that doesn't work, restart the server. You shouldn't need to, though.
     
  9. Wulf

    Wulf Community Admin

  10. What he said.
     
  11. Wulf I read them both, I just seriously couldn't understand a lot of the stuff I read it and was playing with the same things for atleast three hours so thought I'd get some actual direct help.
    [DOUBLEPOST=1437582328][/DOUBLEPOST]One last final question, how can I get instacraft running on the server?