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!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Script Bank Skript 1.1

Store items or money inside of this virtual bank!

  1. Zabrid
    Contributors:
    Zabrid, AsuDev
    Supported Minecraft Versions:
    • 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
    [​IMG]
    [​IMG]

    [​IMG]
    [​IMG]

    Config

    Code (Text):
    1.  
    2. #Color Configurations
    3.  
    4.     #Main Color (Default: &d)
    5.     mainColor: &d
    6.     #Secondary Color (Default: &7)
    7.     secondaryColor: &7
    8.  
    9.  
    10.   #Interest Configurations
    11.  
    12.     #How many seconds pass until you gain interest (Default: 43200)
    13.     interestTime: 43200
    14.     #Formatted time for interest (Default: 12h)
    15.     formatedInterestTime: 12h
    16.  
    17.  
    18.   #GUI Configurations
    19.    #Please note: You do not need to put a color code as it will use the Main Color configuration.
    20.    #Please Note 2: If you do put a color it will override the Main Color configuration.
    21.  
    22.    #Gui Titles
    23.     #Name of the main /bank gui (Default: &lBanker)
    24.     nameOfMainGui: &lBanker
    25.     #Name of the deposit /bank gui (Default: &lBanker)
    26.     nameOfDepositGui: &lBanker
    27.     #Name of the withdraw /bank gui (Default: &lBanker)
    28.     nameOfWithdrawGui: &lBanker
    29.     #Name of the vault /bank gui (Default: &lBanker's Vault)
    30.     nameOfVaultGui: &lBanker's Vault
    31.  
    32.    #Gui Items
    33.     #Name of the back item (Default: &lBack)
    34.     nameOfBackGuiItem: &lBack
    35.     #Name of main gui deposit item (Default: &lDeposit Money)
    36.     nameOfDepositGuiItem: &lDeposit Money
    37.     #Name of main gui withdraw item (Default: &lWithdraw Money)
    38.     nameOfWithdrawGuiItem: &lWithdraw Money
    39.     #Name of main gui vault item (Default: &lItem Vault)
    40.     nameOfVaultGuiItem: &lItem Vault
    41.     #Item type of back item (Default: glowing feather)
    42.     itemTypeOfBackItem: glowing feather
    43.     #Item type of main gui deposit item (Default: paper)
    44.     itemTypeOfMainGuiDepositItem: paper
    45.     #Item type of main gui withdraw item (Default: dispenser)
    46.     itemTypeOfMainGuiWithdrawItem: dispenser
    47.     #Item type of main gui bank item (Default: chest)
    48.     itemTypeOfMainGuiVaultItem: chest
    49.     #Item type of fill item (Default: black glass pane named "&7")
    50.     itemTypeOfFillItem: black glass pane named "&7" #to add a lore simply add (with lore "(loreLine1||loreLine2")

Recent Updates

  1. Bank Skript

Recent Reviews

  1. Upin124
    Upin124
    4/5,
    Version: 1.1
    This is a good script but it does not support 1.12.2: D. Can you make it run on version 1.12.2?
    1. Zabrid
      Author's Response
      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
  2. Mat10
    Mat10
    4/5,
    Version: 2020-02-10
    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
    1. Zabrid
      Author's Response
      I will be adding a option to disable it in the next update (hopefully tomorrow)