Bukkit 1.2.5 to 1.3 > differences ?

Discussion in 'Plugin Development' started by jycs, Oct 16, 2012.

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

    jycs

    Hello,

    I need to convert a plugin 1.2.5 to 1.3, and in order to modificate the class I need to know the differences.

    Sorry I'm new here, anyone can give me a link to an help for converting a plugin, a documentation, something ? Thank you.
     
  2. Offline

    CevinWa

    Just add the new craftbukkit to the reference library and delete the old one. Now just sort out the errors (if you got any).
     
    kroltan likes this.
  3. Offline

    jycs

    Nice thanks.
     
  4. Offline

    jycs

    Ok, but I don't found yet how to debug my plugin, after added the new bukkit...
     
  5. Offline

    Uniclaw

    If you see no errors, you have nothing to update :)
     
  6. Offline

    jycs

    But the plugin don't work with 1.3, only working on 1.2.5 :confused:

    At first CevinWa means craftbukkit or bukkit API ?

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 29, 2016
  7. Offline

    TwistedMexi

    bukkit, only reference craftbukkit if the plug-in needs it.
     
  8. Offline

    jycs

    Ok this is what I thought.

    But I don't have yet errors to export, and my plugin don't work to craftbukkit 1.3 :(
     
  9. Offline

    jacklin213

    PlayerChatEvent is now PlayerAsyncChatEvent
     
  10. Offline

    jycs

    Thank you, infortunately I don't use PlayerChatEvent, do you have a list of differences between 1.2.5 and 1.3 ?
     
  11. Offline

    TwistedMexi

    jycs, make sure you removed the old bukkit reference in external jars, then add the new one.

    If you've done so and still have no errors, you're home free - you just need to export the jar and reload it on your server.
     
  12. Offline

    nisovin

  13. Offline

    jycs

    It's what I've done, it's strange :/

    Thank you for the links.

    Perfect ! Thank you !
     
Thread Status:
Not open for further replies.

Share This Page