PHP: public function teksthub(){ $teksta = "§f§l• §aWitaj na Kres§4MC§a!\n§f§l• §aZarejestruj się: /register <hasło>\n§f§l• §aZaloguj się: /login <hasło>"; $tekstb = "§f§l• §aHOP DO PORTALU!\n§f§l• §aI JESTEŚ NA HUBIE"; $hub = $this->getServer()->getLevelByName("world"); $hub->addParticle(new \pocketmine\level\particle\FloatingTextParticle(new Vector3(-179.5, 42.5, 28.5), $tekstb, "§a... Test")); $hub->addParticle(new \pocketmine\level\particle\FloatingTextParticle(new Vector3(-175.5, 42.5, 39.5), $teksta, "§a... Test2")); }
Which version of MCPE are you running? What you're talking about is a client sided feature that was added in 1.7 IIRC.