Godmode

Moved

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

4.76667/5, 60 likes
  1. Hello, I'm renting a modded server from daemonservers everything works fine BUT

    I have godmode version 2.0, loads in fine, I can type /god in chat but the permission is not there, ofc Im set to admin. Is there something I have missed? my authlevel is also set to 2

    Regards
     
  2. It's a value in the config, for those that prefer disabling the damage dealt by players in godmode to other players. I haven't gotten around to fully explain everything in the overview yet. But it's handled by this value in the config:
    Code:
    "GodDamageEnabled": false
    So if you set that to true, players in godmode can still deal damage to other players.
    [DOUBLEPOST=1430585805][/DOUBLEPOST]
    The plugin no longer uses the AuthLevel, but uses the Oxide permission system instead, you need to grant yourself or the admin group the permission "CanUseGodmode":
    Code:
    oxide.grant user "your name" CanUseGodmode
    Code:
    oxide.grant group Admin CanUseGodmode
    (Keep in mind this needs to be run either in the server console, in-game console or rcon client.)
     
  3. Okey, works like a charm, thank you purchase it! :D
     
  4. Ah okay thanks!
     
  5. Just updated, the mod no longer informs player that they are attacking someone in god mode. i've triple checked the config file and it is set to true
     
  6. That's odd, it was working when I was testing this locally. Are you seeing any errors in your logs by any chance?
     
  7. No errors that I see. Was working with the lua version.
     
  8. I'll try to have a look tonight.
     
  9. When using this on my server I seem to get an issue where if I turn godmode off I still take no damage, any Ideas on what this could be?

    FIXED :)
     
    Last edited by a moderator: May 4, 2015
  10. How do I enable godmode for my admin?
     
  11. Wulf

    Wulf Community Admin

  12. so just type in console "joe canusegodmode"
     
  13. Wulf

    Wulf Community Admin

    oxide.grant user joe CanUseGodmode
     
  14. ahh, thanks man. I appreciate your help.
    [DOUBLEPOST=1430780422][/DOUBLEPOST]Sorry to be a bother, but it says he is in godmode now but he cannot get items using f1 or fly or shift L.
    Any ideas?

    guess i mean how do i give permissions for the other stuff?

    All fixed. Required a server restart.
    Thanks again for your help.
    Jop
     
    Last edited by a moderator: May 6, 2015
  15. Cannot gain permissions even though I'm admin. Using oxide.grant user " " CanUseGodMode gives me this:

    Unable to load permission files! Permissions will not work until the error has been resolved.
    => Unexpected character encountered while parsing value: J. Path 'admin', line 2, position 12.
    (oxide.groups.json)
     
  16. Wulf

    Wulf Community Admin

    It sounds like your oxide.groups.json file got corrupted somehow. Did you or anyone else edit it manually?
     
  17. Can someone please tell me how to use this? How do you give yourself permission. Me and a friend have our own server yet we can't use this as we don't have the permission CanUseGodMode
     
  18. oxide.group add "admin" = make a new group
    oxide.grant group "admin" "CanUseGodMode" = Gives admin group the Godmode permission
    oxide.usergroup add "Kestryn" "admin" = Assigns the admin group to you
     
  19. when i write in chat /god then this is the answer: "God: Your are not allowed..."

    i am the admin, listest as the owner
    i gave myself all the rights as written above

    but still nothing works...

    can anybody give me please a complet and very detailed help for dummies to get this going!!

    thx a lot :)
     
    Last edited by a moderator: May 6, 2015
  20. Wulf

    Wulf Community Admin

    The first command is not needed, the group exists by default. That is also the wrong permission.

    Did you check oxide.groups.json to make sure the permission was assigned to your group, and oxide.users.json to make sure you are in the admin group?