Changelog
This is almost complete redesign of the plugin bringing many new features and improvements. This also means that the config will need to be regenerated for the plugin to function properly.
❗Please delete the old config when updating the plugin!❗
Message format
The message format is no longer under the Discord section and instead is shared between webhooks. In addition, the format now supports MiniMessage alongside MiniPlaceholders. Keep in mind that webhooks might not support all the formatting options such as colors.
Thanks to MiniMessage there are now more built in placeholders such as <author_display_name>
and <timestamp>
.
Discord
The Discord client got also a complete redesign in this update. The messages are now bundled together and sent as a single message every x seconds which significantly reduces the amount of post requests made to Discord. This means that when setup properly WebhookChatLogger should no longer hit rate limits even with hundreds of players online.
You can also now configure text replacements such as replacing "@" with "(at) which prevent's people from tagging people or roles. The replacements also support regex so you can also use it to replace more complex patterns when needed.
The messageStyle
config option was removed as being redundant due to the features described above.
There is also new guide on setting up the discord webhook on the wiki found here.