How to make a update notifcation

Discussion in 'Plugin Development' started by edragy, Aug 1, 2012.

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

    edragy

    I want to make a update notification for plugin using URLconnection. How do I do this?

    Bump?

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

    vsams14

    as in you want to check if your plugin has an update, and if so, notify the server? I know a great way to do this, but it requires you to use bukkitDev. Alternatively, if you have your own website, you can put up a text file with the current version number, have the plugin check that, and if the numbers do not match, notify the server.
     
  3. Offline

    edragy

    I've got a website, but I need to know the code to put in the plugin
     
  4. Offline

    javoris767

  5. Offline

    chaseoes

  6. Offline

    MYCRAFTisbest

    The link no-longer works
     
  7. Offline

    Njol

    zack6849 and ferrybig like this.
  8. Offline

    MYCRAFTisbest

  9. Offline

    Jnorr44

    You must go through bukkit to update your plugin if you ever chose to auto-update. Otherwise you are violating ToS.
     
  10. Offline

    gomeow

    Isn't that only if it actually updates? What if it only checks?
     
  11. Offline

    Jnorr44

    Thats what I am saying, because the next step up from a notification is the actual auto-update. If it only checks you should be fine, but I was just providing that info so you wouldn't make that mistake in the future.
     
Thread Status:
Not open for further replies.

Share This Page