Bukkit Newb trying to make plugin, getting errors

Discussion in 'Bukkit Help' started by Hohahihehu, Jan 21, 2011.

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

    Hohahihehu

    I decided I was going to attempt to make a plugin for bukkit. I have looked up all the documentation/tutorials I could find on both the wiki and the forums, and attempted to follow them as closely as possible. I am using the Eclipse IDE as suggested. However, after importing the basic PlayerListener and BlockListener files as suggested by the guides, Eclipse continually tells me there are errors on each of these imports.

    import org.bukkit.Player;
    import org.bukkit.Block;
    import org.bukkit.BlockFace;

    Should I ignore these errors, or is there something I'm doing horribly wrong?

    Also, I may as well ask now, my future plugin will attempt to determine a pattern of blocks on the ground from a center point. How would I tell it to check the blocks at a certain X, Y, Z offset from the center point for their ID?
     
Thread Status:
Not open for further replies.

Share This Page