Log admin actions to Discord with webhooks!
Plugin features:
- Log admin commands to Discord webhook.
- Log items crafted in GCM to Discord webhook.
- Customize commands highlighting.
- Add ignored commands.
- Change formats and colors of displayed webhook embed messages.
Commands:
AdminLogger.Reload - Reload plugin configuration.
JSON:
{
"Webhooks": {
"WebhookLink": "WEBHOOK_LINK_HERE", # Webhook link where to post commands.
"CraftWebhookInterval": 3, # Time for crafts to send in discord.
"CraftWebhookLink": "WEBHOOK_LINK_HERE", # Webhook link where to post what admins craft in GCM.
"CraftingColor": "98B6FF", # Crafting webhook HEX color.
"CraftContentFormat": "**Admin** {0} crafted **{1}**\n**EOSID:** {2}", # Crafting description format.
"DefaultColor": "FFFFFF", # Default commands HEX color.
"HighlightColor": "FFEC98", # Highlighted commands HEX color.
"AlertColor": "FFBA98", # Alert commands HEX color.
"AlertMention": "<@&1155941172498399345>", # Role to mention when alert command fires.
"ContentFormat": "**EOSID:** {0}\n **Command:** {1}" # Description format.
},
"IgnoreCrafting": [ # Names to ignore in crafting.
"Tek Foundation"
],
"IgnoredCommands": [ # List of ignored commands.
"walk",
"fly"
],
"HighlightCommands": [ # List of highlighted commands.
"gcm"
],
"AlertCommands": [ # List of alert commands.
"ban"
]
}