Plugin 'Under review' for 5 days?

Discussion in 'Bukkit Help' started by Maximvdw, Jan 24, 2014.

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

    Maximvdw

    Hello,

    5 days ago I uploaded a new version of one of my plugins. After 2 hours the status went to 'Under Review', now 5 days later it still has that same status..

    Is this normal? What exactly does this status mean?

    Best Regards,
    Maximvdw
     
  2. Offline

    martian3333

    Maximvdw
    You can get delayed sometimes due to the size of your plugin, that available staff to review it, the quantity of other plugins that have also been submitted before yours that also need reviewed.
     
  3. Offline

    Jake6177

  4. Offline

    Maximvdw

    Well its a 1 command plugin with 389 lines of code :S. In the meanwhile one of my other plugins got reviewed.
     
  5. Offline

    Maximvdw

    After 7 days: Plugin rejected

    So my previous build had an unimplemented updater that was just sitting there. It wasn't called ever. That plugin got rejected.

    Now I've implemented the updater (With config option) and they still don't see that toggable option -,-
    Its as clear as it sounds:
    if (Config.autoUpdate == true){
    update();
    }

    And:
    autoUpdate = getConfig().getBoolean('autoUpdate');
    ...

    For being 'under review' for 7 days, this is not something to miss right :S
     
Thread Status:
Not open for further replies.

Share This Page