Category: Finance
Suggested name: Loans?
Spigot/Skript Version: I dont min
What I want:
I am trying to make /loan command, I want it to be able to have a cooldown and
I wanted 3 types of loans a 100k Loan (minor) 1mil loan(Major) 150mil loan (Extreme)
and they can do /recent loans to see what loan they have in progress and they can't do any loans when they have one in progress. And they can pay it back anytime through a GUI. And if they don't pay it back in 2 weeks. Their balance gets taken away and they will not be able to use a Loan for 1 week. Each overdue loan will be logged in a GUI so Bankers (I will make a rank) can see them and take them for a court hearing. I've done the basics but I need help with the rest. And they have to have a balance over 69k to use the loan system.
Ideas for commands:
/loan
/recentloans
/payloan [<amount>]
/overdueloans
Ideas for permissions:
banned.loan
allowed.loan
overdue.gui
pay.loan
recent.loans
When I'd like it by: A week maybe or 2
Heres a basis when I tried to make it
Code (Skript):
command /loan:
aliases: /bankloan, /loanbank
permission: loan.pizzapod
permission message: &c&lYou have been banned from using this loan system.
executable by: players and console
description: This command opens a loan GUI where you can take a loan.
trigger:
open a virtual chest inventory with 3 rows named "&c&l&nLoans"
format gui slot 0 with red wool named "&4Cancle."
format gui slot 10 with water bucket named "&bMinor Loan" with lore "&1This is a 100k L on run:
THANKS THIS WILL HELP ALOT!!!
Suggested name: Loans?
Spigot/Skript Version: I dont min
What I want:
I am trying to make /loan command, I want it to be able to have a cooldown and
I wanted 3 types of loans a 100k Loan (minor) 1mil loan(Major) 150mil loan (Extreme)
and they can do /recent loans to see what loan they have in progress and they can't do any loans when they have one in progress. And they can pay it back anytime through a GUI. And if they don't pay it back in 2 weeks. Their balance gets taken away and they will not be able to use a Loan for 1 week. Each overdue loan will be logged in a GUI so Bankers (I will make a rank) can see them and take them for a court hearing. I've done the basics but I need help with the rest. And they have to have a balance over 69k to use the loan system.
Ideas for commands:
/loan
/recentloans
/payloan [<amount>]
/overdueloans
Ideas for permissions:
banned.loan
allowed.loan
overdue.gui
pay.loan
recent.loans
When I'd like it by: A week maybe or 2
Heres a basis when I tried to make it
Code (Skript):
command /loan:
aliases: /bankloan, /loanbank
permission: loan.pizzapod
permission message: &c&lYou have been banned from using this loan system.
executable by: players and console
description: This command opens a loan GUI where you can take a loan.
trigger:
open a virtual chest inventory with 3 rows named "&c&l&nLoans"
format gui slot 0 with red wool named "&4Cancle."
format gui slot 10 with water bucket named "&bMinor Loan" with lore "&1This is a 100k L on run:
THANKS THIS WILL HELP ALOT!!!