Hey, Is there any existing Plugins for PocketMine 1.6 that makes Holograms (Text) in the Air, without any Mobs? Or does somewhere know the Code? Hope you can help
PHP: $level->addParticle(new FloatingTextParticle($pos, $text)); While $level, of course, is your level
In PocketMine, all coordinates are either passed directly or enclosed in a Vector3. Never, unless related to protocol, an array. Same for items, although Block::getDrops() is an exception.
If you want something to look at, I made https://github.com/Falkirks/Holograms. It hasn't been tested in months.