Godmode

Moved

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

4.76667/5, 60 likes
  1. Is it possible to add a console command so we can bind it to a key?
     
  2. Wulf

    Wulf Community Admin

    You can already do that via the chat command:
    Code:
    bind g "chat.add /godmode"
     
  3. Hey Wulf, that only returns with "True": http://prntscr.com/c7wyt0

    Godmode doesn't enable/disable

    This is also with other commands
     
  4. Wulf

    Wulf Community Admin

    Try...
    Code:
    bind g "chat.say /godmode"
     
  5. A config option for the player not being healed to full and all that upon turning on godmode would be great for admins playing on their own server. I turn on godmode to check on bugs and stuff, being on full hunger/thirst/health every time afterwards is a little shady. :/

    *EDIT:
    Maybe even extend this a little bit to also feature an "admin inventory" (like several mods in Minecraft do for example) which is seperate from your regular player inventory or a way to save/load an inventory state when messing around with spawned in items to test something?
    I'm pretty much a brand new server admin, there's probably already a plugin doing this. xD
     
    Last edited by a moderator: Aug 20, 2016
  6. Wulf

    Wulf Community Admin

    There are other plugins for admin inventory, that's not really what this plugin is for.
     
  7. Hello Wulf

    can you help me please :)

    what must i make/write in the cfg´s ? when i write in chat /god is not working ..... sorry you can´t use GOD right now

    i am a admin on the server ..... i have write my id in users.cfg

    greatz pain
     
  8. Wulf

    Wulf Community Admin

    You'd need to grant the permission are listed on the Overview, there are examples there too.
     
  9. i dont know what must i do .... can you give me please a examples ?
     
  10. It'll be in the overview but for plugs which need permissions you need to find out the specific permission and enter it into console as follows.

    oxide.grant group admin permission here

    For this plug you'll need
    oxide.grant group admin godmode.allowed
     
  11. thanks man it works fine :)
     
  12. forsome reason i cant remove someones /god i already do revoke user "name" godmode.allowed And still nothing happens
     
  13. Wulf

    Wulf Community Admin

    They are likely inheriting it from a group then, so you'd either need to revoke it from the group that they are in that has it else remove them from said group.
     
  14. Hes not in the group tho
    [DOUBLEPOST=1471832581][/DOUBLEPOST]Hes just a person on the server That was a mod i demoted him and I try to revoke but it no work
     
  15. Wulf

    Wulf Community Admin

    The only way the permission would be there if you revoked it from his user directly is if he is in a group that has it. You can check his groups by using 'show user USERNAME' and that will list the groups.
     
  16. In the f1 menu?
     
  17. Wulf

    Wulf Community Admin

    F1 console, RCON, or server console would work.
     
  18. Thanks for this plugin :)
     
    Last edited by a moderator: Aug 27, 2016
  19. im new to this plugin thing so please excuse my "stupid" qustion, but how du i use the grant user command ?
     
  20. Wulf

    Wulf Community Admin

    In RCON or F1 as admin. See Using Oxide's permission system | Oxide for more info.