DiscordSRV
How to support DiscordSRV
Initial setup
Follow guide on https://docs.discordsrv.com/installation/initial-setup
Global message
To make global messages sync with discord, you don't need to do any additional steps. From version 1.1.8 we do this on your part. Only thing you might need to turn off is UseModernPaperChatEvent
, but that's set on false on default, so just double check that.
Channel message
To make the channels work, you need to do only one additional step, and that's to declare the discord channels in config.yml with AdvancedChat Channel ID.
Here is an example:
Here's the channels configuration in AdvancedChat:
Make sure your DiscordSRV/config.yml file either doesn't contain or has set RespectChatPlugins
to true, otherwise cancelled messages will still go through to discord
Discord -> Minecraft doesn't work
If Discord messages are not being shown in Minecraft or the console has errors, please try the latest SNAPSHOT build of DiscordSRV before creating a github issue. You can download it here:
Last updated