Skip to content

[FORKED] A BankUI Plugin For PocketMine-MP

License

Notifications You must be signed in to change notification settings

kdpls/BankUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BankUI

Discord

A PocketMine-MP plugin which allows players to store their money in a bank. This plugin is a forked version, maintained by KygekDev.

Original Developer: ElectroGamesYT
Fork Maintainer: KygekDev

Features

  • Withdraw Money into Bank
  • Deposit Money from Bank
  • Transfer Money to Other Players Bank Accounts
  • Command Permission (bankui.bank)
  • Transaction Log
  • Daily Interest
  • Configurable Interest Rates
  • Admins Can View Other Players Bank Transactions With "/bank {PlayerName}"

Command

Command: /bank [player]
Description: Opens The BankUI
Permission: bankui.bank
Default: true

Permission

Permission for Admins to View Other Players Bank Transactions: bankui.admin

Config

# If true, players will get daily interest for the money in their bank
enable-interest: = true

# Interst Rates is in percentage so if interst-rates = 50, it means 50% Interest Rates, if it is set at 1, it means 1% interest rates. (It is recommended to keep this low)
interest-rates: 1

# Timezones can be found at https://www.php.net/manual/en/timezones.php if you don't know what your doing, keep this at "America/Chicago" (OR IT WILL BREAK THE PLUGIN). Players will recieve their daily interest at 12pm in this timezone.
timezone: America/Chicago

Download

Download the latest build of this plugin in Poggit CI.

Important

This plugin is a fork of the original BankUI plugin. There might be no support from the original developer if you use this plugin. This plugin is also under BETA. There may be some bugs. Use this plugin with caution. DSIDWY!

This plugin requires EconomyAPI plugin by onebone.

Images (Upstream)

Bank Menu

Bank1

Withdraw Menu

Bank2

Deposit Menu

Bank3

Transfer Menu

Bank4

Transactions Menu

Bank5

Credits

Original plugin code by @ElectroGamesYT.

Icon made by Freepik from www.flaticon.com.

About

[FORKED] A BankUI Plugin For PocketMine-MP

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%