Godmode

Moved

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

4.76667/5, 60 likes
  1. you can use the command with a name as argument, /god "Mughisi"
     
  2. Suggestion:
    Add an option for "DisableGodModeOnDisconnect"
     
  3. Genius! Thankyou :)

    I second this.
     
  4. Hay.. God mod working but dosent seem to stop me from getting killed, the only thing it stops it cold and drowning ??
     
  5. If i do /god i get the following error:
    Code:
    [Oxide] 12:23 PM [Error] Failed to call hook 'God' on plugin 'Godmode' (ArgumentException: oldValue is the empty string.)
    [Oxide] 12:23 PM [Debug]  at System.String.Replace (System.String oldValue, System.String newValue) [0x00000] in <filename unknown>:0
      at Oxide.Plugins.Godmode.DisableGodmode (.BasePlayer player) [0x00000] in <filename unknown>:0 lprs  10kb/s in, 40kb/s out
      at Oxide.Plugins.Godmode.God (.BasePlayer player, System.String cmd, System.String[] args) [0x00000] in <filename unknown>:0
      at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (object,object[],System.Exception&)
      at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Global
     
    Last edited by a moderator: Jun 20, 2015
  6. error

    ошибка
     

    Attached Files:

  7. How do I enable the command if they are already admin , he tells me you're not entitled to this command .
    what should I do? if you can make me an example ... thanks
     
  8. tells me i do not have permission
     
  9. Wulf

    Wulf Community Admin

  10. I cannot get this to work, how do i give myself the flag for experimental?
     
  11. Wulf

    Wulf Community Admin

    See the post above your post.
     
  12. Seem to doesn't work anymore from now :/

    When i type /god

    I get 100hp, 1000 hunger, 1000 thirst

    If i got a state , cold,... it's disapear well instantly

    But if somebody hit me ! i lose life ... and can die i think :(

    No message to player to inform them i'm god mode like it should work
     
  13. i type in the F1 console: oxide.grant user "steamid" "canusegod" then it says permission granted, then i type in chat /god and i get you are not allowed to use this command


    Thanks guys!
     
  14. Wulf

    Wulf Community Admin

    "canusegodmode" is the correct permission.
     
  15. the permission is "canusegodmode"

    xD Wulf we are replying at the same time always
     
  16. What are the commands? How to forbid a GodMode player?
     
  17. Wulf

    Wulf Community Admin

    /god is the command to use it.

    If you don't want a player to use godmode, don't grant them the permission.
     
  18. How do I turn off invincibility?

    I adjusted my permissions, here they are:

    Code:
    {
      "admin": {
        "Title": "admin",
        "Rank": 0,
        "Perms": [
          "CanUseGodmode",
          "cancustomimage",
          "sil_url"
        ]  "765600000000000": {
        "LastSeenNickname": "Groty",
        "Perms": [
          "canbuild",
          "candeploy",
          "canusegodmode"
        ],
        "Groups": [
          "admin"
        ]
    
    I can turn God Mode on and off, but I can still fly and I don't take damage or get hungry. I'd like to play as a regular player most of the time.
     
  19. Wulf

    Wulf Community Admin

    That whole admin entry is wrong. Users are stored by steamid. This plugin doesn't offer flying either, that's a default Rust owner/moderator function.
     
  20. So this doesn't use groups?

    The user json came from oxide.users.json
    The admin json came from oxide.groups.json

    So how do I turn off invincibility?