How to make plugin look for updates?

Discussion in 'Plugin Development' started by Yudaz, Jan 17, 2012.

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

    Yudaz

    (Topic)How to make my plugin automatically look for updates?

    So... How do I?
    I know if its gonna tell the server owner it must have a variable if and else... Right?
     
  2. Offline

    desht

  3. Offline

    IcyRelic

    i would like to know this too the if and else might be
    if(player.isOp){

    }else{

    }
    please help us
     
  4. Offline

    Yudaz

    Ok, thanks! :)
     
  5. Offline

    Madnessium

    Prehaps during onEnable check somewhere(e.g a website/HTML location) if an update is avaliable and then call another class to notify the console and the OPs when they join the server.
     
  6. Offline

    MrMag518

    You need to check html locations, look at Adamki11s tutorial.
     
  7. Offline

    IcyRelic

    Thanks looks good
     
Thread Status:
Not open for further replies.

Share This Page