SR's Admin Logger

Free SR's Admin Logger 1.0

No permission to download
This resource is free

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"
    ]
}

Author
srdev
Downloads
58
Views
783
First release
Last update
Rating
5.00 star(s) 4 ratings

More resources from srdev

Latest reviews

Great plugin to monitor what your admins are doing! A must have!
Top plugin with many possibilities
Allows you to know everything about your Admins, very useful to avoid abusing commands
As server owner now i can see what the admins are doing on my private discord text channel. So i can see who is doing their job correctly ;-)
Back
Top