My plugin in CB 2512

Discussion in 'Plugin Development' started by KaBob, Dec 5, 2012.

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

    KaBob

    I have to import some stuff from org.bukkit.craftbukkit for my plugin, but the latest builds (CB 2512 with Bukkit 1624) has completely broken all of those imports. I tried doing org.bukkit.craftbukkit.1.4.5 like I saw in the error stack trace but Eclipse doesn't accept that, so I have no idea how to deal with this problem.
     
  2. Offline

    Tirelessly

    Reference the latest craftbukkit build?
     
  3. Offline

    KaBob

    I'm using the latest bukkit/craftbukkit jars as libraries in eclipse, its always worked for me before.
     
  4. Offline

    Tirelessly

    Is org.bukkit.craftbukkit a thing? Wouldn't it be net.minecraft.server?
     
  5. Offline

    KaBob

    Nah those are completely different things, both are affected by this issue though.
     
  6. Offline

    Tirelessly

    What specifically are you trying to accomplish that wasn't an issue before?
     
  7. Offline

    KaBob

  8. Offline

    evilmidget38

Thread Status:
Not open for further replies.

Share This Page