Releases: okocraft/DiscordChatBridge
Releases · okocraft/DiscordChatBridge
Version 2.8
Features
- add setting of whether to send server join/leave/move messages (4109c6e)
message-sending-setting:
join: true
leave: true
switch: true
first-join: true # Requires LuckPerms
- add
chat-max-attachments
setting to limit the amount of the attachment urls (2511542)
chat-max-attachments: 0 # 0 = unlimited
Changes
- use JDA#getChannelById to get MessageChannel (7b8982a)
- skip the server which has no players on creating player list (ab6f652)
- remove color code from default messages (cd032b2)
- update dependencies
Fixes
Version 2.7
New Feature
- Add setting to enable/disable role-prefix and setting to limit using colors in the name
allow-colors-in-name: true # specifying the role name to limit using colors to only people who have that role.
Updated dependencies
- JDA 5.0.0-alpha.22
- slf4j 2.0.3
- jackson-databind 2.13.4.2
- maven-shade-plugin 3.4.1
Version 2.6
New Features
- Add a message for first joined player
Changes
- The default setting of the bot's activity type (
discord.activity.type
in config.yml) has been changed toPLAYING
- The traditional default value of
DEFAULT
is recognized asPLAYING
.
- The traditional default value of
discord:
activity:
- type: "DEFAULT"
+ type: "PLAYING"
-
Improve mention handling
-
Enable
MESSAGE_CONTENT
intent- The bot must be enabled
GUILD_MEMBERS
andMESSAGE_CONTENT
in Discord Developer Portal (see the image)
- The bot must be enabled
Fixes
- Underscores (
_
) in the player name should be escaped - Breaking changes in JDA v5
Others
- Update dependencies
Updated JDA to v5.0.0 Alpha 15
- Improve mention handling
- Responding to changes in the JDA
Updated JDA to v5.0.0 Alpha 11
Updated JDA to v5.0.0 Alpha 11
Updated JDA to v5.0.0 Alpha 4
Updated JDA to v5.0.0 Alpha 4
Version 2.5
release: version 2.5
Version 2.4
- Velocity support
- Fix using LunaChat in Spigot
- Refactor codes
- Fix bugs
- Update JDA
Version 2.3
- Limit the number of message lines when sending them from discord to minecraft.
config.yml
:
chat-max-lines: 5 # default: 0 (set 0 to make it unlimited)
- Update dependencies
Version 2.2
- Update dependencies: JDA, configapi