How to negate the @
#1
So trying to edit my MOTD and add an email address for players for contact to report bugs etc....


but everytime I put @ it changes to the color that the first letter of the email links with the @. so like in linux or php or most any language whats the way I can use the @ symbol as just an @ that is sitting beside a letter used in the color codes....

example

email@easy.com returns the MOTD > Hey email bug reports to emailasy.com

how it should function is similar to linux folders when designating the next area is a space with a \ (can be any usable symbol does not have to be a slash)

vi /home/user/Folder\ with\ spaces\ in\ it/somefile.txt

So for the MOTD it would be:
email@\easy.com > Hey email bug reports to email@easy.com

if this is in the game how do I accomplish this?

If this is NOT in the game can it be added?

Edit: Had to do a few edits to add missing parts that in my head I said I already typed.
Reply
Thanks given by:
#2
I'll look into it tomorrow. It should be fairly simple to fix.
Reply
Thanks given by:
#3
I've fixed it in https://github.com/mc-server/Core/pull/139

You can use "@@" to get a single "@"
EDIT:
And it's merged into the core.
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)