Author Topic: Special Chat Commands?  (Read 855 times)

I know when you first join a server, it says your name and "welcome to blockland etc etc" but I forget the special chat command for that. can someone please tell me what it is and if there are any others?

you can get RTB its working and just go in admin menu and press server settings the green button and then there shuold be a option for it

if that doesnt work well i cant rember the command for it

You can either use RTB to change it, or manually change it via the server console by typing in something like:
$pref::server::WelcomeMessage = "\c3Welcome to Blockland, %1";

My mistake, it would be \\c3 not \c3 to add in the colours. You can also use the <color:######> hex codes. If you want to know all the numbers for the \c# then do /colorTest on any server you're SA on.

My mistake, it would be \\c3 not \c3 to add in the colours.

\c3 is correct

Wouldn't it be \\ as expand escape seems to be called on the string before it gets saved? Or is that just a thing RTB does?

Wouldn't it be \\ as expand escape seems to be called on the string before it gets saved? Or is that just a thing RTB does?
When you enter \c3 in the text field in server control you'll get the 3 characters \ c 3 in the string. RTB turns it back into a single \c3 character.