Release 1.2.0
- 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 totrue
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.
Classifiers:
none - Regular JAR, with all dependencies shadowed/shaded in.
-sources
- Sources jar, for use when developing against the mod.
-lite
- Lite jar, containing none of the dependencies. Usually no reason to use this.