BankGUI for PocketMine-MP
BankGUI for PocketMine-MP
The plugin is inspired by a minecraft java server
COMMAND | DESCRIPTION | PERMISSION | ALIASES |
---|---|---|---|
/bankgui | Open Bank Menu | bankgui.command | /bank |
#language list:
#vi-VN => Vietnamese
#en-US => English
#hi-IN => Hindi
language: en-US
economy-type:
provider: economyapi #change it to `bedrockeconomy` if you want use BedrockEconomy!
timezone: "Asia/Ho_Chi_Minh" #See time-zone in website `https://www.php.net/manual/en/timezones.php`
time-to-add-interest: "00:00"
interest: 0.1 #cannot be less than 0, example: `0.1`
If you want a language of your country in this plugin please translate file English.php
into your country's language
$api = BankGUI::getInstance()->getBankManager($player);
$api->getMoney();
$api->reduceMoney(int|float $amount);
$api->addMoney(int|float $amount);
$api->getTransaction() : array{
EXAMPLE:
foreach($api->getTransaction() as $list => $transaction){
//@params $form instanceof FormAPI
$form->setContent("All your transactions:, $list);
}
$api->addTransaction(string $text);
Version: 1.0.0
Downloads: 2,479
Updated: 4/18/2024
Supported API versions: 5.0.0 to 5.27.1
Categories: General, API plugins, Miscellaneous, Educational, Fun, Economy
License: GPL-3.0