#everything must be editable, so i can edit it, it needs to be for spigot version 1.12.2 and support protocol hack
#it needs to have mysql database, where i can edit everything, not pre-set database name:
#async data saving
#load on player join, send back on player leave, must work properly wwith /stop so it will send the data before, i have other plugins that will send data on /stop, idk how to make it compatible
/ss reload
/stats
/stats {name}
'stats':
- ' &e&l{name}'' Stats'
- '&7Kills&b&l: &a{kills}'
- '&7Assists&b&l: &a{assists}'
- '&7Deaths&b&l: &a{deaths}'
- '&7KDR&b&l: &a{kdr}'
- '&7Current Killstreak&b&l: &a{killstreak}'
- '&7Highest Killstreak&b&l: &a{topstreak}'
-----------------------------------------------------------------------------------------
kill and assists based on damage caused, if caused 100% of damage will receive 10 Coins,
ex: the killer caused 50% of damage he will receive 5 coins, and other players caused 30% and 17% and 13% then they will receive, 3 coins, 1.70 coins and 1.30 coins
money-tax-rate: 10
###make so i can edit, money taxe normal and for vips, and so i can create more ok###
#money tax for vips
money-tax-rate-vip1: 1.5
permission1: kill.vip1
#ex: money he would receive multiplied by 1.5
money-tax-rate-vip2: 2.0
permission2: kill.vip2
money-tax-rate-vip3: 2.5
permission3: kill.vip3
-------------------------------------------------------------------------------------------
#Player has a chance of receiveing a gold bar when kills another player:
#he wont receive any message
#in %
gold-taxe-rate: 10
###make so i can edit, gold taxe normal and for vips, and so i can create more ok###
#gold taxe for vips
gold-tax-rate-vip1: 15
permission1: gold.vip1
#ex: chance would be 15%
gold-tax-rate-vip2: 20
permission2: gold.vip2
gold-tax-rate-vip3: 25
permission3: gold.vip3
-------------------------------------------------------------------------------------------
Each player will receive 8xp per kill and 1xp per assist
-------------------------------------------------------------------------------------------
kill-msg: &a&lKILL &7You killed &a{victim} and received &e{amount} &7coins.
assist-msg: &a&lASSIST &7You got an assist on &a{victim} kill and you received &e{amount} &7coins.
death-msg: &c&lDEATH &c{killer} killed you
ability to set when each streak will be announced,
ex:
streak-announce: '10, 25, 50, 100, 150, 500'
streak-msg-announce: &b&lSTREAK &a{name} &7is on a &a{killstreak} &7Killstreak.
streak-announce-end: '20'
#every killstreak equal or higher then 20 when ended will be announced
streak-msg-end: &b&lSTREAK &a{killer} &7just ended &a{victim} &e{killstreak} &7Killstreak.
to-killed-msg: &b&lSTREAK &c{killer} &7just ended your streak of &e{killstreak}.
It must be someone that knows whats he doing, i've been with a lot of people that claimed they would do it, but it had a lot of errors, the mysql wouldnt work properly, data loss
Budget: 25USD
#it needs to have mysql database, where i can edit everything, not pre-set database name:
#async data saving
#load on player join, send back on player leave, must work properly wwith /stop so it will send the data before, i have other plugins that will send data on /stop, idk how to make it compatible
/ss reload
/stats
/stats {name}
'stats':
- ' &e&l{name}'' Stats'
- '&7Kills&b&l: &a{kills}'
- '&7Assists&b&l: &a{assists}'
- '&7Deaths&b&l: &a{deaths}'
- '&7KDR&b&l: &a{kdr}'
- '&7Current Killstreak&b&l: &a{killstreak}'
- '&7Highest Killstreak&b&l: &a{topstreak}'
-----------------------------------------------------------------------------------------
kill and assists based on damage caused, if caused 100% of damage will receive 10 Coins,
ex: the killer caused 50% of damage he will receive 5 coins, and other players caused 30% and 17% and 13% then they will receive, 3 coins, 1.70 coins and 1.30 coins
money-tax-rate: 10
###make so i can edit, money taxe normal and for vips, and so i can create more ok###
#money tax for vips
money-tax-rate-vip1: 1.5
permission1: kill.vip1
#ex: money he would receive multiplied by 1.5
money-tax-rate-vip2: 2.0
permission2: kill.vip2
money-tax-rate-vip3: 2.5
permission3: kill.vip3
-------------------------------------------------------------------------------------------
#Player has a chance of receiveing a gold bar when kills another player:
#he wont receive any message
#in %
gold-taxe-rate: 10
###make so i can edit, gold taxe normal and for vips, and so i can create more ok###
#gold taxe for vips
gold-tax-rate-vip1: 15
permission1: gold.vip1
#ex: chance would be 15%
gold-tax-rate-vip2: 20
permission2: gold.vip2
gold-tax-rate-vip3: 25
permission3: gold.vip3
-------------------------------------------------------------------------------------------
Each player will receive 8xp per kill and 1xp per assist
-------------------------------------------------------------------------------------------
kill-msg: &a&lKILL &7You killed &a{victim} and received &e{amount} &7coins.
assist-msg: &a&lASSIST &7You got an assist on &a{victim} kill and you received &e{amount} &7coins.
death-msg: &c&lDEATH &c{killer} killed you
ability to set when each streak will be announced,
ex:
streak-announce: '10, 25, 50, 100, 150, 500'
streak-msg-announce: &b&lSTREAK &a{name} &7is on a &a{killstreak} &7Killstreak.
streak-announce-end: '20'
#every killstreak equal or higher then 20 when ended will be announced
streak-msg-end: &b&lSTREAK &a{killer} &7just ended &a{victim} &e{killstreak} &7Killstreak.
to-killed-msg: &b&lSTREAK &c{killer} &7just ended your streak of &e{killstreak}.
It must be someone that knows whats he doing, i've been with a lot of people that claimed they would do it, but it had a lot of errors, the mysql wouldnt work properly, data loss
Budget: 25USD
