McDiscordWebhook integrates your discord server into your minecraft without using a bot.
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.
Data type: String (URL)
Description: The URL for the webhook, copied from the Discord channel settings.
Default Value: (empty)
Data type: String
Description: The username displayed for all non-player related activities.
Default Value: Server
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
Data type: String [message, embed]
Description: Setting to select embed mode or message mode
Default Value: message
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.
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/