What is IslandBank:
IslandBank is a plugin that is a addon for the plugin askyblock.
This plugin works kinda like faction bank, so every member on your island can withdraw and deposit money in your island bank. This will make your skyblock server more Custom.
What is Voidchest:
Voidchest is a addon to Islandbank and comes in one plugin. All the money that the voidchests make goes into your island bank. This is very good for buycraft.
I have used this myself on my own server and made over 300$ where voidchest made the largest amount. The Voidchest works on a selltimer that you can set in the config file.
Commands:
/Is bank #To view your island Bank
/is withdraw <amount> #To withdraw money from your account
/is deposit <amount> #To deposit money to your island bank
/is reload #To reload the island bank config file
/Voidchest give <player> <amount>
Permissions:
IslandBank.reload #Lets you reload the island bank config file
Islandbank.voidchest #Lets you use the Voidchst give command
PlaceHolder:
%IslandBank_balance% #To view the islandbank balance. This is great if you have a scoreboard plugin or a chat plugin that supports placeholderapi.
ScreenShots:
Config file:
IslandBank is a plugin that is a addon for the plugin askyblock.
This plugin works kinda like faction bank, so every member on your island can withdraw and deposit money in your island bank. This will make your skyblock server more Custom.
What is Voidchest:
Voidchest is a addon to Islandbank and comes in one plugin. All the money that the voidchests make goes into your island bank. This is very good for buycraft.
I have used this myself on my own server and made over 300$ where voidchest made the largest amount. The Voidchest works on a selltimer that you can set in the config file.
Commands:
/Is bank #To view your island Bank
/is withdraw <amount> #To withdraw money from your account
/is deposit <amount> #To deposit money to your island bank
/is reload #To reload the island bank config file
/Voidchest give <player> <amount>
Permissions:
IslandBank.reload #Lets you reload the island bank config file
Islandbank.voidchest #Lets you use the Voidchst give command
PlaceHolder:
%IslandBank_balance% #To view the islandbank balance. This is great if you have a scoreboard plugin or a chat plugin that supports placeholderapi.
ScreenShots:
Config file:
Code:
#Make sure that you dont have spaces between the price and the material
item-sell-prices:
- 'STONE:1'
- 'GRASS:1'
- 'DIRT:1'
- 'COBBLESTONE:1'
#################################
# SkyBlock Messages #
#################################
IslandOnly: '&cYou have to be on your island to do this'
IslandBank: '&7Your island Bank: &f{bank}$'
IslandWithdraw: '&7You have withdrawn &f{amount}$ from your island bank'
IslandDeposit: '&7You have deposited &f{amount}$ to your island bank'
ErrorNotEnoughBank: '&cYou dont have enough money in your island bank'
ErrorNotEnoughtBal: '&cYou dont have enough money to do depoist'
#################################
# Voidchest Messages #
#################################
PlacedVoidchest: '&7You have &aplaced &7a voidchest'
BrokenVoidchest: '&7You have &cbroken &7a voidchest'
VoidchestErrorMessage: '&c/Voidchest give <player> <amount>'
GiveMessage: '&7You have given {amount} voidchest to {target}'
VoidChest:
Material: 'CHEST'
Name: '&6&lVoidchest'
SellTimer: 10 #This is in seconds. Do not put this to low or it will lag the server.
Lore:
- '&7Place this down to autosell your items'
- '&cWarning The money goes into your island bank'
