Bank Skript

Script Bank Skript 1.1

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Contributors
Zabrid, AsuDev
Supported Minecraft Versions
  1. 1.8
Description
Bank is a script that allows your players to store their money or even their items inside of a virtual bank. This bank also allows you to gain interest on the money you put into it every 12 hours!

Dependencies
Skript 2.2+
Skript-Mirror 2.0
SkQuery
TuSKe-PikachuPatch-V3

Important
I have not tested this script on different versions and I'm not certain it will work on other versions. (For support my discord is: {zabrid}#3433)

Commands
/Bank - Open the main Bank gui. (bank.use)
/Bank Deposit - Open the deposit Bank gui. (bank.use)
/Bank Withdraw - Open the withdraw Bank gui. (bank.use)
/ItemBank - Open the Item Vault/Bank gui. (bank.use)
/Bank Reset <player> - Reset a player's bank balance, and Item Bank. (bank.admin)

Menus
unknown.png
unknown.png
unknown.png
unknown.png

Config

Code:
#Color Configurations

    #Main Color (Default: &d)
    mainColor: &d
    #Secondary Color (Default: &7)
    secondaryColor: &7


  #Interest Configurations

    #How many seconds pass until you gain interest (Default: 43200)
    interestTime: 43200
    #Formatted time for interest (Default: 12h)
    formatedInterestTime: 12h


  #GUI Configurations
   #Please note: You do not need to put a color code as it will use the Main Color configuration.
   #Please Note 2: If you do put a color it will override the Main Color configuration.

   #Gui Titles
    #Name of the main /bank gui (Default: &lBanker)
    nameOfMainGui: &lBanker
    #Name of the deposit /bank gui (Default: &lBanker)
    nameOfDepositGui: &lBanker
    #Name of the withdraw /bank gui (Default: &lBanker)
    nameOfWithdrawGui: &lBanker
    #Name of the vault /bank gui (Default: &lBanker's Vault)
    nameOfVaultGui: &lBanker's Vault

   #Gui Items
    #Name of the back item (Default: &lBack)
    nameOfBackGuiItem: &lBack
    #Name of main gui deposit item (Default: &lDeposit Money)
    nameOfDepositGuiItem: &lDeposit Money
    #Name of main gui withdraw item (Default: &lWithdraw Money)
    nameOfWithdrawGuiItem: &lWithdraw Money
    #Name of main gui vault item (Default: &lItem Vault)
    nameOfVaultGuiItem: &lItem Vault
    #Item type of back item (Default: glowing feather)
    itemTypeOfBackItem: glowing feather
    #Item type of main gui deposit item (Default: paper)
    itemTypeOfMainGuiDepositItem: paper
    #Item type of main gui withdraw item (Default: dispenser)
    itemTypeOfMainGuiWithdrawItem: dispenser
    #Item type of main gui bank item (Default: chest)
    itemTypeOfMainGuiVaultItem: chest
    #Item type of fill item (Default: black glass pane named "&7")
    itemTypeOfFillItem: black glass pane named "&7" #to add a lore simply add (with lore "(loreLine1||loreLine2")
Author
Zabrid
Downloads
1,282
Views
1,282
First release
Last update
Rating
4.00 star(s) 2 ratings

More resources from Zabrid

Latest updates

  1. Bank Skript

    Bank Skript 1.1 Update Features Added: Added bank balance cap Bug Fixes: (CRITICAL FIX) Fixed...

Latest reviews

This is a good script but it does not support 1.12.2: D. Can you make it run on version 1.12.2?
Zabrid
Zabrid
with updating to 1.12 I would basically have to rewrite the entire thing, if I ever have enough freetime to do that, I will
Great copy of Hypixel's Banker, havn't found anything like it.

Reason I'm giving it 4 star is because I can't figure out how to disable the Item Bank
Zabrid
Zabrid
I will be adding a option to disable it in the next update (hopefully tomorrow)