Jump to content
Message added by Mevent,

Thanks for your interest in my plugin!

If you have any questions or issues with the plugin, please contact me.
For support related questions, please create a thread in the Support Section or send a direct message to my profile @MeventSupport.

Thanks!

8 Screenshots

  • 99.6k
  • 700
  • 195.47 kB

About Bank System

Adds a banking system to the game. It is an extended system of economics.

 

Features

  • ATM system (each player can install his own ATM and receive profit from it)
  • ATMs can break
  • ATMs can be repaired
  • Money transfer system between players
  • HumanNPC support
  • Ability for players to earn money
  • Adds a new item to the game (banknotes)
  • Auto Wipe (each item can be customized)
  • Working through third-party economy plugins (optional)
  • Conversion from ServerRewards and Economics

 

Commands

  • bank - open the bank interface
  • bank.givenote [target] [amount] - give banknotes to the player
  • bank.giveatm [target] - give ATM to the player
  • bank.setbalance [target] - set balance to the player
  • bank.deposit [target] - deposit money to the player
  • bank.withdraw [target] - withdraw money from a player
  • bank.transfer [player] [target] - transferring money from a player to another player
  • bank.wipe [type] (0 - all, 1 - players, 2 - logs, 3 - ATMs) - wipe data
  • bank.convert.economics - convert from Economics
  • bank.convert.serverrewards- convert from ServerRewards

 

Hooks

private object CanPlayerCreateCard(BasePlayer player)
private void OnPlayerCreatedCard(BasePlayer player)
private void OnBalanceChanged(ulong member, int amount)

 

API

private bool HasCard(BasePlayer player)
private bool HasCard(ulong member)

private int Balance(BasePlayer player)
private int Balance(ulong member)

private bool Deposit(BasePlayer player, int amount)
private bool Deposit(string member, int amount)
private bool Deposit(ulong member, int amount)

private bool Withdraw(BasePlayer player, int amount)
private bool Withdraw(string member, int amount)
private bool Withdraw(ulong member, int amount)

private bool Transfer(BasePlayer member, BasePlayer target, int amount)
private bool Transfer(string member, string target, int amount)
private bool Transfer(ulong member, ulong target, int amount)

 

Permissions

You can set permission in config, for example: 

"Permission (example: banksystem.use)": "banksystem.use",

You can also configure permissions for ATM breakage %

 

FAQ

Q: Where can I see an example of a config?
A:  Config

 

  • Like 8

Mevent's Collection

User Feedback

1.1m

Downloads

Total number of downloads.

5.5k

Customers

Total customers served.

78.6k

Files Sold

Total number of files sold.

1.5m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.