Run Task Asynchronly

Discussion in 'Plugin Development' started by LuFans, Jan 31, 2016.

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

    LuFans

    At startup of my Plugin I have to load a huge amount of data, but I want the Server to still respond for MOTD updates. At the moment I Use the runTaskAsynchronously() Method of Bukkit but it don't seems to work the way I want it do.

    Thank you for your answers...
     
  2. Offline

    Zombie_Striker

    @LuFans
    Please don't use async if you think it will fix any issues with lag. In most cases, you should only have to use Sync threads.

    Can explain some more about your issue? What is currently happening?
     
  3. Offline

    teej107

    @LuFans So what happens? What doesn't happen?
     
Thread Status:
Not open for further replies.

Share This Page