๐ŸŽ—๏ธTeamChat Command

Team Chat Command

Use /teamchat <Message> to send important team-only messages. The server name appears next to the sender's name for clear identification.

The text enclosed in ( ) brackets represents the player's current server when executing the /teamchat command. This helps in identifying the origin of the message.

Settings

Find settings in MongoDB:

db.getCollection('settings').find({ "name" : "TeamChat" })

Default settings:

{
    "_id" : ObjectId("65d0376aff505c92b3a28766"),
    "name" : "TeamChat",
    "config" : {
        "tcprefix" : "ยง7โ€ขยง8โ— %col1%ยงlTeam%col2%ยงlChat ยง8ยปยง7 ",
        "format" : "%tcprefix% ยง7%player% ยง8(%col2%%server%ยง8) ยง8ยป ยง7%message%",
        "consoleName" : "(Console)"
    }
}

Last updated