Couldn't import org.bukkit.entity.player

Discussion in 'Plugin Development' started by xiscool123, Jun 2, 2019.

Thread Status:
Not open for further replies.
  1. Offline

    xiscool123

    Hello! I'm am making a plugin and I need to import org.bukkit.entity.player, but whenever i type it into eclipse with bukkit 1.13.2, it gives an error about there is no player class in org.bukkit.entity. How do I fix this?
     
  2. Offline

    Tango_

    Do you have something else imported from a different Player class? If so, you should try removing it, were you able to extend JavaPlugin, or import anything else from the API?
     
  3. Offline

    xiscool123

  4. Offline

    timtower Administrator Administrator Moderator

    Please post a screenshot of your build path.
     
Thread Status:
Not open for further replies.

Share This Page