#########################################################
# #
# ASkyBlockBank V3 #
# #
#########################################################
# Author: ChooHan
# Resources: https://www.spigotmc.org/resources/askyblockbank.50725/
# OpenSource: https://github.com/Choohan/ASkyblockBank
# You are not allowed to repost this resources without my Permission!
# ServerName: Name
ServerName: UnknownServer
#########################################################
# #
# Message #
# #
#########################################################
# When target player has been granted access
AlreadyGrantedAccess: '&4Target already granted access before!'
# Target player not inside the sender's island
NotInsideIsland: '&4Target player not inside your island team'
# Successfully granted access to target player
AddedPlayer: '&fAdded!'
# Successfully remove target player's access
RemovedPlayer: '&fRemove!'
# Target player didn't have access before
NeverGrantedAccess: '&4The player didnt granted access before!'
# Sender was not an owner that accessed
NotOwner: '&4You are not owner!'
# Successfully deposit money to bank
# <amount> - Amount of deposit
# <balance> - Island balance
Deposit: '&aDeposit &6$<amount> &ato your island bank. Balance: &6$<balance>'
# Do not have enought money
NoEnoughMoney: '&4You do not have enought money'
# Player didnt have access to modify money
NoAccessModifyMoney: '&4Your owner do not allowed you to modify money!'
# Player no island
PlayerNoIsland: '&4You do not have an island'
# Withdraw
# <amount> - Amount of withdraw
# <balance> - Island balance
Withdraw: '"&aWithdraw &6$<amount> &afrom your island bank. Balance: &6$<balance>'
# Island bank not enought for withdrawl
BankNoEnoughMoney: '&4Your bank do not have enought money'
# Admin add money to target player island
# <amount> - amount of money add
# <targetplayer> - Target player
AdminAddMoney: '&aAdded &6$<amount> &ato &e<targetplayer> &aisland bank'
# Target player no island
TargetNoIsland: '&4Target player do not have an island'
# Admin take money from target player island
# <amount> - amount of money take
# <targetplayer> - Target player
AdminTakeMoney: '&aTake &6$<amount> &ato &e<targetplayer> &aisland bank'
# Admin reset target player island bank
# <targetplayer> - Target player
AdminResetMoney: '&aReset &e<targetplayer> &aisland bank'