Straightforward way to pathfind away from entity.

  • 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.

stelioshah

New member
Jul 30, 2022
2
0
1
Hey, what would be the most direct way to make a parrot move away from a player (using the PathFinder interface of paper). Is there a way to do this?
 

Machine Maker

Paper Developer
Staff member
Dec 17, 2021
151
6
24
18
California
I'm not super familiar with the pathfinding API, but you should just be able to tell it to move to a Location? You probably have to calculate the location yourself tho.