8000 GitHub - Phuongaz/TPBank-PMMP: Library used to check TPBank transaction history for Pocketmine-MP
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Phuongaz/TPBank-PMMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TPBank API for Pocketmine

Library used to check TPBank transaction history for Pocketmine-MP

public function onEnable() :void{
    $api = new phuongaz\tpbank\API('account_number', 'account', 'password');
    $api->runTask(5); // 5 tick
}

Event

public function onBank(\phuongaz\tpbank\TPBankEvent $event) :void{
     /** @var \phuongaz\tpbank\History */
     $history = $event->getHistory();
}

TPBank-API

About

Library used to check TPBank transaction history for Pocketmine-MP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0