Cuberite Forum

Full Version: How to negate the @
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
I'll look into it tomorrow. It should be fairly simple to fix.
I've fixed it in https://github.com/mc-server/Core/pull/139

You can use "@@"
EDIT:
And it's merged into the core.