Good evening ladies, gentlemens and (hhhmm...well) monsters! Some time ago i read a discussion about implementing changing/traveling world (or dimension) in pocketmine. Is there any idea finalized, how to solve it ? Any sightings on the road ahead when we can activate a lovely blurring netherportal and travel trough it ? cu Leselampe
So are you talking about changing worlds in terms of a plugin or through an actual nether portal? Bc in a plugin you can do PHP: $player->setLevel($this->getServer()->getLevelByName("level")); // $player is a Player instance, and $this extends PluginBase You could make a nether portal with this by changing the player's world (level) when they are in a portal block
I am talking about changing worlds natively with pocketmine. Did not know, that you can use a existing (?) plugin to initiate a portal.