By continuing to use this site, you agree to the Terms of Service of this website, including usage of cookies.
OK, Don't show this again
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`
$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);
your_server_file
| `- - plugins
| ` - - BankGUI.phar
You can leave one review per plugin release, and delete or update your review at any time