i need help with luckperms and skript (mostly skript)

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

StardustSiren

Member
Jan 7, 2025
2
0
1
19
i am kind of new to skript in general and im making a minecraft server which ive had a few people pop in and reallyt seem to enjoy... however, i am trying to make a skript that will auto assign ranks based on how many kills a player has. now- idk if this makes it simpler or not, but i also use placeholderapi and i use the %statistic_player_kills% and %statistic_deaths% variables. ive tried a few things but i just cant seem to get it to run. thank you!
 
i am kind of new to skript in general and im making a minecraft server which ive had a few people pop in and reallyt seem to enjoy... however, i am trying to make a skript that will auto assign ranks based on how many kills a player has. now- idk if this makes it simpler or not, but i also use placeholderapi and i use the %statistic_player_kills% and %statistic_deaths% variables. ive tried a few things but i just cant seem to get it to run. thank you!
Make sure you can get values of the player kills first (Like, try check the amount and stuff and running statements when it updates). My recommendation is on a death event, run a function that uses the attacker and then set the player's group based on their kill count from that event so it updates smoothly in game.