2.1.0+1.21 (2024-06-27)
Build System
2.1.0+1.20.6 (2024-05-10)
Features
2.1.0+1.20.4 (2024-05-10)
Features
2.1.0+1.20.2 (2024-05-10)
Features
2.1.0+1.20.1 (2024-05-10)
Features
2.1.0+1.19.4 (2024-05-10)
Features
2.0.3+1.20.4 (2024-03-04)
Bug Fixes
2.0.3+1.20.2 (2024-03-04)
Bug Fixes
2.0.3+1.20.1 (2024-03-04)
Bug Fixes
2.0.3+1.19.4 (2024-03-04)
Bug Fixes
2.0.2+1.20.1 (2023-10-17)
Bug Fixes
- chat: do not check player count during server start-up on Discord messages (fixes #84) (#91) (8cddbeb)
- cmds: option choices were incorrectly serializing to disk (fixes #83) (#90) (70574c4)
Build System
- add support for Minecraft 1.20-1.20.1 (#106) (d627188)
- api: add support for Minecraft 1.20-1.20.1 (#102) (d2534e2)
- chat: add support for Minecraft 1.20-1.20.1 (#103) (0a150ec)
- cmds: add support for Minecraft 1.20-1.20.1 (#104) (07d260f)
- presence: add support for Minecraft 1.20-1.20.1 (#105) (ae5e637)
2.0.1+1.20 (2023-06-10)
Bug Fixes
2.0.1+1.19.4 (2023-06-10)
Bug Fixes
2.0.0+1.19.4 (2023-06-08)
âš BREAKING CHANGES
- use
Patbox/TextPlaceholderAPI
for templating (#70)
Features
- add
samolego/FabricTailor
support for player avatars (closes #68) (#75) (6a14aba) - add player avatars to certain messages (closes #31) (#62) (331e6d8)
- add support for Bedrock player avatars in embeds (closes #71) (#72) (af69840)
- chat: send Discord stickers into Minecraft (closes #74) (#76) (8c8ca3e)
- chat: separate advancement config into task, goal and challenge (a570d0a)
- chat: show player avatar on login, logout, death and teleport messages (331e6d8)
- cmds: show avatar in custom command feedback where a player is detected (331e6d8)
- upgrade Minecraft (1.19 -> 1.19.2) (#69) (c351b26)
- use
Patbox/TextPlaceholderAPI
for templating (#70) (a570d0a)
Bug Fixes
- api: regex characters in
StringTemplate
variables should be escaped (#65) (4553977) - mixins that may now be remapped (f17a48d)
Miscellaneous Chores
- release as v2.0.0+1.19.4 (d3d9bfc)
1.1.0-beta.3 (2022-08-22)
Features
- api: add 'i18n' config for translations (#48) (64b95c0)
- api: add
String
formatting to string templates (4baa059) - chat: add
/me
,/say
and/tellraw
command messages (closes #51) (#53) (7eea724) - chat: add Discord reply messages (closes #50) (#57) (4baa059)
- chat: use new
fabric-message-api
events (closes #32) (#52) (1859c69)
Bug Fixes
- api: do not attempt to remap the language mixin (791775b)
- chat: correct
teleport
message placeholders in config (7eea724) - chat: correct Discord message placeholders in config (4baa059)
- cmds: commands that don't have an output should receive a default message (fixes #54) (162f30f)
- cmds: commands with multiple lines of output should edit the original embed (162f30f)
- modded translation keys should be resolved (fixes #45) (64b95c0)