Godmode

Moved

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

4.76667/5, 60 likes
  1. I put the plugin in the folder on my server and do not know how to use or activate. Can anyone tell me as active step well explained?
     
  2. Wulf

    Wulf Community Admin

    Grant the permission to your user or group that is listed on the Overview, then use /god.
     
  3. I write: grant (my name) (mi id) canusegodmode
    It's True or false?

    Ty
     
  4. Quick question...I added a player to usegodmode rights but it won't let me revoke that right or am i missing something? when I do the revoke command i don't get and error not a confirmation. this is my syntax...oxide.revoke player players name canusegodmode
     
  5. Wulf

    Wulf Community Admin

    grant user kamikaze605 canusegodmode

    revoke user Gooru11 canusegodmode
     
  6. ty men work in my server :D
     
  7. Hello
    I found tuday somthing like this:
    "[Oxide] 00:34 [Warning] 'Godmode v2.0.1' plugin is using deprecated hook: OnPlayerLoot"
    Can any bady tel me wchats is this ?
    THX Regards

    OK found it , in coments sorry for post
     
    Last edited by a moderator: Mar 19, 2016
  8. here is my config :

    Code:
    {
      "Messages": {
        "Disabled": "You have disabled godmode.",
        "DisabledPlayer": "Your godmode has been disabled by {0}.",
        "DisablePlayer": "You have disabled godmode for {0}.",
        "Enabled": "You have enabled godmode.",
        "EnabledPlayer": "Your godmode has been enabled by {0}.",
        "EnablePlayer": "You have enabled godmode for {0}.",
        "GodList": "The following players currently have godmode enabled:",
        "InformAttacker": "{0} is currently in godmode and cant take any damage.",
        "InformVictim": "{0} just tried to deal damage to you.",
        "InvalidPlayerSelected": "Invalid number, use the number in front of the player's name. Use /viewinv list to check the list again",
        "MultiplePlayersFound": "Multiple players were found with that name, select one of these players by using /god list <number>:",
        "NoGodLoot": "You are not allowed to loot a player that is in Godmode.",
        "NoListAvailable": "You don't have a player list available, use '/god <name>' instead.",
        "NotAllowed": "You are not allowed to use this command.",
        "PlayerNotFound": "No players were found with that name."
      },
      "Options": {
        "GodDamageEnabled": false,
        "InformPlayersOnAttack": true,
        "PlayerPrefixEnabled": true
      },
      "Settings": {
        "ChatPrefix": "God",
        "ChatPrefixColor": "008800",
        "PlayerPrefix": "[IN GODMODE]"
      }
    }
    here is my problem : im in godmode , i get shot and the person who shot me isnt warned that i am in godmode but i am warned they have shot me.
    If i am in godmode and i shoot someone , it doesnt warn them that a player in godmode has shot them , although it doesnt do any damage to the player.
     
  9. Noob question... is it possible to add a server Moderator on the list to use god mode? What would the commands be?
     
  10. Wulf

    Wulf Community Admin

    grant user moderatorsname canusegodmode

    or

    grant group moderator canusegodmode
     
  11. Perfect. Thanks again, Wulf.
     
  12. ...................
     
  13. any console comand so I can bind it to a key? :)
     
  14. I have a problem with the Godmode plugin.
    I can give permission for a person to use it, but when they try activating Godmode by /god, he gets 'invalid command'.
    I tried reloading the plugin via the Rusty RCON program and got this:
    [Oxide] 17:07 [Info] Unloaded plugin Godmode v2.0.1 by Mughisi
    [Oxide] 17:07 [Info] Loaded plugin Godmode v2.0.1 by Mughisi
    [Oxide] 17:07 [Warning] Missing plugin name prefix 'godmode.' for permission 'canusegodmode' (by plugin 'Godmode')

    Do anyone have any idea what this means, and if it might be whats causing the 'invalid command' when trying to activate it?
     
  15. Wulf

    Wulf Community Admin

    No, that's just a warning, it will not affect the usage of it. If the user gets "invalid command", then there is no plugin loaded that has that command. Make sure Oxide is still installed and that the plugin is loaded when he is using the command.
     
  16. Oxide is installed and working.
    The person that I had given permission to use godmode tried using the /god command directly after I had done the reload I listed in my previous post, and still got the 'invalid command' response.
     
  17. Wulf

    Wulf Community Admin

    Did anyone change the command name in your plugin?
     
  18. I guess you are referring to the Godmode.cs file and to my knowledge that file has not been edited in any way, simply downloaded from here and installed.
    I am not sure where in the .cs file the relevant info is listed, and the whole file is to long to be posted here, so if you can tell me where in the .cs file to look it would help.


    EDIT: OK, just realized I made a BIG noob mistake he he
    We were typing /god in the console to try activate the godmode, but you need to type it in CHAT to activate it.
    I just tried it and it works.
    Thanks for the reply and help Wulf, sorry to have wasted your time.
     
    Last edited by a moderator: Mar 30, 2016
  19. Wulf

    Wulf Community Admin

    No problem, glad you got it figured out. :)
     
  20. Hi! I have been getting this error in my console ever since I installed the plugin:
    [Oxide] 19:52 [Warning] 'Godmode v2.0.1' plugin is using deprecated hook: OnPlayerLoot
    I haven't noticed anything wrong though. Could this affect anything in the long run?