import net.minecraft

Discussion in 'Plugin Development' started by maboesanman, Jan 9, 2013.

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

    maboesanman

    I've seen people using more fundamental features of the minecraft server, and I was wondering what must be set up to use these packages. what jar do you need to add to eclipse to take advantage of the package?
     
  2. Offline

    fireblast709

    Craftbukkit.jar
     
  3. Offline

    maboesanman

    i have the org.bukkit package, and have made a functioning plugin already, but I've seen imports from net.minecraft I'm asking about the latter. is it really the craftbukkit.jar? I thought that was the bukkit api one...
     
  4. Offline

    HappyPikachu

  5. Offline

    Jogy34

    NMS and craftbukkit imports come from the craftbukkit.jar not the bukkit.jar. The bukkit.jar only really holds the API stuff while the craftbukkit.jar holds everything that the server needs along with the API.
     
  6. Offline

    maboesanman

    thank you all for clearing that up.
     
Thread Status:
Not open for further replies.

Share This Page