Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.13 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.13 KB

TitleManager

An advanced title managing plugin for PocketMine-MP.

This plugin is based off the TitleManager plugin by @Puharesource

Tesseract Version

Features

  • Welcome title
  • Easy to use API

TODO

  • Animations API
  • Placeholders
  • Commands
  • Tasks

Stalk me

Stalk my social media, please.

For Developers

Getting the plugin instance

I recommend putting this code in your onEnable method and storing it in a variable.

Example
$this->titleManager = $this->getServer()->getPluginManager()->getPlugin("TitleManager");

Or you could use

use TheDiamondYT\TitleManager\TitleManager;

TitleManager::getInstance();

TODO: finish this.