© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
BattleMetricsB
BattleMetrics•9mo ago•
21 replies
GrantGunz™

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
Screenshot_6.png
Jump to solution
BattleMetricsJoin
4,200Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Player Message
BattleMetricsBBattleMetrics / support-forum
9mo ago
Why can't I tag message of Admin Command trigger?
BattleMetricsBBattleMetrics / support-forum
2y ago
7 Days to Die - Joining Trigger - Triggers Twice
BattleMetricsBBattleMetrics / support-forum
2y ago
colors trigger
BattleMetricsBBattleMetrics / support-forum
3y ago