[CSO] GrantGunz™
[CSO] GrantGunz™
BBattleMetrics
Created by [CSO] GrantGunz™ on 5/23/2025 in #support-forum
Someone has already enabled RCON?
No description
12 replies
BBattleMetrics
Created by [CSO] GrantGunz™ on 5/12/2025 in #support-forum
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": []
}
22 replies