Features: Customize everything about the ATM, from the name of the card, to the amount of money that can be withdraw. Block and create cards that require PINs.
Everything is documented in the skript file.
IMPORTANT The skript REQUIRES an economy plugin. It has been tested with essentials.
Commands:
/derebank | derebank.use | Global permission to access the command /derebank. Give this to players if you want them to access the ATM even if they are not close to one.
/derebank give <player> [<limit>] | derebank.give| Create a card for a player, if they don't already have one. If the withdraw limit is not specified it will be set to the default value. Give the permission only to bank employees.
/derebank block <player> | derebank.block | Blocks a card, making it unusable. To access again the ATM the player will require a new card. Give the permission only to bank employees.
/derebank list | derebank.list | Sends a list of all the online players that own a card and their PIN. Give the permission only to bank employees. Give the permission only to bank employees.
/derebank lookup | derebank.lookup | See the PIN of a specific player. Give the permission only to bank employees. Give the permission only to bank employees.
/derebank setlimit | derebank.setlimit | Set the withdrawal limit of a specific player. Give the permission only to bank employees.
/derebank setup | derebank.setup | Receive the items to create an ATM block. Give the permission only to bank employees. /derebank debug | derebank.debug | Empties all the variables. Erases all the active cards, making them unusable. Only use this for debugging. Give the permission only to staff.