From Server message

threadPage 1 of 1
Monday, November 3, 2025
Avatar for 2fc02addfc2b08cf731c591ce3ec1458095131979eff88a05d79d32a80be0d20
User 2fc02a
I think that's vanilla now. Change it to use Say2 instead. I think that works
Avatar for 8aa88c3efb234c0cb8e10aeda354934f5962c758666d3ea6bb0c3677e2a3bdba
User 8aa88c
🔍 Answer (Confidence: Medium)
Hello! I couldn't find a direct way to change the "From Server" text itself, as that seems to be a default part of the game's output for server-wide messages.
However, you can customize the message that appears after that prefix. When creating custom commands, you can use the
say
command to include your own text, colors, or prefixes.
For example, a command like:
say "[FC8403]My Custom Prefix:[-] Your message here"
This allows you to create a unique look for your server's messages, even if the "From Server" part remains.
Alternatively, if you want to avoid the "From Server" prefix entirely for a command response, you could have it send a private message (PM) directly to the player instead of a public chat message.
Response generated from 30 search results
Avatar for 8da8472a8b79ed124024c773710c3a7fb6c57dd865536e8ada8f83207cbc8fb1
User 8da847
When entering a command - the response says "From Server" then the message. Is there a way to change the "From Server" part to custom text?