Armor Ignoring

Discussion in 'Plugin Development' started by Jakesully123456, May 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Jakesully123456

    Is damageable.damage(double dmg) armor ignoring?
    And if so, is damageable.damage(double dmg, DamageSource damagesource) armor ignoring?
    If so, is there a damaging method which is NOT damage ignoring.
     
  2. Offline

    Zombie_Striker

    @Jakesully123456
    -yes
    -yes
    -no, you would have to create a way to detect armour and apply the correct damage (this is not hard at all; the method for doing this can be created in about 10 minutes)
     
  3. Offline

    I Al Istannen

  4. Offline

    Agentleader1

    Code:
    player.setHealth(); //ignores armor
    That ignores armor lol
     
  5. Offline

    guitargun

    remember for damage reduction for armor your number needs to be negative and can't go below -1 or above 0
     
Thread Status:
Not open for further replies.

Share This Page