Recent content by Bello

  • After careful consideration and due to limited usage, we’ve made the decision to discontinue the PaperMC forums. Moving forward, we recommend using Hangar for plugin uploads, and for all other community discussions and support, please join us on Discord.
  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