An advanced title managing plugin for PocketMine-MP.
This plugin is based off the TitleManager plugin by @Puharesource
- Welcome title
- Easy to use API
- Animations API
- Placeholders
- Commands
- Tasks
Stalk my social media, please.
- PocketMine Forums
- Snapchat (lukedabs21)
- MCPE Username: TheDiamondYT7
I recommend putting this code in your onEnable
method and storing it in a variable.
$this->titleManager = $this->getServer()->getPluginManager()->getPlugin("TitleManager");
Or you could use
use TheDiamondYT\TitleManager\TitleManager;
TitleManager::getInstance();