Welcome message not appearing because of formattingSolved
So I tried changing the welcome message in the lang file from one super long line to:
[
"<size=17>Welcome to the <color=#00FFFF>Wise Dragons Waste Land Server</color></size>\n",
"--------------------------------------------------------------------------\n",
"<color=#0099CC>•</color> Type <color=#red>/info</color> for all available commands\n",
"<color=#0099CC>•</color> Read the server rules by typing <color=#red>/info</color>\n",
"<color=#0099CC>•</color> Have fun and respect other players"
],

And what im guessing is improper formatting it errored out to hell and back again XD So what Im asking is it possible to get is the proper formatting so that I could use this is my lang file? I would also like to use a version like this across the join messages as well but want to change the lang file to be able to use the above formatting
Unfortunately, That isn't going to work
You will need to add all in one line with a \n
Is there a character limit? Im trying to add colors to the -'s and now all im getting is a blank space? The addons compiling so no errors there.

Heres my lang file:
<size=17>Welcome to the <color=#00FFFF>Wise Dragons Waste Land Server</color></size>\n<color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color><color=#00FFFF>-</color><color=#8C00FF>-</color>\n<color=#0099CC>•</color> Type <color=red>/info</color> for all available commands\n<color=#0099CC>•</color> Read the server rules by typing <color=red>/info</color>\n<color=#0099CC>•</color> Have fun and respect other players",


keep in mind I did change it back to all 1 line.. joys of forums XD

Merged post



I guess it does have character limitations because after I grouped the -'s into 8's then I was able to get it to work  right.
Using too much formatting in Rust in a single message will cause it to not show at all.
Locked automatically