Not the way it is but I'll add that.
What do you mean?
ColouredNames
Moved
Total Downloads: 4,813 - First Release: Sep 30, 2015 - Last Update: Mar 29, 2017
- 5/5, 13 likes
-
PsychoTea updated ColouredNames with a new update entry:
v1.2.4
-
-
hello
i have a problem! if i set my namecolour to red and i write something, it apperars in blue (default) and a second time in red - how do i fix it?
sorry for bad english iam from austria
best rg
Harvest -
-
So ive reinstalled this plugin, how do I go about removing all the old colorednames permissions ive given? Thanks.
-
http://clip2net.com/clip/m306523/aea7a-clip-6kb.jpg?nocache=1
[DOUBLEPOST=1490043819][/DOUBLEPOST]but the plugin works fine. we just dont should use plugin like BetterChat. -
is it possible that you can have muliple colors in the name as a rainbow? adding more than one hexcode/and or colour at a time?
-
-
PsychoTea updated ColouredNames with a new update entry:
v1.3.0
-
-
so yeah i loaded the new verison of the plugin and i go into console and type in console command and says colourednames doesn't exist
-
Wulf Community Admin
-
Hi i think your plugin really great
But I have discovered an error
If someone the name of the color writes wrong then stands the html code before the name and that does not look beautiful.
You can perhaps insert a rule if a user the name of the color or the format wrongly writes that then a message comes and the user must try again?
In the Picture is e example: the user write /colour #extrafalsch and it looks like so
https://i.imgur.com/NfAZXYv.jpg
Many ThanksAttached Files:
Last edited by a moderator: Mar 27, 2017 -
-
As far as I can think, there's no easy way to detect whether a colour is "invalid" or not, without doing some very specific checks (is colour "red"? or "blue"? or "lightblue"? does it look something like this "FF0000"?) - we could go on for days like that.
Maybe if some other smart people have any ideas? -
Wulf Community Admin
-
Code:
bool IsValidColor(string input) { //regex from http://stackoverflow.com/a/1636354/2343 how to identify a given string is hex color format if(Regex.Match(input,"^#(?:[0-9a-fA-F]{3}){1,2}$").Success) return true;var result = System.Drawing.Color.FromName(input); return result.IsKnownColor; }
-
can i copy this and paste in the cs ?
-
I'll get this added in the next update.
-
I prefer it when they add it with the next update
Many Thanks !!!!