Bukkit API not installing correctly??

Discussion in 'Plugin Development' started by DaddyDBJ21, Mar 17, 2013.

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

    DaddyDBJ21

    Hello,
    I have installed the Bukkit API and am developing a test plugin. When I add code to make a block appear 5 blocks above the player, it gives me errors that makes me think that I didn't install the Bukkit API correctly.
    Please help!
    [​IMG]

    -DaddyDBJ21
     
  2. Offline

    Nitnelave

    Did you add the craftbukkit jar to the build path of your project?
    Did you import the types (import org.bukkit.world)?
     
  3. DaddyDBJ21
    I'm not sure how exacly you 'installed' Bukkit API, it's just a matter of adding the bukkit jar file to the project's build path which I guess you don't have because then you would've had some import suggestions at those errors.

    Nitnelave
    It's best that people start by using only the API until they can learn more about the pro/cons of using CB code, so you should suggest bukkit jar instead :p
     
  4. Offline

    Nitnelave

    oops, right, I meant to say bukkit. sorry for that!
     
  5. Offline

    DaddyDBJ21

    Hmmm, well, thanks. I'll go back and check it again. Thanks for responding!
     
Thread Status:
Not open for further replies.

Share This Page