Releases: breakinblocks/BBChat
Releases · breakinblocks/BBChat
v0.0.24
v0.0.23
[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
[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.