What does updating my plugin entail?

Discussion in 'Plugin Development' started by toughenough6, Jun 26, 2013.

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

    toughenough6

    Just wondering, with the new Minecraft version right around the corner and Bukkit soon after that, I'm a new plugin developer. I've got my plugins working all fine - I'm good with Java outside of Minecraft related things, but I'm just wondering what I need to do to update my plugin. I've owned a server before so I understand that plugins don't always need to be updated, but I do know that it's good when they are.

    What do I need to do? What are the advantages to updating if I'm not adding any new features?
     
  2. nice question, I would like to know this too.
     
  3. Offline

    toughenough6

    Yeah I didn't see any kind of official guide or anything. If someone could link to one if it exists that'd be great, otherwise just a quick rundown of updating would be awesome.
     
  4. Offline

    blablubbabc

    You update, if it's not working anymore..
    If nothing needs to be changed, you could also just edit the uploaded file (file tab on top) and edit the version you set there to the newest version, so users don't ask themselves, if the plugin is outdated when they look at the version the latest file was made for.
     
  5. Offline

    toughenough6

    Oh ok, so there's really no need to update? Just test it and if all the functionality is still there then change the version kind of deal? Sounds good. I thought maybe there was something that needed to be changed with each release, though I wouldn't be sure what. Thanks for the reply.
     
  6. that is easy, nice to know it!
     
  7. Offline

    frymaster

  8. Offline

    minecraft124_

    To update a plugin, replace the bukkit jar you are building against with the latest one, and fix any issues that arise in your code.
     
Thread Status:
Not open for further replies.

Share This Page