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

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved /rank Command

Discussion in 'Requests' started by notblueblob67, Sep 13, 2019.

  1. notblueblob67

    notblueblob67 Member

    Joined:
    Sep 13, 2019
    Messages:
    40
    Likes Received:
    1
    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
     
  2. couger44

    Supporter

    Joined:
    Feb 19, 2017
    Messages:
    714
    Likes Received:
    31
    I didn't tried this but you can try:
    Code (Skript):
    1.  
    2. command /rank <offline player> <string>:
    3.     trigger:
    4.         player command "/lp user %arg 1% parent add %arg 2%"
    5.  
    I don't know what else you can add to that unless you want something more personalized.
     
  3. notblueblob67

    notblueblob67 Member

    Joined:
    Sep 13, 2019
    Messages:
    40
    Likes Received:
    1
    I already got a working one, thanks though!
     

Share This Page

Loading...