Recent content by luismayme

  1. L

    Solved Getting the Pathfinder of a mob with the paper API

    Thank you for your reply! I also tried that and it didn't work. I ended up understanding that the order in which you declare your dependencies matters and that the DynmapAPI was importing an old bukkit version that was being resolved before paper, thus making mob the bukkit version, not the...
  2. L

    Solved Getting the Pathfinder of a mob with the paper API

    I've managed to make paper work as the only dependency with the plugin you spoke about since I've never used gradle nor I know how to refactor the project into using gradle. I'm still unable to use paper Pathfinder but at least I've got NMS mapped...
  3. L

    Solved Getting the Pathfinder of a mob with the paper API

    Using NMS is against EULA? Damn, I've seen so many posts and plugins using it that I didn't know. Also, I'm having a hard time doing what you told me. I've tried cleaning maven, looking into the project dependencies and still not finding getPathfinder EDIT: So if I'm using NMS I can't use Paper...
  4. L

    Solved Getting the Pathfinder of a mob with the paper API

    I've explained myself poorly. I don't want the javadocs of mojang, I know it's not legal. I just want the NMS classes to be recognized on the project. Also, I've checked the classpath and I think there is no other thing than the maven dependencies working...
  5. L

    Solved Getting the Pathfinder of a mob with the paper API

    I've tried removing spigot and it didn't work, also I'm using NMS, which paper repo has it? Thank you for the quick reply!
  6. L

    Solved Getting the Pathfinder of a mob with the paper API

    Hello there, I'm new to the paper API and I'm trying to use the Pathfinder utility. The problem is that my IDE is unable to find the method getPathfinder() when I'm trying to get it from a bukkit Mob. My dependencies on maven: <dependencies> <dependency>...