Solved Change attack speed of weapons

Discussion in 'Plugin Development' started by Evonoucono, Mar 10, 2016.

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

    Evonoucono

    [​IMG]
    Looked at some other threads and didn't find much. Is there any way to change the "1.6 Attack Speed" on swords? I thought I read somewhere that 1.9 was going to make it possible to change.
     
  2. Offline

    Zombie_Striker

  3. Offline

    mcdorli

    @Evonoucono @Zombie_Striker They have an attribute called "generic.attackspeed", if you set that to very high, the damage indicator pretty much doesn't even show up
     
  4. Offline

    TonyFFS

    Quick question... Do you know how I would be able to put GENERIC_ATTACK_SPEED to 1024 in code? I have this...
    Code:
    public static Attribute valueOf(String GENERIC_ATTACK_SPEED, String GENERAL_ATTACK_DAMAGE) {
            String gas = GENERIC_ATTACK_SPEED;
            String gad = GENERAL_ATTACK_DAMAGE;
           
            return null;
        }
     
  5. Offline

    Evonoucono

Thread Status:
Not open for further replies.

Share This Page