Disable command messages

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

ItsLukass

Member
Jan 6, 2022
1
0
1
29
So i'm trying to make some of my command display custom text/prefix when executed and at the moment the command outputs in chat are double. is there any way to disable the original message?


Code:
options:
    prefix: &8[&6Meemso&8]
command /skin <text> :
    usage: "{@prefix} &cNaudokite /skin <username>."
    permission: vip.skins
    permission message: {@prefix} &cKad naudotumėte šia komandą, turite turėti VIP.
    trigger:
        make player execute command "skinsrestorer:skin %text-argument%"
        send "{@prefix} &7Jūsų skin buvo pakeistas į <&6%text-argument%&7>." to player

upload_2022-1-6_20-38-55.png
 
Status
Not open for further replies.