Recent content by LINCKODE

  1. LINCKODE

    Solved Getting the Pathfinder of a mob with the paper API

    I think Gradle can automatically convert your maven project: https://www.baeldung.com/maven-convert-to-gradle Also i think you can get a hold of the pathfinder like this: import com.destroystokyo.paper.entity.Pathfinder; import org.bukkit.entity.Entity; import org.bukkit.entity.Mob; ...