Jump to content

I need help with a skript


Ramina__

Recommended Posts

If you use luckperms do:

 

on first join:
    set {VIP::%player%} to false

death of player:
    attacker is player:
            add 1 to {Kills::attacker's uuid}

every 1 second:
    loop all players:
        if {VIP::%player%} is false:
            if {Kills::loop-player's uuid} >=  5:
                /lp player %player% parent set vip
                set {VIP::%player%} to true

 

This is not the best way to do it.

 
Edited by LapEvents

 

imgonline-com-ua-resize-CNNkL1drx5M-removebg-preview.png.d6a8ae8b5eb862005fb056c21f934200.png

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...