Skip to content

v3.0.0

Compare
Choose a tag to compare
@fabianmakila fabianmakila released this 16 May 14:14
· 65 commits to main since this release
f0ea468

WebhookChatLogger is now WebhookLogger!

The scope of the plugin has expanded and WebhookLogger can now log more variety of events in addition to the existing chat event. This includes events such as commands, player deaths and player joins/quits.

Please note that this is a new major version which comes with breaking changes.

Configuration changes

With the name change the configuration directory has also respectively changed to plugins/WebhookLogger.

The configuration has also split into two seperate files now that there are more events. All configuration options for each event is now under the events.yml configuration file where rest of the settings remain in the config.yml file.

WebhookLogger plugin folder

The Discord webhook configuration now takes a URL instead of ID and token. This is one less step for the end user and will simplify the configuration process.

Discord configuration section