1. The forums will be archived and moved to a read only mode in about 2 weeks (mid march).

Callback task

Discussion in 'Development' started by Daniel23, Sep 23, 2017.

  1. Daniel23

    Daniel23 Witch

    Messages:
    65
    GitHub:
    daniel23
    What should I use instead of plugin/scheduler/Callback task

    Since its removed, I wasnt updated....
    For 3.0.0-ALPHA8?

    PHP:
    public function onEnable() {
        
    $this->getServer()->getPluginManager()->registerEvents($this$this);
        
    $this->getServer()->getScheduler()->scheduleRepeatingTask(new CallbackTask(array($this"HUD")), 10);
     
  2. SOFe

    SOFe Administrator Staff Member PMMP Team Poggit Admin

    Messages:
    1,968
    GitHub:
    sof3
    This was removed ages ago, and it should not have been used since day one... (Since the API 1.0.0!)
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.