Colors in arguments

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

zuhir__

Member
Feb 16, 2017
14
3
3
Code:
command global [<text>]:
    aliases: g, glob
    permission: global.perm
    permission message: &cError.
    trigger:
        if arg-1 is set:
            loop all players:
                send "&6[GLOBAL] &e%executor% &8&l»&r %arg-1%" to loop-players
        else:
            send "&cWrite an message." to player

On put /g &dHi the color don't work

Fail.png
 
  • Like
Reactions: couger44
code_language.skript:
command /g [<text>]:
    trigger:
        if arg-1 is set:
            broadcast "&6[GLOBAL]&7 %player% &8&l> %coloured arg-1%
        else:
            send "&cYou need to write some text"
[doublepost=1491701717,1491701659][/doublepost]is easy ...
 
code_language.skript:
command /g [<text>]:
    trigger:
        if arg-1 is set:
            broadcast "&6[GLOBAL]&7 %player% &8&l> %coloured arg-1%
        else:
            send "&cYou need to write some text"
[doublepost=1491701717,1491701659][/doublepost]is easy ...
... OMFG I'M STUPID XD. Thanks <3
 
Status
Not open for further replies.