Skip to content

Releases: breakinblocks/BBChat

v0.0.24

17 Feb 22:49
1a018ce
Compare
Choose a tag to compare

[0.0.24] - 2024-02-18

Changed

  • Only show death messages for player deaths.

v0.0.23

21 Sep 22:38
a2dc0b5
Compare
Choose a tag to compare

[0.0.23] - 2023-09-22

Make sure to rename the config to bbchat.toml (from bbchat-common.toml).
Support for 1.16.5 and earlier is not in this release but is planned.

Added

  • Ported to Quilt and Fabric for Minecraft 1.17.1, 1.19.4, 1.20.1.
  • Ported to Neo for Minecraft 1.20.1.
  • Updated Forge to Minecraft 1.20.1.
  • If JDA fails to shutdown will attempt to force shutdown after 10s.

Changed

  • Project restructure to support multiple loaders (common code between loaders is in the vanilla subprojects).
  • Config file is now always bbchat.toml for all versions of this mod (night config is packaged and used in the core project now).
  • Updated dependencies.

v0.0.22

04 Dec 03:59
7520c03
Compare
Choose a tag to compare

[0.0.22] - 2022-12-04

Added

  • Support for any guild message channels, rather than just text channels.
  • Warnings for potential configuration issues.
  • Maximum message queue size.
  • Wait on server stop for remaining messages to send.

Changed

  • Migrated to JDA v5.0.0-beta.1 (from JDA v4).
  • Updated dependencies.

v0.0.21

01 Nov 14:04
d34e40c
Compare
Choose a tag to compare

[0.0.21] - 2022-11-01

Added

  • Ported to 1.19.2.

Changed

  • Updated JDA to v4.4.0_352.

v0.0.20

11 Mar 17:27
27193ff
Compare
Choose a tag to compare

[0.0.20] - 2022-03-12

Added

  • Ported to 1.17.1 and 1.18.2
  • Creation is done on a separate thread so will not block the server from loading.
  • Will retry creation on RuntimeException but not LoginException since that indicates an incorrect bot token.

v0.0.19

20 May 09:29
4bad4d8
Compare
Choose a tag to compare

[0.0.19] - 2021-05-20

Added

  • Pause achievements for 5s on login

v0.0.18

02 Apr 04:49
ce6d1ef
Compare
Choose a tag to compare

[0.0.18] - 2021-04-02

Added

  • Add command from text files (128 KB limit)

Fixed

  • Fix custom emotes

v0.0.17

22 Mar 15:22
6c39b88
Compare
Choose a tag to compare

[0.0.17] - 2021-03-22

Fixed

  • Fix commands not working from discord mobile when using direct mention prefix.