"Nag author" Error

Discussion in 'Bukkit Help' started by anthonyc39, Aug 7, 2012.

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

    anthonyc39

    Code:
    18:17:51 [SEVERE] Nag author: '***' of '*' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    18:17:51 [SEVERE] Nag author: '***' of '*' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    18:17:51 [SEVERE] Nag author: '***' of '*' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    18:17:51 [SEVERE] Nag author: '***' of '*' about the following: This plugin is not properly shutting down its async tasks when it is being reloaded.  This may cause conflicts with the newly loaded version of the plugin
    *** = the author's name
    * = the plugin's name

    when i reloaded the server this popped up.
    what does it mean?
     
  2. Offline

    thebiologist13

    I have this problem too, even though in the onDisable() method I call
    Code:
    getServer().getScheduler().cancelTasks(this);
    To my understanding, it tells users to nag the author of the plugin about this so they can fix it. I don't know how to stop it on reload though. My plugin seems to work fine though even when this is thrown. :confused:
     
  3. Offline

    anthonyc39


    ok i see, thanks!
     
Thread Status:
Not open for further replies.

Share This Page