Is there syntax for server

scm1893

New member
I want to list some rules on the server Login Confirmation page, but all I get is one long paragraph. I found this, from SylenThunder in an archived thread.

Just use regular line breaks.

"This is line 1

This is line 2

This is line 3"

Be aware, that it will shrink the text to fit the window, so if you put a huge amount of stuff in there, it will end up really small.

Also, fun fact. You can use color codes as well.

"[0F52BA] Please read the /rules before gaming on this server. Not knowing is not an excuse! [-]"

First []s creates the color, the [-] ends it. Use regular HTML color codes.
I can't get this to work. Any symbol I use for a line break is just added to the paragraph.

How do we get proper line breaks?

 
this works for me so try this:

rule1
\nrule2
\nrule3
\nrule4
\n\n\nreminder, we dont like cheaters.




also, i purposely hit enter after each line just to show you what is in there but it can be 1 long line and still show up on the finished product. (so NO you dont have to hit enter after each line).

final should look similar to this:

Code:
rule1
rule2
rule3
rule4


we dont like cheaters
 
Last edited by a moderator:
Back
Top