Make console execute command "/plz readlmao"

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

FireRoz

Active Member
May 28, 2020
133
6
18
yo

I want to make console execute a command. I saw a post about this before, but it didn't help at all.

I did this simple Skript

command /tag rainbow:
permission: tag.rainbow
permission message: &cYou don't have permission to use this tag
trigger:
send "&aSuccessfuly changed to tag &cR&6A&EI&AN&BB&9O&5W&0&a!" to player
make console execute command "/lp user %player% meta setsuffix "&cR&6A&EI&AN&BB&9O&5W""

And ye, I know that there is many quotes but I need it. And it's not making the console execute the command. I have no idea why please tell me

any suggestions?

EDITED: I did the spacebar when needed. Skript didn't tell me that anything is wrong besides that it's not a text??
 
If you need quotes inside quotes, double them
Code:
make console execute command "/lp user %player% meta setsuffix ""&cR&6A&EI&AN&BB&9O&5W"""
 
Status
Not open for further replies.