Setup Discord Channels
Navigate to your
/plugins/PrivateChats/chats.ymlUnder the chats you wish to intergrate discord into you need to add the following:
discord:
id: CHANNEL ID
embed:
author: "%name%: %message%"
authorIcon: "https://crafatar.com/avatars/%uuid%/?overlay=1"
title: "%name%: %message%"
description: "%name%: %message%"
footer: "%name%"
footerIcon: "https://crafatar.com/avatars/%uuid%/?overlay=1"
timeStamp: true
colour: "#ff0d00"If you don't a feature of the embed, you can remove it, for example:
discord:
id: CHANNEL ID
embed:
description: "%name%: %message%"
colour: "#ff0d00"Full Example:
Last updated
Was this helpful?