Recent content by Bello

  1. B

    Question how to trigger riptide animation on a player

    thank you i'll take a look to that
  2. B

    Question how to trigger riptide animation on a player

    Player p = /*your player*/; EntityLiving entity = ((CraftPlayer) p).getHandle(); entity.r(20); // plays the spin animation for 20 ticks i saw this on spigot but in paper EntityLiving is not a thing
  3. B

    Question how to trigger riptide animation on a player

    hello i want to know hot to trigger this animation on paper 1.18 i saw it on spigot but i can't replicate this in paper if someone can help me i'll be so grateful