Skip to content

An advanced title managing plugin for PocketMine-MP, with a simple API. Inactive.

Notifications You must be signed in to change notification settings

TheDiamondYT1/TitleManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An advanced title managing plugin for PocketMine-MP, with a simple API. Inactive.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages