Player Message Trigger

Setup a trigger to log commands executed by my admins. Only pulls {{msg.body}}. Wont pull {{user.nickname}} or {{server.name}} even though those are conditions for the trigger type. What am I doing wrong?
{
"content": null,
"embeds": [
{
"title": "{{user.nickname}} | Executed Command",
"description": "**Command:** {{msg.body}}\n**Server:** {{sever.name}}",
"color": 15273743,
"footer": {
"text": "Developed by GrantGunz"
},
"timestamp": "{{timestamp.iso8601}}",
"thumbnail": {
"url": ""
}
}
],
"attachments": []
}
{
"content": null,
"embeds": [
{
"title": "{{user.nickname}} | Executed Command",
"description": "**Command:** {{msg.body}}\n**Server:** {{sever.name}}",
"color": 15273743,
"footer": {
"text": "Developed by GrantGunz"
},
"timestamp": "{{timestamp.iso8601}}",
"thumbnail": {
"url": ""
}
}
],
"attachments": []
}
Solution:
sever.name
No description
Jump to solution
14 Replies
[MIG] EOC LongBarrel
Whats the message it's triggering off? Click time stamp on one of them in activity log & screenshot
[CSO] GrantGunz™
Multiple
No description
[CSO] GrantGunz™
Ohhh 1 sec
[MIG] EOC LongBarrel
If they are executing it from within server, it won't be tied to a "User.Nickname" That is for admins issuing commands in BM.
[CSO] GrantGunz™
Oh so they have to have "Is Admin". Their SteamID tied to their BM?
[MIG] EOC LongBarrel
Yes, but that is just for BM logging & actions. Not actually linking player messages ingame to admins. Messages in games still get linked to the player profile.
[CSO] GrantGunz™
Wait...but {{user.nickname}} is a condition for Player Message type tho. Shouldn't it show it? If not player.name will work. But also {{server.name}} isn't showing either? Nvm I see what youre saying
[MIG] EOC LongBarrel
Technically the server name should link. Yeah, BM doesn't know X player profile is for X admin. The trigger and BM looks after the fact. It's not something that is held to the player profile.
[CSO] GrantGunz™
I gotcha. Changed to player.name. Server.name still not working....idk why
No description
[MIG] EOC LongBarrel
EG: Player message comes in Trigger checks conditions Player = Admin - checks against ORG User list for X steamID
Solution
Malwarê
Malwarê3w ago
sever.name
No description
[CSO] GrantGunz™
Im so dumb Thanks guys 🤣
[MIG] EOC LongBarrel
we always need more severs

Did you find this page helpful?