Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/Image Emojis: Emojis in chat
  • Image Emojis: Emojis in chat 1.6

    release24 июля 2025 г.
    • Added the DiscordSRV support:
      • When you send an emoji in the Minecraft chat, it will be correctly translated to the Discord emoji template.
      • When you send an emoji in Discord chat, it will be correctly displayed in the Minecraft chat.
      • It works only with emojis with the same name both on the Minecraft server and in the Discord server.

    * This change doesn't require you to install DiscordSRV, it's optional.

  • Image Emojis: Emojis in chat 1.5.2

    release17 июля 2025 г.
    • A minor adjustment for better compatibility with legacy chat formatters.
    • Added configurable actions for cases when a player doesn't have enough permissions:
    # What will happen if a player doesn't have the "imageemojis.use" permission?:
    # ERASE_EMOJIS - Erase all emojis from payload and proceed.
    # CANCEL_EVENT - Cancel the event completely (e.g., prevent the message from being sent).
    noPermAction:
      inChat: "ERASE_EMOJIS"
      inAnvils: "ERASE_EMOJIS"
      onSigns: "ERASE_EMOJIS"
      inCommands: "ERASE_EMOJIS"
    
    # Whether the player will see the "Not enough permissions" message.
    # Will be shown only for events with the "CANCEL_EVENT" action selected.
    noPermMessage: false
    
  • Image Emojis: Emojis in chat 1.5.1

    release14 июля 2025 г.
    • Removed support for .jpg and .jpeg due to their incompatibility.
  • Image Emojis: Emojis in chat 1.5

    release12 июля 2025 г.
    • Introduced the imageemojis.use (true by default) permission to control who is allowed to use emojis.
    • Fixed incompatibility issue with legacy Spigot chat formatters (such as LPC).
  • Image Emojis: Emojis in chat 1.4.2

    release9 июля 2025 г.
    • Minor improvements in handling enum types from the configuration.
    • Added the ability to customize the format of emoji templates in the configuration:
    # Emoji template format (e.g., you may replace semicolons or remove them completely)
    templateFormat: ":<emoji>:"
    
  • Image Emojis: Emojis in chat 1.4.1

    release15 июня 2025 г.
    • Added ability to extend the Unicode range for emojis in the configuration:
    # When you use over ~500 emojis you may see some emojis overlap each other (due to hashing function is limited to certain range)
    # If you plan to use many emojis on your server, you may set this value to "true"
    # IMPORTANT: Changing this will reset all existing emoji codes. This means:
    #   - Previously written emojis on signs and item names will appear as invalid symbols
    #   - Range will be increased from 2000 to 6400 available emoji unicode symbols
    extendedUnicodeRange: false
    
  • Image Emojis 1.4

    release3 февраля 2025 г.

    Changelog:

    • Added the BOTH suggestion mode that combines ACTUAL and TEMPLATES modes
    • The output emojis.zip/assets/minecraft/font/default.json file will be merged with the server resource pack's JSON file (if it contains one) in case the mergeWithServerResourcePack is set to true.
      In other words, the server resource pack's custom symbols won't be overwritten by emojis in the default.json file (instead, they will be merged together).
    • When an HTTP server starts, the resource pack is now available only a URL with a generated hash which makes it harder for someone to download the resource pack directly
    • An HTTP server won't start if the enforcementPolicy is set to NONE as it doesn't make sense
  • Image Emojis 1.3

    release29 января 2025 г.

    Changelog:

    • Added more flexibility by changing enforceResourcePack to enforcementPolicy in config.yml:
      • NONE - The resource pack won't be loaded on join. This option can fit servers where players prefer to download the resource pack manually
      • OPTIONAL - Players can decline the resource pack from loading on join
      • REQUIRED - Players are forced to play with the resource pack

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:MIT
Опубликован:1 год назад
Обновлён:10 месяцев назад
ID проекта:
Главная