TntTag
TntTag minigame for PocketMine-MP!
What is this minigame?
In this minigame players trying to run from tagged players.
Tagged players can tag others and they explode after a couple seconds.
Last one alive wins.
How to setup?
Just simply use /tnttagadmin setup
command and start setup session!
API
Use plugin
use OguzhanUmutlu\TntTag\TntTag;
Get player's arena:
TntTag::getInstance()->arenaManager->getPlayerArena($player);
Events:
use OguzhanUmutlu\TntTag\events\TntTagWinEvent;
use OguzhanUmutlu\TntTag\events\TntTagLoseEvent;
/*** TntTagWinEvent|TntTagLoseEvent */
$player = $event->getPlayer();
$arena = $event->getArena();
TODO
- idk
Reporting bugs
You may open an issue on the TntTag GitHub repository for report bugs https://github.com/OguzhanUmutlu/TntTag/issues