1.9 attack speed

Discussion in 'Plugin Development' started by TheFl4me, Jun 3, 2016.

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

    TheFl4me

    Hello there.

    I am trying to make 1.9 pvp like it used to be in 1.8/1.7

    I know you can change the values:
    Code:
    p.getAttribute(Attribute.GENERIC_ATTACK_SPEED).setBaseValue(8);
    
    p.getAttribute(Attribute.GENERIC_ATTACK_DAMAGE).setBaseValue(8);
    I would like to know what values I have to set them to, in order to make it like 1.8/1.7.

    P.S

    Are these the only things I have to change?
     
    Last edited: Jun 3, 2016
  2. Offline

    TheFl4me

    Bump.
     
  3. Offline

    teej107

    @TheFl4me Set them yourself and compare.
     
Thread Status:
Not open for further replies.

Share This Page