Godmode

Moved

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

4.76667/5, 60 likes
  1. Wulf

    Wulf Community Admin

    It's just a warning, but there may be a fixed version in this thread.
     
  2. Godmode v2.0.1' plugin is using deprecated hook: OnPlayerLoot ????
    [DOUBLEPOST=1460059454][/DOUBLEPOST]i get the warning and says i dont have perms, but oxide is installed, im admin and everything works properly but godmode :(
     
  3. Code:
    Required Permissions
    For players to be able to use the commands that this plugin offers the permission canusegodmode is required.
     
  4. Thanks for quick reply, I managed to just solve it before looking here realised i was stupid. Thank you
    [DOUBLEPOST=1460059908][/DOUBLEPOST]
    Would you by any chance know how to configur the server so that everytime server restarts it does ownerid on its own? I tried timed commands on rusty but cant seem to get it working so that everytime i join it gives me owner id. This is what I have "ownerid {1}" i have trigger on player connect and my steam id is there. What am i missing?
     
  5. Wulf

    Wulf Community Admin

    Wulf updated Godmode with a new update entry:

    2.0.2


    [DOUBLEPOST=1460061052][/DOUBLEPOST]
    "server.writecfg"

    You do not need to set it each time, you just haven't saved it yet. There's a stickied tutorial under Rust Discussion with all the steps.
     
  6. Thank you so much, send me link?
     
  7. Wulf

    Wulf Community Admin

  8. Please update the overview for the new permission name xD

    Thanks for everything you do for us Wulf.... I love you long time
    [DOUBLEPOST=1460089805,1460064448][/DOUBLEPOST]Btw, with the new hook, you can loot people with godmode.
     
  9. I am a little confused again. Can someone put here the full command to give myself god mode again? I have tried "Joplin godmode.allowed"
    "userid godmode.allowed"
    thanks for your help!
     
  10. Wulf

    Wulf Community Admin

    grant group admin godmode.allowed

    There's a whole thread on how to use the permissions system if you are interested as well.
     
  11. Thanks Wulf. Much appreciated. Having a lot of plugins in a server is a little hard to keep up with sometimes. I put the info into a text file for future use. Thanks again.
     
  12. Wulf

    Wulf Community Admin

    I'll be updating the Overview to include it soon. All of the plugins I maintain have instructions on the Overview.
    [DOUBLEPOST=1460152252][/DOUBLEPOST]
    Fixing that now.
     
  13. Probs pointed out but if u want this plugin to maintain health, hunger asd Thirst.

    comment out player.health=100


    player.metabolism.calories.min = player.metabolism.calories.value;
    player.metabolism.hydration.min = player.metabolism.hydration.value;
     
  14. Hey just gonna say that whenever i install this plugin EVERY player gets godmode, why? they dont have the permissions
     
  15. could you add a console command for the giving to player?
     
  16. Wulf

    Wulf Community Admin

    Sounds like the player group has the permission, there's no other way it would be possible.
     
  17. @Wulf

    There is a bug I found:

    Line: 356 checks for victim history but should do attacker

    Code:
      if (GetTimestamp() - playerInformHistory[attacker] > 15)
      {
      SendChatMessage(attacker, informAttacker, victim.displayName);
      playerInformHistory[victim] = GetTimestamp();
      }
    
    Other than that the updated plugin rocks!

    Thanks,
    TheDoc From Uprising Servers
     
    Last edited by a moderator: Apr 12, 2016
  18. Wulf

    Wulf Community Admin

    Thanks, fixed locally. :)
    [DOUBLEPOST=1460606686][/DOUBLEPOST]
    Not sure what you are suggesting, but those changes aren't needed from what I can tell. They already set them to the what value is set to.
     
  19. the godmode sets health to max thirst to max and hunger to max - suggested keeps them as they are but still keeps godmode (if you need to go assist a player whilst playing yourself - it wont give you an advantage)
     
  20. just re installed this plug in and now I don't have permission to use it tried using both commands in chat and in
    console how do I get it to work again? I am the owner and my admins cant use it either. Tried using the old command
    and the new one am I just being stupid?