Sends a webhook when a moderation command is executed.
Compatible with LiteBans ONLY!
Sends an embed similar to
BanAnnouncer but only requires a webhook instead of Discord Bot.
Commands:
/litebanswebhook - Reloads the plugin
Embeds:
When loading the plugin for the first time, JSON files will be added to a folder "embeds" when loading for the first time, this lets you customize what gets sent in the embed.
Example:
Code (Text):
{
"embeds": [
{
"title": "New Punishment :timer:",
"description": "The player `PLAYER` was ip-banned by `EXECUTOR` for `REASON` DURATION",
"color": "16711680",
"footer": {
"text": "Powered by LiteBans Webhook"
}
}
]
}
The placeholder
PLAYER outputs the player receiving the action
The placeholder
EXECUTOR outputs the person sending the action
The placeholder
DURATION outputs the duration of the ban/mute
Showcase:
If you encounter any errors please contact me on
Master Haxixu#1602