Solved Disabling Slash Effect 1.13.2

Discussion in 'Plugin Development' started by Chr0mosom3, Mar 24, 2019.

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

    Chr0mosom3

    Anyone can tell me if there is a way to disable the sword slash effect, the thing that happens in 1.13.2 when your attack is fully charged and you can hit multiple enemies at a time, thx in advance
     
  2. Offline

    Tango_

    I read somewhere that putting this on player join event:
    player.getAttribute(Attribute.GENERIC_ATTACK_SPEED).setBaseValue(16);

    Should stop sweep attacks
     
  3. Offline

    Chr0mosom3

    @Tango_, tested it and it works, thx.

    SOLVED
     
Thread Status:
Not open for further replies.

Share This Page