Godmode

Moved

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

4.76667/5, 60 likes
  1. Wulf

    Wulf Community Admin

    Code:
    Godmode.Call<bool>("IsGod", player.UserIDString);
    An example of how existing plugins already call it.
     
  2. Code:
    var isGod = Godmode?.Call("IsGod", player.id);if (isGod != null && (bool)isGod)
    {
       // Player is god
    }
     
  3. There we go, didn't include the <bool>. Thanks for the help Wulf :)
     
  4. Wulf

    Wulf Community Admin

    Either method would work, just make sure to check if Godmode is null as well.
     
  5. Is it a bug or intentional that sleepers that do not currently have godmode enabled but have the godmode.lootprotection permission cannot be looted?
     
  6. Wulf

    Wulf Community Admin

    Probably not.
     
  7. I cannot run with god mode on. Is this on purpose?
     
  8. No it’s a bug... I reported the same thing like a year ago haha never got fixed
     
  9. just make sure you have permission 'godmode.untiring' enabled and you can run no problem - no bugs.