Discord Webhooks

Module Discord Webhooks 1.0.0.0

No permission to download
Requirements
Vita-Nex: Core 4.0.0.0
Discord (Admin)
Discord Webhooks
DiscordBotUI.png

Discord Webhooks
Send messages to your shard's Discord server using Webhooks.

With this module, you can easily send any string messages to Discord using your shard's name as the user.

Includes the ability to specify a debug Webhook URL for testing the module in debug mode, so you don't interrupt your live shard's channel.

Optionally prevent repetitive messages when the "Filter Repeat" option is enabled.

The Notify broadcast feature in Vita-Nex: Core can optionally forward messages to Discord when the "Handle Notifications" option is enabled.

The PvP Battle broadcast feature in Vita-Nex: Core can optionally forward messages to Discord when the "Handle PvP Battles" option is enabled.

The bot can report the current status of the shard (Online/Offline/Crashed) when the "Handle Server Status" option is enabled.

Commands:
Send a message to Discord using:
[Discord <message>

Display the graphical admin interface using:
[DiscordAdmin

Usage:

Configure this module using the [VNC command.

Code:
Code:
// Send a typical message
VitaNex.Modules.Discord.DiscordBot.SendMessage("Hello World");

// Send an unfiltered message
VitaNex.Modules.Discord.DiscordBot.SendMessage("Hello World", false);

Notes:
The bot is not capable of receiving messages from Discord.
The "Filter Saves" and "Handle Broadcasts" options are not yet functional, but the code-behind for their functionality is included.
A core mod for RunUO/ServUO EventSink and World is required to enable these options fully and may be added in the near future.
  • Like
Reactions: ShtimusMaximus
Author
Voxpire
Downloads
138
Views
4,365
First release
Last update
Rating
5.00 star(s) 4 ratings

More resources from Voxpire

Back