🎭Channels

A system to reach a group of player ("multicast")

How can I see messages from a specific channel?

You need to have read and/or write permission for the channel: redischat.channel.channel-name -> Read AND write redischat.channel.channel-name.read -> Read redischat.channel.channel-name.write -> Write

For example, to read and write on the "public" channel it's redischat.channel.public

If you want to hide a channel from a player, use: redischat.hidechannel.channel-name

Commands

/channel or /channels or /ch

You'll need redischat.channelgui to open the GUI (by default it is on true)

Opens the channels GUI

Channel GUI

/channel create <channelName> <rate-limit> <rate-limit-seconds> <filtered> [proximityDistance] [discordWebhook] [shown-by-default] [permission-required]

Rate limit : It's the message limit every "rate-limit-seconds" seconds

Filtered : Whether to filter out swear words or not (word-blacklist inside config.yml)

Proximity : Local "Proximity" chat

Discord webhook : Webhooks

Shown by default : If the channel is shown by default inside channels GUI or you need the permission redischat.showchannel.channelName

Permission required : Whether to apply permission requirements as specified at the start of the page or not

/channel setformat <chat message format>

You can use Minimessage Viewer to edit the format

/channel force-listen <playerName> <channelName>

Force a player to write inside a channel

/channel setdisplayname <channelName> <displayName>

Permission redischat.changedisplayname is required

Last updated

Was this helpful?