Skip to content

Releases: okocraft/DiscordChatBridge

Version 2.8

24 Feb 10:30
d260434
Compare
Choose a tag to compare

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

  • make the color conversion specification in Velocity the same as Bukkit/BungeeCord (de9fcd6)
  • new players are not reflected in player counts (4b8bd1b)

Version 2.7

05 Nov 07:24
8187c67
Compare
Choose a tag to compare

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

28 Sep 08:37
91badd8
Compare
Choose a tag to compare

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 to PLAYING
    • The traditional default value of DEFAULT is recognized as PLAYING.
discord:
  activity:
-    type: "DEFAULT"
+    type: "PLAYING"
  • Improve mention handling

  • Enable MESSAGE_CONTENT intent

    • The bot must be enabled GUILD_MEMBERS and MESSAGE_CONTENT in Discord Developer Portal (see the image)

image

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

18 Jul 02:54
b2284be
Compare
Choose a tag to compare
Pre-release
  • Improve mention handling
  • Responding to changes in the JDA

Updated JDA to v5.0.0 Alpha 11

06 May 07:24
080e931
Compare
Choose a tag to compare
Pre-release

Updated JDA to v5.0.0 Alpha 11

Updated JDA to v5.0.0 Alpha 4

13 Jan 13:05
c692d7a
Compare
Choose a tag to compare
Pre-release

Updated JDA to v5.0.0 Alpha 4

Version 2.5

18 Nov 23:39
6a39efe
Compare
Choose a tag to compare
release: version 2.5

Version 2.4

18 Nov 16:16
6e34638
Compare
Choose a tag to compare
  • Velocity support
  • Fix using LunaChat in Spigot
  • Refactor codes
  • Fix bugs
  • Update JDA

Version 2.3

07 Nov 15:46
b258f0d
Compare
Choose a tag to compare
  • 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

06 Aug 21:55
59eecd8
Compare
Choose a tag to compare
  • Update dependencies: JDA, configapi