Discord4Fabric (Discord4Fabric)
Discord4Fabric是一款基于Fabric的Discord机器人客户端,为你的Minecraft - Discord聊天体验增添了美妙的功能,灵感来源于【DiscordSRV】( ❤️
特点
- 支持显示成就、死亡、加入、离开、服务器启动、服务器关闭等消息!
- 支持Webhook!
- 所有功能均可自定义!
- 通过自定义事件功能,可无限扩展!
使用方法
点击[这里](
鸣谢
使用了由Patbox开发的[Placeholder API](
支持作者!
[给我买杯咖啡!](
来自Modrinth
1.12.0-1.21
discord4fabric-1.21-1.12.0.jar下载1.12.0-1.21#Release
- Update to 1.21 ([PR #113](https://github.com/Reimnop/Discord4Fabric/pull/113))
展开
版本: 1.12.0-1.21
支持游戏: 1.21
类型: Fabric
Release
下载次数: 558
1.11.1-1.20.4
discord4fabric-1.20.4-1.11.1.jar下载1.11.1-1.20.4#Release
- Minor code refactoring
- Fix compat mixin error when compat mod is not installed (see [#55](https://github.com/Reimnop/Discord4Fabric/issues/55))
- Updated dependencies to latest versions
- Fix compat mixin error when compat mod is not installed (see [#55](https://github.com/Reimnop/Discord4Fabric/issues/55))
- Updated dependencies to latest versions
展开
版本: 1.11.1-1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 463
1.11.0-1.20.4
discord4fabric-1.20.4-1.11.0.jar下载1.11.0-1.20.4#Release
- Updated to 1.20.4 (PR [#101](https://github.com/Reimnop/Discord4Fabric/pull/101))
- Added setting `send_broadcasted_messages_to_discord` (PR [#98](https://github.com/Reimnop/Discord4Fabric/pull/98))
- Implemented compat with [DrexHD's Vanish](https://github.com/DrexHD/Vanish) (PR [#104](https://github.com/Reimnop/Discord4Fabric/pull/104))
- Added setting `send_broadcasted_messages_to_discord` (PR [#98](https://github.com/Reimnop/Discord4Fabric/pull/98))
- Implemented compat with [DrexHD's Vanish](https://github.com/DrexHD/Vanish) (PR [#104](https://github.com/Reimnop/Discord4Fabric/pull/104))
展开
版本: 1.11.0-1.20.4
支持游戏: 1.20.4
类型: Fabric
Release
下载次数: 135
1.10.5-1.20.2
discord4fabric-1.20.2-1.10.5.jar下载1.10.5-1.20.2#Release
- Updated to 1.20.2
- Added setting `player_list_display_amount` (PR [#90](https://github.com/Reimnop/Discord4Fabric/pull/90))
- Added setting `player_list_display_amount` (PR [#90](https://github.com/Reimnop/Discord4Fabric/pull/90))
展开
版本: 1.10.5-1.20.2
支持游戏: 1.20.2
类型: Fabric
Release
下载次数: 229
1.10.5-1.20.1
discord4fabric-1.20.1-1.10.5.jar下载1.10.5-1.20.1#Release
- Updated to 1.20.1
- Updated JDA
- Added required gateway intents (GUILD_MEMBERS, DIRECT_MESSAGES, MESSAGE_CONTENT)
- You need to enable them in the Discord Developer Portal for your bot
- Fixed a bug where it would fetch the user's username instead of display name
- Updated JDA
- Added required gateway intents (GUILD_MEMBERS, DIRECT_MESSAGES, MESSAGE_CONTENT)
- You need to enable them in the Discord Developer Portal for your bot
- Fixed a bug where it would fetch the user's username instead of display name
展开
版本: 1.10.5-1.20.1
支持游戏: 1.20.1
类型: Fabric
Release
下载次数: 2,075
1.10.2-1.19.3
discord4fabric-1.19.3-1.10.2.jar下载1.10.2-1.19.3#Release
- Updated to 1.19.3
展开
版本: 1.10.2-1.19.3
支持游戏: 1.19.3
类型: Fabric
Release
下载次数: 338
1.10.1-1.19.2
discord4fabric-1.19.2-1.10.1.jar下载1.10.1-1.19.2#Release
- Fixed an issue where advancement and death messages aren't sent
- URGENT: Fixed a critical security vulnerability with click events
- URGENT: Fixed a critical security vulnerability with click events
展开
版本: 1.10.1-1.19.2
支持游戏: 1.19.2
类型: Fabric
Release
下载次数: 699
1.10.1-1.18.2
discord4fabric-1.18.2-1.10.1.jar下载1.10.1-1.18.2#Release
- URGENT: Fixed a critical security vulnerability with click events
展开
版本: 1.10.1-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 203
1.10.0-1.19.1
discord4fabric-1.19.1-1.10.0.jar下载1.10.0-1.19.1#Release
- Added support for parameterized constraints for Custom Events
- Added 15 constraints:
- `linked_account_nick('value')`: Check if the linked account's nickname is `value` (case insensitive)
- `linked_account_nick_contains('value')`: Check if the linked account's nickname contains `value` (case insensitive)
- `linked_account_nick_contains('role id')`: Check if the linked account has role with id `role id`
- `mc_uuid('uuid')`: Check if the player's UUID is `uuid`
- `mc_name('value')`: Check if the player's name is `value` (case insensitive)
- `mc_name_contains('value')`: Check if the player's name contains `value` (case insensitive)
- `mc_message('value')`: Check if the player's message is `value` (case insensitive)
- `mc_message_contains('value')`: Check if the player's message contains `value` (case insensitive)
- `discord_id('id')`: Check if the user's Discord ID is `id`
- `discord_name('value')`: Check if the user's Discord nickname is `value` (case insensitive)
- `discord_name_contains('value')`: Check if the user's Discord nickname contains `value` (case insensitive)
- `discord_message('value')`: Check if the user's Discord message is `value` (case insensitive)
- `discord_message_contains('value')`: Check if the user's Discord message contains `value` (case insensitive)
- `advancement_name('value')`: Check if the advancement's name is `value` (case insensitive)
- `advancement_name_contains('value')`: Check if the advancement's name contains `value` (case insensitive)
- Added FabricTailor compatibility (will now show the FabricTailor avatar on Discord chat)
- Added 15 constraints:
- `linked_account_nick('value')`: Check if the linked account's nickname is `value` (case insensitive)
- `linked_account_nick_contains('value')`: Check if the linked account's nickname contains `value` (case insensitive)
- `linked_account_nick_contains('role id')`: Check if the linked account has role with id `role id`
- `mc_uuid('uuid')`: Check if the player's UUID is `uuid`
- `mc_name('value')`: Check if the player's name is `value` (case insensitive)
- `mc_name_contains('value')`: Check if the player's name contains `value` (case insensitive)
- `mc_message('value')`: Check if the player's message is `value` (case insensitive)
- `mc_message_contains('value')`: Check if the player's message contains `value` (case insensitive)
- `discord_id('id')`: Check if the user's Discord ID is `id`
- `discord_name('value')`: Check if the user's Discord nickname is `value` (case insensitive)
- `discord_name_contains('value')`: Check if the user's Discord nickname contains `value` (case insensitive)
- `discord_message('value')`: Check if the user's Discord message is `value` (case insensitive)
- `discord_message_contains('value')`: Check if the user's Discord message contains `value` (case insensitive)
- `advancement_name('value')`: Check if the advancement's name is `value` (case insensitive)
- `advancement_name_contains('value')`: Check if the advancement's name contains `value` (case insensitive)
- Added FabricTailor compatibility (will now show the FabricTailor avatar on Discord chat)
展开
版本: 1.10.0-1.19.1
支持游戏: 1.19.1
类型: Fabric
Release
下载次数: 145
1.10.0-1.18.2
discord4fabric-1.18.2-1.10.0.jar下载1.10.0-1.18.2#Release
- Added support for parameterized constraints for Custom Events
- Added 15 constraints:
- `linked_account_nick('value')`: Check if the linked account's nickname is `value` (case insensitive)
- `linked_account_nick_contains('value')`: Check if the linked account's nickname contains `value` (case insensitive)
- `linked_account_nick_contains('role id')`: Check if the linked account has role with id `role id`
- `mc_uuid('uuid')`: Check if the player's UUID is `uuid`
- `mc_name('value')`: Check if the player's name is `value` (case insensitive)
- `mc_name_contains('value')`: Check if the player's name contains `value` (case insensitive)
- `mc_message('value')`: Check if the player's message is `value` (case insensitive)
- `mc_message_contains('value')`: Check if the player's message contains `value` (case insensitive)
- `discord_id('id')`: Check if the user's Discord ID is `id`
- `discord_name('value')`: Check if the user's Discord nickname is `value` (case insensitive)
- `discord_name_contains('value')`: Check if the user's Discord nickname contains `value` (case insensitive)
- `discord_message('value')`: Check if the user's Discord message is `value` (case insensitive)
- `discord_message_contains('value')`: Check if the user's Discord message contains `value` (case insensitive)
- `advancement_name('value')`: Check if the advancement's name is `value` (case insensitive)
- `advancement_name_contains('value')`: Check if the advancement's name contains `value` (case insensitive)
- Added FabricTailor compatibility (will now show the FabricTailor avatar on Discord chat)
- Added 15 constraints:
- `linked_account_nick('value')`: Check if the linked account's nickname is `value` (case insensitive)
- `linked_account_nick_contains('value')`: Check if the linked account's nickname contains `value` (case insensitive)
- `linked_account_nick_contains('role id')`: Check if the linked account has role with id `role id`
- `mc_uuid('uuid')`: Check if the player's UUID is `uuid`
- `mc_name('value')`: Check if the player's name is `value` (case insensitive)
- `mc_name_contains('value')`: Check if the player's name contains `value` (case insensitive)
- `mc_message('value')`: Check if the player's message is `value` (case insensitive)
- `mc_message_contains('value')`: Check if the player's message contains `value` (case insensitive)
- `discord_id('id')`: Check if the user's Discord ID is `id`
- `discord_name('value')`: Check if the user's Discord nickname is `value` (case insensitive)
- `discord_name_contains('value')`: Check if the user's Discord nickname contains `value` (case insensitive)
- `discord_message('value')`: Check if the user's Discord message is `value` (case insensitive)
- `discord_message_contains('value')`: Check if the user's Discord message contains `value` (case insensitive)
- `advancement_name('value')`: Check if the advancement's name is `value` (case insensitive)
- `advancement_name_contains('value')`: Check if the advancement's name contains `value` (case insensitive)
- Added FabricTailor compatibility (will now show the FabricTailor avatar on Discord chat)
展开
版本: 1.10.0-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 107
1.9.0-1.18.2
discord4fabric-1.18.2-1.9.0.jar下载1.9.0-1.18.2#Release
- Added support for console channel
- Added support for custom avatar services
- Added support for !tps, !ping and !playerlist commands on Discord
- Fixed Quilt compatibility
- Added support for custom avatar services
- Added support for !tps, !ping and !playerlist commands on Discord
- Fixed Quilt compatibility
展开
版本: 1.9.0-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 82
1.9.0-1.19.1
discord4fabric-1.19.1-1.9.0.jar下载1.9.0-1.19.1#Release
- Added support for console channel
- Added support for custom avatar services
- Added support for !tps, !ping and !playerlist commands on Discord
- Fixed Quilt compatibility
- Added support for custom avatar services
- Added support for !tps, !ping and !playerlist commands on Discord
- Fixed Quilt compatibility
展开
版本: 1.9.0-1.19.1
支持游戏: 1.19.1
类型: Fabric
Release
下载次数: 112
1.8.1-1.19.1
discord4fabric-1.19.1-1.8.1.jar下载1.8.1-1.19.1#Release
- Update to 1.19.1
- Discord emojis now appear as :emoji: instead of a blank square in-game
- Fixed compatibility with Vanish
- Discord emojis now appear as :emoji: instead of a blank square in-game
- Fixed compatibility with Vanish
展开
版本: 1.8.1-1.19.1
支持游戏: 1.19.1
类型: Fabric
Release
下载次数: 149
1.8.1-1.18.2
discord4fabric-1.18.2-1.8.1.jar下载1.8.1-1.18.2#Release
- Discord emojis now appear as :emoji: instead of a blank square in-game
- Fixed compatibility with Vanish
- Fixed compatibility with Vanish
展开
版本: 1.8.1-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 97
1.8.0-1.19
discord4fabric-1.19-1.8.0.jar下载1.8.0-1.19#Release
- Added ability to update channel topic (not recommended due to huge Discord rate limit)
- Custom emojis now appear as `:name:` in-game
- Added support for non-webhook mode
- Messages with attachments now have `[att]` appended at their end
- Added `force_online_uuid` config option (fetches online UUID from name for Discord profile pictures)
- Custom emojis now appear as `:name:` in-game
- Added support for non-webhook mode
- Messages with attachments now have `[att]` appended at their end
- Added `force_online_uuid` config option (fetches online UUID from name for Discord profile pictures)
展开
版本: 1.8.0-1.19
支持游戏: 1.19
类型: Fabric
Release
下载次数: 171
1.8.0-1.18.2
discord4fabric-1.18.2-1.8.0.jar下载1.8.0#Release
- Added ability to update channel topic (not recommended due to huge Discord rate limit)
- Custom emojis now appear as `:name:` in-game
- Added support for non-webhook mode
- Messages with attachments now have `[att]` appended at their end
- Added `force_online_uuid` config option (fetches online UUID from name for Discord profile pictures)
- Custom emojis now appear as `:name:` in-game
- Added support for non-webhook mode
- Messages with attachments now have `[att]` appended at their end
- Added `force_online_uuid` config option (fetches online UUID from name for Discord profile pictures)
展开
版本: 1.8.0
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 94
1.7.0-1.18.2
discord4fabric-1.7.0.jar下载1.7.0-1.18.2#Release
- Backported to 1.18.2
展开
版本: 1.7.0-1.18.2
支持游戏: 1.18.2
类型: Fabric
Release
下载次数: 87
1.7.0
discord4fabric-1.7.0.jar下载1.7.0#Release
(Use `/discord4fabric update` to update your config)
- Added `discord_to_mc_reply` config option
- Added [Vanish](https://www.curseforge.com/minecraft/mc-mods/vanish) mod support
- Fixed an issue where players can mention everyone in-game ([pull request](https://github.com/Reimnop/Discord4Fabric/pull/21))
- Added in-game linked account tagging (use `@InGameName` to tag people with linked account on Discord)
- Added channel topic update (similar to status)
- Fixed an issue where `nickname` placeholder doesn't actually use nickname
- Added `discord_to_mc_reply` config option
- Added [Vanish](https://www.curseforge.com/minecraft/mc-mods/vanish) mod support
- Fixed an issue where players can mention everyone in-game ([pull request](https://github.com/Reimnop/Discord4Fabric/pull/21))
- Added in-game linked account tagging (use `@InGameName` to tag people with linked account on Discord)
- Added channel topic update (similar to status)
- Fixed an issue where `nickname` placeholder doesn't actually use nickname
展开
版本: 1.7.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 110
1.6.0
discord4fabric-1.6.0.jar下载1.6.0#Release
- Implemented a flexible and extensible Custom Events system, allowing for near endless customization in JSON
- Includes 7 events that can be subscribed to in JSON
- Includes 5 different types of actions that can be customized in JSON
- Includes 2 constraints (+2 if counting negated constraints) for conditional event triggering
- Added `/discord4fabric reload_custom_events` command
- Updated documentation for the Custom Events system (visit the GitHub for more details)
this took so much effort to develop, hope you'll enjoy it!
- Includes 7 events that can be subscribed to in JSON
- Includes 5 different types of actions that can be customized in JSON
- Includes 2 constraints (+2 if counting negated constraints) for conditional event triggering
- Added `/discord4fabric reload_custom_events` command
- Updated documentation for the Custom Events system (visit the GitHub for more details)
this took so much effort to develop, hope you'll enjoy it!
展开
版本: 1.6.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 158
1.5.0
discord4fabric-1.5.0.jar下载1.5.0#Release
Implemented account linking:
- Added `requires_linked_account` config option (use `/discord4fabric update` to update your config)
- Added `/discord4fabric link` and `/discord4fabric unlink` commands
- Players with linked account will get pinged in-game if they get pinged on Discord or in-game
- Added `requires_linked_account` config option (use `/discord4fabric update` to update your config)
- Added `/discord4fabric link` and `/discord4fabric unlink` commands
- Players with linked account will get pinged in-game if they get pinged on Discord or in-game
展开
版本: 1.5.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 93
1.4.0
discord4fabric-1.4.0.jar下载1.4.0#Release
- Added custom emotes and Discord markdown support


展开
版本: 1.4.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 93
1.3.0
discord4fabric-1.3.0.jar下载1.3.0#Release
- Added `post_online` placeholder
- Added ability to add any description to any embed (use `/discord4fabric update` to update your config)


- Added ability to add any description to any embed (use `/discord4fabric update` to update your config)


展开
版本: 1.3.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 83
1.2.0
discord4fabric-1.2.0.jar下载1.2.0#Release
- Discord pings sent in Minecraft will now ping in Discord


- Discord pings sent in Discord will now be formatted in Minecraft (configurable in config)



- Discord pings sent in Discord will now be formatted in Minecraft (configurable in config)

展开
版本: 1.2.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 99
1.1.2
discord4fabric-1.1.2.jar下载1.1.2#Release
Fixed hung thread when announce_server_start_stop is false (See [#6](https://github.com/Reimnop/Discord4Fabric/issues/6))
Fixed where the bot will send every message sent in the server (See [#8](https://github.com/Reimnop/Discord4Fabric/issues/8))
Adjusted default config so that it doesn't use emojis anymore
Fixed where the bot will send every message sent in the server (See [#8](https://github.com/Reimnop/Discord4Fabric/issues/8))
Adjusted default config so that it doesn't use emojis anymore
展开
版本: 1.1.2
支持游戏: 1.19
类型: Fabric
Release
下载次数: 79
1.1.1
discord4fabric-1.1.1.jar下载1.1.1#Release
Bundled missing dependencies (see [#2](https://github.com/Reimnop/Discord4Fabric/issues/2) and [#1](https://github.com/Reimnop/Discord4Fabric/issues/1))
展开
版本: 1.1.1
支持游戏: 1.19
类型: Fabric
Release
下载次数: 65
1.1.0
discord4fabric-1.1.0.jar下载1.1.0#Release
Updated to 1.19
展开
版本: 1.1.0
支持游戏: 1.19
类型: Fabric
Release
下载次数: 56
收录