promotional bannermobile promotional banner

Concord

A Discord chat integration mod.

File Details

v1.2.0

  • R
  • Mar 29, 2021
  • 7.47 MB
  • 280
  • 1.16.5
  • Forge

File Name

concord-1.16.5-1.2.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:concord-418010:3254543")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Update to Minecraft version, Forge, and dependencies

    • Minimum required Forge version is now 1.16.5-36.0.52.
  • Backend changes, such as a new versioning model and using ForgeGradle 4

  • Fix inverted use of integrated server config setting

    • Previously, the config setting was interpreted in the opposite way as marked (having it to true would disable, and vice-versa).
  • Add hook into /say command

    • A new config setting (enabled by default) enables a hook into the /say command, allowing server owners to communicate from their console. This works with anything that can use /say (players, console, command blocks, entities via /execute).
  • Add config settings for controlling mentions

    • A new config category for mentions is added, to allow control on whether mentions in messages from Minecraft to Discord cause pings. There are 4 options to control: a global mentions settings (controls the others), public mentions (@everyone and @here, disabled by default), user mentions, and role mentions.
    • User and role mentions work when manually using the mention syntax (<@00...0> and <@&00...0>) respectively. These mentions are still controlled by the permissions granted to the bot user (for example, messages cannot ping @everyone even when enabled in the settings if the relevant permission is not granted to the bot).
  • Remove invite URL from logging Note: previous versions of Concord would log an invite URL to the logfile when the discord integration is enabled. Please scour your logs to remove this invite URL.