Skip to content

yo56789/McDiscordWebhook

Repository files navigation

McDiscordWebhook

McDiscordWebhook integrates your discord server into your minecraft without using a bot.

GitHub License GitHub repo size Static Badge

Quick Start

Install the mod, and run it for the first time. The mod will generate a config/mcdiscwbhk.properties file with mod configuration in it. Modify these properties to suit your needs.

Config Documentation

webhook-uri

Data type: String (URL)
Description: The URL for the webhook, copied from the Discord channel settings.
Default Value: (empty)

server-webhook-name

Data type: String
Description: The username displayed for all non-player related activities.
Default Value: Server

user-avatar-url

Data type: String (URL)
Description: The URL for accessing player heads, with the player's UUID replaced with %s
Default Value: https://mc-heads.net/avatar/%s

webhook-mode

Data type: String [message, embed]
Description: Setting to select embed mode or message mode
Default Value: message

Events

All settings prefixed with event- are messages that get sent when an event is triggered. More information for each event is shown in the config file.

Build

Run these commands in order:

git clone https://github.com/yo56789/McDiscordWebhook.git
cd McDiscordWebhook
./gradlew genSources
./gradlew build

The completed mod file should be available in target/

About

Connects a minecraft server to discord via webhooks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages