Jump to content
  • 0

i need a skript that when you get a certain amount of kills, you rank up, using luckperms


speedtame

Question

i need a skript that when you get a certain amount of kills, you rank up, using luckperms

if someone is kind enough to make me the skript, can you make it with this bc im pretty sure this would be helpful

E rank is 25 kills  (lp user {username} parent set e)
E+ rank is 50 kills  (lp user {username} parent set e+)
D- rank is 75 kills  (lp user {username} parent set d-)
D rank is 100 kills  (lp user {username} parent set d)
D+ rank is 130 kills  (lp user {username} parent set d+)
C- rank is 160 kills  (lp user {username} parent set c-)
C rank is 200 kills  (lp user {username} parent set c)
C+ rank is 250 kills  (lp user {username} parent set c+)
B- rank is 300 kills  (lp user {username} parent set b-)
B rank is 400 kills  (lp user {username} parent set b)
B+ rank is 500 kills (lp user {username} parent set B+)
A- rank is 750 kills  (lp user {username} parent set a-)
A rank is 1000 kills  (lp user {username} parent set a)
S rank is 2000 kills (lp user {username} parent set s)
X rank is 5000 kills (lp user {username} parent set x)

announcements along with these would be amazing too, i can edit the color codes tho.

anyone who is up to this task will get a $30 giftcard to my server as a thank you! my server is hyperjaxed.minehut.gg,

Dm me if you need to with any questions, my disc is speedstxr#0640, and my email is hyperjaxed@gmail.com

TY

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
On 8/23/2022 at 4:45 AM, speedtame said:

i need a skript that when you get a certain amount of kills, you rank up, using luckperms

if someone is kind enough to make me the skript, can you make it with this bc im pretty sure this would be helpful

E rank is 25 kills  (lp user {username} parent set e)
E+ rank is 50 kills  (lp user {username} parent set e+)
D- rank is 75 kills  (lp user {username} parent set d-)
D rank is 100 kills  (lp user {username} parent set d)
D+ rank is 130 kills  (lp user {username} parent set d+)
C- rank is 160 kills  (lp user {username} parent set c-)
C rank is 200 kills  (lp user {username} parent set c)
C+ rank is 250 kills  (lp user {username} parent set c+)
B- rank is 300 kills  (lp user {username} parent set b-)
B rank is 400 kills  (lp user {username} parent set b)
B+ rank is 500 kills (lp user {username} parent set B+)
A- rank is 750 kills  (lp user {username} parent set a-)
A rank is 1000 kills  (lp user {username} parent set a)
S rank is 2000 kills (lp user {username} parent set s)
X rank is 5000 kills (lp user {username} parent set x)

announcements along with these would be amazing too, i can edit the color codes tho.

anyone who is up to this task will get a $30 giftcard to my server as a thank you! my server is hyperjaxed.minehut.gg,

Dm me if you need to with any questions, my disc is speedstxr#0640, and my email is hyperjaxed@gmail.com

TY

on death:
  if victim = player:
    add 1 to {kills.%attacker's uuid%} 
    send action bar "&c+1 Kill" to attacker
    if {kills.%attacker's uuid%} >= 25:
      broadcast "&c%attacker% &7Has Ranked Up!"
      execute console command "lp user %attacker% parent set e"
    if {kills.%attacker's uuid%} >= 50:
      broadcast "&c%attacker% &7Has Ranked Up 2 Times!"
      execute console command "lp user %attacker% parent set e+"
    if {kills.%attacker's uuid%} >= 75:
      broadcast "&c%attacker% &7Has Ranked Up 3 Times!"
      execute console command "lp user %attacker% parent set d-"
    if {kills.%attacker's uuid%} >= 100:
      broadcast "&c%attacker% &7Has Ranked Up 4 Times!"
      execute console command "lp user %attacker% parent set d"
    if {kills.%attacker's uuid%} >= 130:
      broadcast "&c%attacker% &6Has Ranked Up 5 Times!"
      execute console command "lp user %attacker% parent set d+"
    if {kills.%attacker's uuid%} >= 160:
      broadcast "&c%attacker% &7Has Ranked Up 6 Times!"
      execute console command "lp user %attacker% parent set c-"
    if {kills.%attacker's uuid%} >= 200:
      broadcast "&c%attacker% &7Has Ranked Up! 7 Times"
      execute console command "lp user %attacker% parent set c"
    if {kills.%attacker's uuid%} >= 250:
      broadcast "&c%attacker% &7Has Ranked Up 8 Times!"
      execute console command "lp user %attacker% parent set c+"
    if {kills.%attacker's uuid%} >= 300:
      broadcast "&c%attacker% &7Has Ranked Up 9 Times!"
      execute console command "lp user %attacker% parent set b-"
    if {kills.%attacker's uuid%} >= 400:
      broadcast "&c%attacker% &6Has Ranked Up 10 Times!"
      execute console command "lp user %attacker% parent set b"
    if {kills.%attacker's uuid%} >= 500:
      broadcast "&c%attacker% &7Has Ranked Up 11 Times!"
      execute console command "lp user %attacker% parent set b+"
    if {kills.%attacker's uuid%} >= 750:
      broadcast "&c%attacker% &7Has Ranked Up 12 Times!"
      execute console command "lp user %attacker% parent set a-"
    if {kills.%attacker's uuid%} >= 1000:
      broadcast "&c%attacker% &7Has Ranked Up 13 Times!"
      execute console command "lp user %attacker% parent set a"
    if {kills.%attacker's uuid%} >= 2000:
      broadcast "&c%attacker% &7Has Ranked Up 14 Times!"
      execute console command "lp user %attacker% parent set s"
    if {kills.%attacker's uuid%} >= 5000:
      broadcast "&9%attacker% &bHas Ranked Up 15 Times! &5EPIC!"
      execute console command "lp user %attacker% parent set x"

command /kills:
  trigger:
    send "&7You Have &b%{kills.%attacker's uuid%}% &7Kills!"

here! this should work and if theres any errors just tell me in discord!
SoulNitro#4562

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...