From Server message
threadPage 1 of 1
Monday, November 3, 2025
User 2fc02a
I think that's vanilla now. Change it to use Say2 instead. I think that works
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.
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.
Sources:
• Takaro Documentation: serverMessages | Takaro
• Takaro Documentation: Writing Takaro Modules | Takaro
• CSMM Documentation: # Getting started tutorial
• Takaro Documentation: playerOnboarding | Takaro
• CSMM Documentation: # Modding your server
• Takaro Documentation: serverMessages | Takaro
• Takaro Documentation: Writing Takaro Modules | Takaro
• CSMM Documentation: # Getting started tutorial
• Takaro Documentation: playerOnboarding | Takaro
• CSMM Documentation: # Modding your server
Response generated from 30 search results
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?