Solved question

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

X2S

Member
Jul 8, 2021
4
0
1
23
How I can define my prefix for command messages?

Everytime when I want to send a message to a player with info, im getting bored with typing or pasting prefix.

I want to defne "&6&lSA:MC" as %prefix% or something else.

And use as

send "%prefix% &7You dont have permission for that command."
 
Code:
on load:
    set {prefix} to "&6&lSA:MC"

send "%{prefix}% hi"

or just use options
 
Last edited:
Status
Not open for further replies.