Skip to content

CrewChat 0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattboy9921 mattboy9921 released this 12 Aug 20:26
· 157 commits to master since this release

This update adds muting/deafening, switches to the Adventure API for messaging and completely overhauls Discord integration.

Muting allows a player to mute another player for 24 hours. This mutes the target player to the command sender only. Muted players do not know they are muted.

Deafening will essentially stop all chat messages from reaching the command sender. Deafening stays enabled until the player undeafens or logs out.

With Adventure:

  • Chat colors can now be set with RGB codes
  • Messages have tags (<example>) that get replaced with text/formatting/colors
  • Statuses can have colors
  • Text supports markdown in chat and to/from Discord

Previously, messages sent in game would trigger an interaction with DiscordSRV to send them to a Discord server chat channel. Now, it is much more intelligent.

  • It is possible to link one or multiple in game channels to a Discord channel.
  • Each channel can also be excluded from Discord via the config.
  • It is possible to show the channel a message came from in game on Discord on a per channel basis.
  • It is possible to show the channel a Discord message came from in game.
  • Discord integration can be disabled entirely and automatically checks for a proper configuration.