Page 1 of 1

color titles

Posted: August 6th, 2011, 7:03 pm
by gingernut84
hey there. i was in fraft server and noticed fragmer had color name. as im setting up an fcraft server soon i was wondering how u could do this. thanks :happycreeper:

Re: color titles

Posted: August 6th, 2011, 7:34 pm
by Sanjar Khan
Wrong section sweetheart.

Re: color titles

Posted: August 6th, 2011, 8:08 pm
by boblol0909
Open up the fcraft software in visual c#. Go to PlayerInfo.cs in the Player folder on the fCraft project. Go down to line 773 (you may have to open up a region) to where you see "public string GetClassyName()". Find the line that says something like "if( Name == "somename" ) return "somecolorcodeandname;". Replace somename with the username and somecolorcodeandname with color codes and the username to be displayed. For example: "if( Name == "boblol0909" ) return "&4boblol0909";" That would make my name red. You can do multiple color codes.