Godmode

Moved

Total Downloads: 30,058 - First Release: Oct 23, 2014 - Last Update: Oct 27, 2017

4.76667/5, 60 likes
  1. me it works!
     
  2. Hi, i'm running a test server i have ownership i was wondering how i can allow the players to enable god mode for Optional PvP?
     
  3. Wulf

    Wulf Community Admin

    If you want to give every player the option to use godmode, just set the "player" group to have the "cangodmode" permission.
    Ex. oxide.grant group player cangodmode
     
  4. Thankyou!!!
     
  5. This is weird I could use this plug in just fine on the old map but on the new map I can get it to work. I have used- oxide.grant user "myname" "canusegodmode"- oxide.grant user myname canusegodmode- oxide.grant user "steamid" "canusegodmode"- oxide.grant user steamid canusegodmode.
     
  6. Wulf

    Wulf Community Admin

    Are you getting any errors/feedback when using those?
     
  7. No I just figured it out... I forgot to set me as owner on the new map >_< -_- sorry... simple fix. thanks for the reply though
     
  8. Dee

    Dee

    I have the plugin its been working fine for a week and then all if a sudden its stopped.
    I write /god it enables it but I'm still taking DMG.
    Any help?
     
  9. Wulf

    Wulf Community Admin

    Any errors in your logs?
     
  10. Dee

    Dee

    Nope
    Kinda odd, any idea?
     
  11. Hey. i've just experianced why admins should have godmode on them when they're building something for the server they got.

    I downloaded the plugin called "Godmode" but everytime i try to use it insite the game "/god"
    it says im not allowed to use that command. i've set myself to be the owner of the server. I've tried using F1 console for the command aswell for Rusty. non of it worked. What am i doing wrong?

    I haven't changed anything in the script since im really inexperienced when it comes to coding. but maybe you could tell me what to change to make it work :)

    Ps its not only Godmode im not allowed to use as command. all the console command admins should be able to use im not allowed. either they don't exist or that's what the console is telling me or els am i doing something completly wrong

    Kind regards Twix
     
  12. Wulf

    Wulf Community Admin

    This plugin doesn't use the "owner" auth level system from Rust, it uses Oxide's permission system. The permission is listed on the Overview page, and there is a stickied tutorial under the Experimental Discussion area on how to use it.
     
  13. when i type in oxide.usergroup add TwixieTrap admin it tells me that. that user is not found. which is myself.
     
  14. Wulf

    Wulf Community Admin

    If your user isn't in-game, you can't add yourself that way, instead use the steamid. If you are trying to add that from in-game, make sure you have auth level 2 as well.
     
  15. im owner which is auth level 2. iam in-game and still not working. trying with SteamID instead :p
    [DOUBLEPOST=1433964656][/DOUBLEPOST]SteamID worked
    [DOUBLEPOST=1433966745][/DOUBLEPOST]so now ive added a few of the commands from the Godmode plugin.
    for what ive seen it should be these:

    string enabled;
    string disabled;
    string enablePlayer;
    string disablePlayer;
    string enabledPlayer;
    string disabledPlayer;
    string notAllowed;
    string informAttacker;
    string informVictim;
    string godList;
    string playerNotFound;
    string multiplePlayersFound;
    string invalidSelection;
    string noListAvailable;
    string noGodLoot;

    correct?
    So it'd look like this:
    "Oxide.grant group admin enabled"
    [DOUBLEPOST=1433966864][/DOUBLEPOST]nvm found the section called "Permissions" figured it was that ;)
    [DOUBLEPOST=1433967830][/DOUBLEPOST]ive tried adding a friend into the moderator group under Oxide.group but he got /god even tho ive only added godmode for admin group is that some sort of a bug or have i made a mistake?
     
  16. Hi everyone, i love the godmode plugin but is there anyway anyone can help me with an issue i have? I use multiple different coloured named prefixes and titles and the Godmode prefix is the same name colour as the player nametag, which by default is blue. How would i go about being able to change this to stand out?

    Thanks :)
     
  17. I can't get the player prefix to not show up. I went into the json file and changed "PlayerPrefixEnabled to false and reloaded the addin, still shows the [God] prefix in chat. Any suggestions?

    Thanks,
    Jeff
     
  18. Try this
    Code:
      },
      "Settings": {
        "ChatPrefix": "God",
        "ChatPrefixColor": "008800",
        "PlayerPrefix": "<color=lime>[God]</color>"
      }
    }
    
    [DOUBLEPOST=1434007074][/DOUBLEPOST]
    What about telling the player with the Prefix [God] to relog ?
     
  19. that works!!! thank you for solving my problem! :)
     
  20. No problem :)