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
-
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
truewould disable, and vice-versa).
- Previously, the config setting was interpreted in the opposite way as marked (having it to
-
Add hook into /say command
- A new config setting (enabled by default) enables a hook into the
/saycommand, allowing server owners to communicate from their console. This works with anything that can use/say(players, console, command blocks, entities via/execute).
- A new config setting (enabled by default) enables a hook into the
-
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 (
@everyoneand@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@everyoneeven when enabled in the settings if the relevant permission is not granted to the bot).
- 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 (
-
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.

