Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 days ago
All versions
2.8.0
Release
Discord & Chat Images 2.8.04 days ago 9
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
2.8.0
New Features:
- Added configuration of available Minecraft commands based on Discord roles.
- Added the
/allowed_server_commandscommand, which displays a list of server commands available to a Discord user. - Input suggestions are displayed when entering a server command in Discord.
- Support for Discord Embeds in Minecraft chat.
- Added an image sending screen, allowing you to send an image to selected players or a team.
- Added a button to the chat for sending an image from a player's computer.
- Added Drag & Drop support for sending images. Drag an image into the game chat to send it.
- Added support for sending images from the clipboard (
Ctrl + V). - Added support for gradient and holographic Discord roles.
- Added a limit on the image cache size (can be changed in the client configuration). If the cache is full, the least frequently used images are deleted.
- Added a maximum wait time for loading images from a link to the client configuration.
Changes:
- Optimized and modified the algorithm for displaying images in chat: each image now appears under its own link, rather than at the end of the message.
- Chat now remains open after closing the image preview screen.
- The "✖" and "✔" symbols are no longer displayed in the Discord style, as the original design is more consistent with the style and is used in other mods.
Bug Fixes:
- Fixed a bug that caused images to appear out of place, leaving empty spaces in the chat and overlapping other messages.
- Fixed a bug that caused images to display incorrectly when zooming in and out of the chat.
- Fixed a bug that caused forwarding a message from one Discord server to another to fail if the user did not have a global name set.
- Fixed a bug related to a game crash due to incorrect link handling when parsing Markdown.
- Fixed a bug with unindexed messages.
%splaceholders in death messages from mod localizations
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:yIWYj2mo:D0Oqoo6S"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yIWYj2mo:D0Oqoo6S"
}

