Small fix for plugin

Discussion in 'Archived: Plugin Requests' started by xShadowKillerx, Sep 23, 2013.

  1. Offline

    xShadowKillerx

    Hey

    Slayr288 wrote plugin for me few months ago, its called MessageOnAll and now when server stops it always print that error:
    Code:
    2013-09-23 23:52:15 [INFO] [MessageOnAll] [MessageOnAll] MessageOnAll has been disabled.
    2013-09-23 23:52:15 [SEVERE]    at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394)
    
    Can someone make a fix for me :)?

    Plugin download: <removed>
     
  2. Offline

    DailyLove

    I'll do this for you xShadowKillerx You can contact me on skype for further details. Skype: dailylove.dev
     
  3. Offline

    Garris0n

    public void onDisable()
    {
    HandlerList.unregisterAll(this);
    getServer().getPluginManager().disablePlugin(this);
    getLogger().info("[MessageOnAll] MessageOnAll has been disabled.");
    }
    On disable he disables the plugin...genius.
     
  4. Offline

    xShadowKillerx

    Garris0n
    You saw that: "[SEVERE] at org.bukkit.craftbukkit.v1_6_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394)"?
     
  5. Offline

    timtower Administrator Administrator Moderator

    xShadowKillerx That will throw an infinite loop, you saw that Garris0n is a developer so knows what he is saying?
     
  6. Offline

    CeramicTitan

    just because he is a developer, doesn't mean he is right. In this case he happens to be correct
     
  7. Offline

    timtower Administrator Administrator Moderator

    I know, but the likelihood to be correct is higher
     
  8. Offline

    xShadowKillerx

    Anyway, im just totall noob and i dont know what i can do to fix that so im wting here and waitig for someone who could be do that for me :)
     
  9. Offline

    CeramicTitan

    Get rid of this.
     
    AndyMcB1 and timtower like this.

Share This Page