Skript Command

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

Status
Not open for further replies.

notblueblob67

Member
Sep 13, 2019
40
1
0
Hey

I am new to Skripting and am looking to make a /rank command for my server. I currently have literally no clue how to run a command (instead of sending a message) that is pre-exsisting. Anyone have any ideas lol? I've got as far as...
Code:
command /rank <name> <group>:
    trigger:
xd I'm not really interested in adding a description, permissions etc. until I've got the command working.

Anyone got any ideas?
[doublepost=1568405992,1568405955][/doublepost]I look like such a noob in this post but I really have only just started and I'm not too sure on how to do certain things.
 
Hey

I am new to Skripting and am looking to make a /rank command for my server. I currently have literally no clue how to run a command (instead of sending a message) that is pre-exsisting. Anyone have any ideas lol? I've got as far as...
Code:
command /rank <name> <group>:
    trigger:
xd I'm not really interested in adding a description, permissions etc. until I've got the command working.

Anyone got any ideas?
[doublepost=1568405992,1568405955][/doublepost]I look like such a noob in this post but I really have only just started and I'm not too sure on how to do certain things.
In skript(vanilla) there are no such expressions as "name" or "group". Try this:

code_language.skript:
command /rank <offline player> <string>:
    trigger:
 
Status
Not open for further replies.