Limited Godmode

Discussion in 'Archived: Plugin Requests' started by ManlyStanly, Apr 7, 2012.

  1. Offline

    ManlyStanly

    Is there a Godmode plugin which protects the user from environmental damage (such as Mobs/Lava/Drowning/etc...) But NOT pvp?

    I have this problem on my survival/pvp server, Donator ranks get godmode but are abuse it by pvp'ing with it on. (Its intention was environmental protection only)

    Is there a plugin that can do what I ask for out there already? If not I'm willing to pay a developer to create this for me.
     
  2. Offline

    Orcem12

    Very possible, message me for details.
     
  3. Offline

    ManlyStanly

    Msged
    Any one else have advice?
     
  4. Offline

    Lupus

    Use worldguard, the option to disable all kinds of damage is in the config
     
  5. Offline

    MrAverage

    It seems like it would be pretty easy to code if it were simply eliminating damage types. Aside from your examples of drowning, lava, and mobs, what else would you remove?
     
  6. Offline

    ManlyStanly

    That was a suggestion I did concider, but my server is advertised as a pvp server, and although the community does little to no pvp they like the feeling of constant threat.

    To list them I guess: Lava, fall damage, drowning, explosions, suffecation, mob damage, anything not thrown by or swung by a player.
     
  7. Offline

    Orcem12

    I'm sorry, I'm working on this as we speak. Been really really busy.

    ManlyStanly
    Here you are: Download
    Code:
    commands:
     
      lgod:
     
        description: turns on limited godmode
     
      lugod:
     
        description: turns off limited godmode
     
      godreload:
     
        description: reload limited godmode config
    Sorry forgot perms. Adding now.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  8. Offline

    ManlyStanly

    Super fast work thanks a lot mate! But I just tested it and pvp damage is still blocked.
     
  9. Offline

    Orcem12

    Check the config, disable the damage you want blocked.
     
  10. Offline

    ManlyStanly


    Use_Plugin: true
    Block_Lava_Damage: true
    Block_Explosion_Damage: true
    Block_Fire_Damage: true
    Block_Starvation_Damage: true
    Block_PvP_Damage: false
    Block_Fall_Damage: true
    Block_EntityAttack_Damage: true
    Block_EntityExplode_Damage: true
    Block_Drowning_Damage: true
    Block_Lightning_Damage: true
    Block_Magic_Damage: true
    Block_Melting_Damage: true
    Block_Poison_Damage: true
    Block_Void_Damage: true
    Block_Suffocation_Damage: true
    Block_Projectile_Damage: true



    But still not taking damage.
    Could there be a plugin conflict?
     
  11. Offline

    Orcem12

    possibly, what are your other plugins? If essentials is there, then yes.
     
  12. Offline

    ManlyStanly

    I do have essentials, what does this mean?
     
  13. Offline

    Orcem12

    Essentials might have godmode enabled for you or whoever your testing on. Let me check the plugin one more time for logical errors. I might have missed something.

    Alright change Block_EntityAttack_Damage: true to false.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 25, 2016
  14. Offline

    ManlyStanly

    Alright I did that but now mobs do damage, and I double checked, essentials godmode was not enable, nor was any other plugin that effects damage.
     
  15. Offline

    Orcem12

    Alright, I'll add a mob checker tomorrow. So you only want PvP damage?
     
  16. Offline

    ManlyStanly

    Yeah just pvp damage enabled.
     
  17. Offline

    Mime21

    Hello, Is there any plugin which on /god or /godmode Gived you godmode to everything exept PvP? So players cannot god abuse in battle??
     

Share This Page