Solved Colours is not working

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

Keynadi

New Member
Aug 29, 2018
5
0
0
21
So, I have a code from https://forums.skunity.com/resources/iessentials.425/

command /gmc [<player>]:
aliases: creative
permission: gamemode.creative
permission message: &cYou do not have permission for this command!
trigger:
if argument 1 is not set:
set player's gamemode to creative
message "&6Set game mode &ccreative &6for %player's display name%&6." to sender
else:
argument 1 is online
if sender has permission "gamemode.creative.others":
set argument 1's gamemode to creative
message "&6Set game mode &ccreative &6for %player's display name%&6." to sender
else:
message "&cYou do not have permission for this command!" to sender

and for some reason "permission message: &cYou do not have permission for this command!" is not colored. the example is on a screenshot. Is it a bug or I'm just dumb? Paper 1.13.2
Screenshot_1014.png
 
Update Skript, this was a bug before dev37c
 
  • Like
Reactions: Beitrag
Its a bug that they already know about
For the time being you can use the symbol `§` instead of `&` for colored permission messages
 
Its a bug that they already know about
For the time being you can use the symbol `§` instead of `&` for colored permission messages
Screenshot_1015.png

Same
I already tried <red> and \u00A7c they are not working
[doublepost=1548660967,1548660581][/doublepost]Oh, now it's working. You need to use UTF-8 not ANSI, but I used ANSI. Thank you for help
 
Status
Not open for further replies.