Resource icon

Free Tribe chat logger 1.21

No permission to download
This resource is free
Simple plugin that forwards tribe chat messages from your ARK: Survival Ascended server to Discord.


What gets logged

  • Character name
  • Tribe name and ID
  • Map name
  • Player ID
  • Message content
  • Timestamp

Features

  • Discord webhook integration
  • Custom message format with placeholders like {CharacterName}, {TribeName}, {Message}, {Timestamp}
  • Easy setup via config.json



  • Code:
    {
        "Discord": {
            "Enabled": true, // Enable or disable Discord integration
            "WebhookURL": "https://discord.com/api/webhooks/YOUR_WEBHOOK_HERE", // Discord webhook URL
            
            // Message format configuration customize how chat messages appear in Discord
            // Supported placeholders:
            //   {MapName}  Server map name example: Thecenter_WP
            //   {TribeName}  Tribe name
            //   {TribeId}  Tribe ID
            //   {CharacterName} - Character name
            //   {PlayerId}  Player data ID
            //   {Message}  Chat message content
            //   {Timestamp}  Time in HH:MM:SS format
            "MessageFormat": "**[{MapName}]** {TribeName} ({TribeId}) - **{CharacterName}** [ID: {PlayerId}]: {Message} [{Timestamp}]"
            
            // Format examples:
            // Simple: "[{CharacterName}]: {Message}"
            // With tribe: "{TribeName} - {CharacterName}: {Message}"
            // With timestamp: "{CharacterName}: {Message} [{Timestamp}]"
        }
    }
Author
Fonzie
Downloads
12
Views
795
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Fonzie

Latest updates

  1. Added local chat logging

    Added local chat logging
Back
Top