Recent content by LINCKODE

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