Releases: okocraft/DiscordChatBridge
Releases · okocraft/DiscordChatBridge
Version 2.1
- Change: If the message from Discord is multi-line, it will be sent to Minecraft in separate lines.
- Update dependencies: JDA, slf4j, configapi
Version 2.0
There are a lot of differences between versions 1.13 and 2.0, due to rewrite of the plugin.
From this version, the implementation for vanilla chat is added, and compatibility for Spigot is now supported.
The config.yml
and format.yml
have also been partially changed, so it is recommended to delete or rename them and reconfigure them.
Version 2.0-SNAPSHOT
- Rewrite codes
- add spigot support
- add vanilla chat support
- Need to update config.yml and format.yml
Version 1.13
- Update dependencies
Version 1.12
- fix: 参加済みプレイヤーの記録のトリガーミス
Version 1.11
- サーバーに参加していないプレイヤーのログアウトメッセージが送信されないようにする
- ライブラリの更新
Version 1.10
- Update dependencies and remove unused dependency.
- Update internal codes and improve performance.
Version 1.9
- [Change]
@everyone @here
を制限し、ユーザー宛メンションとチャンネルが反映されるようにする - [Clean] コードのリフォーマット
Version 1.8
- [Change] メンションを反映する種類を制限する
- [Clean] コード改善
Version 1.7
- [Change] discord bot へのログインに失敗した時に警告ログを流す
- [Cleanup] 重複しているコードを削除する
- [Update] some dependencies