• 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!

notblueblob67

Member
Sep 13, 2019
40
1
0
Category: Skript, Command, Rank, LuckPerms

Suggested name: LuckPerms /rank

Spigot/Skript Version: Latest

What I want: A skript that creates the command /rank that runs the luckperm command /lp user <player> parent add <group>
.

Ideas for commands: /rank <player> <group>

When I'd like it by: Doesn't really matter but as soon as possible
 
I didn't tried this but you can try:
code_language.skript:
command /rank <offline player> <string>:
    trigger:
        player command "/lp user %arg 1% parent add %arg 2%"
I don't know what else you can add to that unless you want something more personalized.
 
I didn't tried this but you can try:
code_language.skript:
command /rank <offline player> <string>:
    trigger:
        player command "/lp user %arg 1% parent add %arg 2%"
I don't know what else you can add to that unless you want something more personalized.
I already got a working one, thanks though!