Poll

Was this helpful?

Yes
1 (100%)
Kind of
0 (0%)
Sort of
0 (0%)
No
0 (0%)

Total Members Voted: 1

Author Topic: Welcome message not working  (Read 1135 times)

Hello,
For some reason my welcome message is not showing up when someone joins my server.  I'm pretty sure I'm doing it right because it has worked before.  It stopped working after the v20 update.  Anyone else have this problem?

It would seem that if your welcome message has more than 3 colors in it, it wont show up..
At least not for me after V20..

Lol that was fast.  Do you mean colorizing it like FFFFFF: Hello?

Except adding more colors?


an addon could be breaking it

Put a backslash before apostrophes and it should work again

What apostrophes?  And if an addon is breaking it, do you know of any that are suspect swollow?

Set the message to this and tell us if it works then:

Quote
\c2Welcome to Blockland, %1.

What apostrophes?  And if an addon is breaking it, do you know of any that are suspect swollow?
Example, if your welcome message is like this:
Code: [Select]
Welcome to my server, don't forget to read the rules!would need to be
Code: [Select]
Welcome to my server, don\'t forget to read the rules!I don't have my welcome message with the top code but I have it with the bottom one.

Put a backslash before apostrophes and it should work again

WOOT! Thanks, it's working now.