Solved console cant execute skript commands

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

    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.

Adrihun

Member
Feb 1, 2017
368
6
0
Hi, thanks for clicking on my post. I have a small problem. I made a broadcast script (/broadcast) and whenever i type in /broadcast Hi in console, console will say "Unknown Command" after it has been executed. So it will work but it will say "Unknown Command" After. Is there any way to fix this? I'm running Spigot 1.8.9 with Skript 2.2dev 22f if that helps.
 
Can u show me your skript?

code_language.skript:
command /say [<text>]:
    permission: server.say
    permission message: &c That command does not exist.
    executable by: console and players
    trigger:
        if command sender is console:
            if arg 1 is not set:
                send "&cWrong usage. Try again with &e/say <text>&7."
                stop
            play raw sound "block.note.pling" at all players with pitch 1 volume 10
            broadcast "&c%colored arg 1%"
            stop

Please respond xD
[doublepost=1490558163,1490557232][/doublepost]
Can u show me your skript?
helpp xDDD
 
You can't disable that. That is built into script itself and cannot be removed. I get that too.
 
Status
Not open for further replies.