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

Solved SkyBlockPE

Discussion in 'Plugin Help' started by Ekko, Jun 3, 2017.

?

SkyBlockPE

  1. SkyBlockPE

    2 vote(s)
    100.0%
  2. SkyBlockPE

    1 vote(s)
    50.0%
Multiple votes are allowed.
  1. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
    Helpe Me
    public function teleportPlayerToPlot(Player $player, Plot $plot){
    $plotLevel = $this->getLevelSettings($plot->levelName);
    if($plotLevel === null){
    return false;
    }
    $pos = $this->getPlotPosition($plot);
    $chunks = $plotLevel->chunks;
    $pos->x += 0;
    $pos->z += 0;

    $player->teleport($pos);
    return true;

    How to set teleport to island for all island!
    Current deviated into space
     
  2. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
  3. Kyd

    Kyd Zombie Pigman

    Messages:
    678
    GitHub:
    boi1216
    WTF
     
  4. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
    Help me set teleport to island for all !!!!!
    Please
     
  5. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
  6. Kyd

    Kyd Zombie Pigman

    Messages:
    678
    GitHub:
    boi1216
    But Why you enabled voting :D
     
  7. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
    Funny :) helped me
     
  8. Ekko

    Ekko Silverfish

    Messages:
    21
    GitHub:
    TaiXeko
     
  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.