Cant resolve getNums() (Wrong java library??)

Discussion in 'Plugin Development' started by bluecabod, Aug 1, 2013.

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

    bluecabod

    I was checking out bukkit and wanted try try and create a plugin. Unfortunately I cant seem to find the right java library... I have provided a screenshot below. Any help would be appreciated. (intellij on Ubuntu variant)

    [​IMG]
     
  2. Offline

    Cirno

    You're importing the wrong class; replace "import org.bukkit.material.Command" with "import org.bukkit.command.Command"
     
  3. Offline

    Taketheword

    Is that eclipse? Themed or something?
     
  4. Offline

    xSummit

    It's the Intellij IDE and that's a Linux distro running it.
     
  5. Offline

    Taketheword

    Thanks :p
     
Thread Status:
Not open for further replies.

Share This Page