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

BankGUI for PocketMine-MP
version 1.0.0
Approved
Direct Download How to install?
2238 Downloads / 2238 Total
Plugin Description §

General

gif
image
BankGUI for PocketMine-MP
The plugin is inspired by a minecraft java server
gif

Features

  • [x] Multi Language
  • [x] Transfer money to other player's bank
  • [x] Receive daily interest
  • [x] Deposit / Withdraw money
  • [x] Create banknote

Command

COMMAND DESCRIPTION PERMISSION ALIASES
/bankgui Open Bank Menu bankgui.command /bank

Config

#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`

Language Supported

  • [x] Vietnamese (vi-VN)
  • [x] English (en-US)
  • [x] Hindi (hi-IN)

If you want a language of your country in this plugin please translate file `English.php` into your country's language

Virions

For Developer

API

$api = BankGUI::getInstance()->getBankManager($player);

Get Player Money In Bank

$api->getMoney();

Reduce Player Money In Bank

$api->reduceMoney(int|float $amount);

Add Player Money In Bank

$api->addMoney(int|float $amount);

Get All Transaction

$api->getTransaction(); //array

EXAMPLE:
foreach($api->getTransaction() as $list => $transaction){
    //@params $form instanceof FormAPI
    $form->setContent("All your transactions:", $list);
}

Add New Transaction

$api->addTransaction(string $text);

Contact

DISCORD YOUTUBE

TELEGRAM FACEBOOK

Install

your_server_file
| `- - plugins
|       ` - - BankGUI.phar
Supported API versions
5.0.0
->
5.16.0
Producers §
  • Collaborators:
    • @ClickedTran
License §
Categories:
General
Economy
Fun
Educational
Miscellaneous
API plugins
Keywords
Permissions
Manage plugins
Database
Other files
Permissions
Commands
Custom threading

You can leave one review per plugin release, and delete or update your review at any time

/ 5
Loading...