Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thediamondyt1/titlemanager
An advanced title managing plugin for PocketMine-MP, with a simple API. Inactive.
https://github.com/thediamondyt1/titlemanager
pmmp-plugin
Last synced: 18 days ago
JSON representation
An advanced title managing plugin for PocketMine-MP, with a simple API. Inactive.
- Host: GitHub
- URL: https://github.com/thediamondyt1/titlemanager
- Owner: TheDiamondYT1
- Created: 2017-04-14T16:02:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T10:25:52.000Z (over 7 years ago)
- Last Synced: 2024-10-17T04:09:01.487Z (29 days ago)
- Topics: pmmp-plugin
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TitleManager
An advanced title managing plugin for [PocketMine-MP](http://pmmp.io).This plugin is based off the [TitleManager plugin](https://www.spigotmc.org/resources/titlemanager.1049/) by [@Puharesource](https://github.com/Puharesource)
[Tesseract Version](https://github.com/TheDiamondYT1/TitleManager/tree/tesseract)
### Features
* Welcome title
* Easy to use API### TODO
* Animations API
* Placeholders
* Commands
* Tasks### Stalk me
Stalk my social media, please.* [Twitter](https://twitter.com/TheDiamondYT)
* [PocketMine Forums](https://forums.pmmp.io/members/thediamondyt.622/)
* [Instagram](https://instagram.com/bruhitzzluke)
* [Snapchat (lukedabs21)](http://snapchat.com/add/lukedabs21)
* MCPE Username: TheDiamondYT7For Developers
--------------### Getting the plugin instance
I recommend putting this code in your `onEnable` method and storing it in a variable.##### Example
```php
$this->titleManager = $this->getServer()->getPluginManager()->getPlugin("TitleManager");
```Or you could use
```php
use TheDiamondYT\TitleManager\TitleManager;TitleManager::getInstance();
```#### TODO: finish this.