Solved change commnad

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

Fain

Member
May 19, 2020
19
1
3
23
Category: Skript

Suggested name: Skills

Spigot/Skript Version: Latest

What I want:
i want to change this commnad-> /frpg To ->/skills it possible?
Ideas for commands: /skills,/skill

Ideas for permissions: Nothing?

When I'd like it by: As fast as possible
 
I don't know how many arguments the /frpg command has (I don't even know what plugins it's from). I've assumed 3 arguments.

Code:
command /skills [<text>] [<text>] [<text>]:
    aliases: /skill
    trigger:
        make player execute command "frpg %arg 1% %arg 2% %arg 3%"
It might need a / at the start of the frpg command on the last line, I can't remember.
 
I don't know how many arguments the /frpg command has (I don't even know what plugins it's from). I've assumed 3 arguments.

Code:
command /skills [<text>] [<text>] [<text>]:
    aliases: /skill
    trigger:
        make player execute command "frpg %arg 1% %arg 2% %arg 3%"
It might need a / at the start of the frpg command on the last line, I can't remember.
Oh thank you i know how to do that im done with it :emoji_slight_smile: