InteractiveChat 图标

Minecraft 服务端插件

InteractiveChat

Chat enchancing plugin to work on top of your chat formatting plugins, adding functionalities such as sharing items and inventories to chat, and creation of custom chat placeholders!

装饰类社交类工具类bungeecordfoliapaperpurpurspigotvelocitywaterfall
版本范围
1.8–26.2
下载量
7.9 万

插件介绍

About

The chat is great, players can socialize with each other. But here's the thing, why not make it even more interact-able? With this plugin, you will be able to show your item in hand, inventory content and ender chest content with your friends! Even across servers in your global bungeecord chat!

This plugin also allows you to create your own interactive keywords for your players to use in chat!

InteractiveChat is designed to work on top of your existing chat formatting plugin, not as a replacement!


Using DiscordSRV?

Check out this addon which lets you show placeholders and show inventories from InteractiveChat on discord! You can also have images sent from discord previewed on maps and have attachments beautified into clickable and hoverable text in-game!


Features

Video by Server.pro featuring an outdated version of InteractiveChat (v2)

1. Item Display Functions

  • Type [item] in chat to show off the item in your hand!
  • Type [inv] in chat to show off your inventory
  • Type [ender] and you guessed it! Show your ender chest! (Each of them can be toggled in the config as well as changing their keyword)

^ The two types of inventory display layout you can choose from (Layout 0 & 1)

2. Custom Interactive Chat Keywords

  • You can create whatever placeholder you want and have them replace keywords in the chat
  • Or simply just add a hover message as well as click actions to keywords
  • Or both!
  • Supports multiple lines of hover text v [pos] is one of the default example custom interactive keyword

v The default custom placeholders that comes with the default config, can be removed or changed (1 - 3 are item display placeholders)

3. Interactive Player Names

4. Player Mentioning

  • If a player's name is mentioned by another player, they will be notified with a sound and a message!
  • Notify the player with a Title/SubTitle/ActionBar/BossBar/Toast, if the version of Minecraft supports it (Each can be disabled in the config) (Togglable in the config of course!)

5. Bungeecord and Velocity Supported! Everything works across your network!

If you use chat managing plugins that support bungeecord or velocity, you can enable bungeecord mode by installing the plugin on spigot and bungeecord/velocity and having the bungeecord option enabled in the config on all spigot servers!

With bungeecord enabled, all placeholders, including [item], [inv] etc. and custom ones will work across servers. Mentioning and everything else will also work between servers!

6. Easy RGB and Font*[1.16 or above]*

You can use RGB code in any part of the config that support colors! You can even use them in chat!

&x&f&f&f&f&f&f

or

[color=#123456]

or

&#fe34d5

If you have a custom resource pack that has different fonts, you can even use them like color codes! Works with any messages in the chat, even chat messages from other plugins.

[font=uniform]

7. Languages!

And of course! You will be able to modify all the messages that are sent to players to suit your server as well! Item material names will be automatically translated into each user's client language!

The plugin changes messages on a packet level, so it should work on top of other chat plugins (that doesn't also do this).

Dependencies (These dependencies are not required on Proxies)

Installation

  1. Put InteractiveChat.jar into the plugins folder along with the required dependencies (If you plan to use the plugin with bungeecord or velocity, install the plugin on bungeecord/velocity as well and enable the bungeecord option in the interactivechat config on ALLspigot servers, no dependencies are required on bungeecord, and yes, just use the same jar)
  2. Start the server
  3. Edit the config (if you need to)
  4. Restart the server (if you changed something in the config in step 3)

Development Builds

Jenkins

Showcase Server

Want to give the plugin a try?

IP: mc.loohpjames.com

Commands

Minecraft Server (Spigot, Paper etc.) Commands:

/interactivechat reload - Reloads the plugin (or /ic reload) /interactivechat update - Check for updates (or /ic update) /interactivechat chat - Send chat messages with placeholder and player name auto complete (or /ic chat) /interactivechat list - List all placeholders you can use (or /ic list) /interactivechat mentiontoggle - Toggle mentioning for yourself (or /ic mentiontoggle) /interactivechat setinvdisplaylayout - Set your own preferred inventory display layout (or /ic setinvdisplaylayout)

Proxy Server (Bungeecord / Velocity) Commands:

/interactivechatproxy backendinfo - List all InteractiveChat information of the servers in your proxy (or /icp backendinfo)

Q&A

My placeholders don't work! They show as something like %player_name%! What do I do?

PlaceholderAPI requires you to download expansions in order to function, you can take a look at the different expansions and their placeholders here (click me). For example, if you want **%player_name%**to work:

  1. run /papi ecloud download player
  2. run /papi reload

My players get kicked for "You are sending too many packets!", what should I do?

The kick message: You are sending too many packets! probably comes from ViaVersion. Try increasing or setting the GLOBAL PACKET LIMITER to -1 in the ViaVersion config [Both in bungeecord/velocity (if you've installed it on that) and backend servers (e.g. spigot)]

Permissions

interactivechat.reload:
    description: Allows you to reload the plugin
    default: op
  interactivechat.backendinfo:
    description: Allows you check the status of backend servers on bungeecord
    default: op
  interactivechat.cooldown.bypass:
    description: Allows you to bypass cooldown
    default: op
  interactivechat.module.item:
    description: Allows you to use the item placeholder
    default: true
  interactivechat.module.inventory:
    description: Allows you to use the inventory placeholder
    default: true
  interactivechat.module.inventory.setlayout:
    description: Allows you to use set your preferred inventory display layout
    default: true
  interactivechat.module.inventory.setlayout.others:
    description: Allows you to use set the preferred inventory display layout of others
    default: op
  interactivechat.module.enderchest:
    description: Allows you to use the ender chest placeholder
    default: true
  interactivechat.module.custom:
    description: Allows you to use custom placeholders in chat
    default: true
  interactivechat.mention.player:
    description: Allows you to mention others
    default: true
  interactivechat.mention.here:
    description: Allows you to mention all players in your server
    default: op
  interactivechat.mention.everyone:
    description: Allows you to mention everyone
    default: op
  interactivechat.mention.toggle:
    description: Allows you to toggle your own mentions
    default: true
  interactivechat.mention.toggle.others:
    description: Allows you to toggle mentions of other players
    default: op
  interactivechat.list:
    description: List all placeholder which you have permission to
    default: true
  interactivechat.list.all:
    description: List all placeholder
    default: op
  interactivechat.parse:
    description: Let you try out placeholders which you have permission to
    default: true
  interactivechat.chat:
    description: Let you use the interactivechat chat command
    default: true
  interactivechat.chatcolor.translate:
    description: Allows you to use alternate color code
    default: true
  interactivechat.customfont.translate:
    description: Allows you to use font formatting code
    default: true
  interactivechat.update:
    description: Allows you to recieve update notifications
    default: op
  interactivechat.bedrock.events:
    description: Allow floodgate geyser bedrock players to access chat events menu
    default: true

API

InteractiveChat does provide an API for developers to customize or use its functions https://github.com/LOOHP/InteractiveChat/tree/master/common/src/main/java/com/loohp/interactivechat/api More descriptions are provided through this link

Registering your own nicknames with InteractiveChat Please take a look at this page: https://github.com/LOOHP/InteractiveChat/wiki/Registering-your-own-nickname-provider

Default Config

Config in the Latest Version with Descriptions

Data usage

Usage statistics at https://bstats.org/plugin/bukkit/InteractiveChat will be visible to the public with your server included in the statistics. No private information of your server is sent. Update checking is also done via https://api.loohpjames.com to notify you whenever a new version is released. No private information of your server is sent.

版本与下载

推荐下载

InteractiveChat-2026.1.1.0.jar版本 2026.1.1 · 7.4 MBSHA-1 b427728334198fae45201b9a10399a3b7dec4f69下载 InteractiveChat-2026.1.1.0.jar

2026.1.1

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2 · 26.2
InteractiveChat-2026.1.1.0.jar7.4 MBSHA-1 b427728334198fae45201b9a10399a3b7dec4f69获取文件 InteractiveChat-2026.1.1.0.jar
展开更新日志
  • Support for Minecraft 26.2
  • Improved CraftEngine support (Thanks Mrcuttlefish)

2026.1.0

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1 · 26.1.1 · 26.1.2
InteractiveChat-2026.1.0.0.jar7.4 MBSHA-1 df50bd5850d97a29aaf95ce077859d6605107db1获取文件 InteractiveChat-2026.1.0.0.jar
展开更新日志
  • Support for Minecraft 26.1.2

4.3.5

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
InteractiveChat-4.3.5.0.jar7.4 MBSHA-1 3e61486b944587428bf1b4c0e462fa485c334014获取文件 InteractiveChat-4.3.5.0.jar
展开更新日志
  • Support for Minecraft 1.21.11
  • Abstraction for ProtocolPlatform to support PacketEvents module

4.3.4

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
InteractiveChat-4.3.4.0.jar7.3 MBSHA-1 78a3e8dccdd2b09b9f261c6d0bf2bdfb54a9b72d获取文件 InteractiveChat-4.3.4.0.jar
展开更新日志
  • Fixed a potential security vulnerability if the plugin is misconfigured

4.3.3

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10
InteractiveChat-4.3.3.0.jar7.3 MBSHA-1 accaab714b21c402e6d9532d37dcb8a4400e8485获取文件 InteractiveChat-4.3.3.0.jar
展开更新日志
  • Support for Minecraft 1.21.10

4.3.2

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
InteractiveChat-4.3.2.0.jar7.2 MBSHA-1 c279c2b280a4818a48bd785532e3dfaba7c12b14获取文件 InteractiveChat-4.3.2.0.jar
展开更新日志
  • Support for Minecraft 1.21.8

4.3.1

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7
InteractiveChat-4.3.1.0.jar7.2 MBSHA-1 043ebb2e7b31bf92547eee5597889a28a8ee6e7b获取文件 InteractiveChat-4.3.1.0.jar
展开更新日志
  • Support for Minecraft 1.21.7

4.3.0

正式版
加载器
bungeecord · folia · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8 · 1.8.1 · 1.8.2 · 1.8.3 · 1.8.4 · 1.8.5 · 1.8.6 · 1.8.7 · 1.8.8 · 1.8.9 · 1.9 · 1.9.1 · 1.9.2 · 1.9.3 · 1.9.4 · 1.10 · 1.10.1 · 1.10.2 · 1.11 · 1.11.1 · 1.11.2 · 1.12 · 1.12.1 · 1.12.2 · 1.13 · 1.13.1 · 1.13.2 · 1.14 · 1.14.1 · 1.14.2 · 1.14.3 · 1.14.4 · 1.15 · 1.15.1 · 1.15.2 · 1.16 · 1.16.1 · 1.16.2 · 1.16.3 · 1.16.4 · 1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2 · 1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4 · 1.20.5 · 1.20.6 · 1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5
InteractiveChat-4.3.0.0.jar6.9 MBSHA-1 9c034f9364052fb3a6bd622bab4874a68a2f4be8获取文件 InteractiveChat-4.3.0.0.jar
展开更新日志
  • Support for Minecraft 1.21.5
  • Preliminary support for Folia
  • Support for custom protocol plugin addons

4.2.16

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
InteractiveChat-4.2.16.0.jar6.2 MBSHA-1 b922ad9ff8e6f57807f4712cd4a50239bdfc5c40获取文件 InteractiveChat-4.2.16.0.jar
展开更新日志
  • Implemented use of TranslatableComponent's fallback parameter
  • Fixed client plugin messages not dropped on velocity

4.2.15

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
InteractiveChat-4.2.15.0.jar6.1 MBSHA-1 d20430a36fcc88eb54c19e70bd227b3bc3a38ea5获取文件 InteractiveChat-4.2.15.0.jar
展开更新日志
  • Fixed support for chat component shadow color
  • Fixed shutdown error
  • Fixed getItemStackDisplayName for 1.12.2 or below

4.2.14

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.4
InteractiveChat-4.2.14.0.jar6.1 MBSHA-1 580bea5d45c7c8624f15d12d4d6315f2ed15a27d获取文件 InteractiveChat-4.2.14.0.jar
展开更新日志
  • Support for Minecraft 1.21.4

4.2.13

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.3
InteractiveChat-4.2.13.0.jar6 MBSHA-1 2bc7f66b6c8b2337a4b11c398918f6f16f2c053f获取文件 InteractiveChat-4.2.13.0.jar
展开更新日志
  • Support for Minecraft 1.21.3

4.2.12

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21.1
InteractiveChat-4.2.12.0.jar6 MBSHA-1 ef353a84af9fd6af84e2c6afcba464337fce9ea0获取文件 InteractiveChat-4.2.12.0.jar
展开更新日志
  • Support for Minecraft 1.21.1

4.2.11

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6 · 1.21
InteractiveChat-4.2.11.0.jar6 MBSHA-1 bfa1291203ffed5304b63a28f4c9783836cb6e7a获取文件 InteractiveChat-4.2.11.0.jar
展开更新日志
  • Support for Minecraft 1.21

4.2.10

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.6
InteractiveChat-4.2.10.0.jar5.8 MBSHA-1 aa59d14a18055e98626fbb7a779127990a001387获取文件 InteractiveChat-4.2.10.0.jar
展开更新日志
  • Support for Minecraft 1.20.6
  • Updated Excellent Enchants Hook

4.2.9

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.4
InteractiveChat-4.2.9.0.jar5.3 MBSHA-1 0665dc5139f8a5f9fbfc51df57e2e8d7d524190e获取文件 InteractiveChat-4.2.9.0.jar
展开更新日志
  • Support for Minecraft 1.20.4

4.2.8

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20.2
InteractiveChat-4.2.8.0.jar5.1 MBSHA-1 68f0e74340919ea2b97102a35c5aeb67a37db906获取文件 InteractiveChat-4.2.8.0.jar
展开更新日志
  • Support for Minecraft 1.20.2
  • Added ExcellentEnchants Hook
  • Replace null matching groups with an empty string
  • Fixed fake maps desync
  • Fixed Toast on 1.20
  • Various Bug Fixes

4.2.7

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4 · 1.20
InteractiveChat-4.2.7.0.jar5.1 MBSHA-1 c6034797acb30f1b84eba049ea9ccde72d9edfe8获取文件 InteractiveChat-4.2.7.0.jar
展开更新日志
  • Support for Minecraft 1.20
  • Added a few config options related to proxy messages

4.2.6

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.4
InteractiveChat-4.2.6.0.jar5.1 MBSHA-1 2924e08e7d372d38b29033e82c6a93e7a5badfdd获取文件 InteractiveChat-4.2.6.0.jar
展开更新日志
  • Support for Minecraft 1.19.4
  • Various bug fixes

4.2.5

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
InteractiveChat-4.2.5.3.jar5 MBSHA-1 914a6427bf456896cc53247087909722047bd352获取文件 InteractiveChat-4.2.5.3.jar
展开更新日志
  • Fixed some chat messages not intercepted by packet listener
  • Get rid of nicknameManager disable error if plugin did not start properly
  • Apply fallback formatting for escaped components
  • Experiment with internal improvements to pattern component matching
  • Workaround PaperMC player profile method signature change
  • Use HTTPS when downloading resources

4.2.4

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.3
InteractiveChat-4.2.4.1.jar5 MBSHA-1 d1d5c244556c1ad004c0eb8a62e411e1401cc154获取文件 InteractiveChat-4.2.4.1.jar
展开更新日志
  • Support for Minecraft 1.19.3
  • EcoSetLoreOnMainThread option
  • Check vanished on mention
  • Ess nick fixes
  • Attempt to support modded materials
  • Handle empty CustomPlaceholder config section
  • LegacyComponentSerializer should enable hex colors
  • Support purpur custom enderchest size for offline players
  • Check slot number is within bound
  • Better compatibility with ChatControlRed
  • Fixed Playername matching with color codes inside
  • Don't split lines in config
  • Reapply fallback color to mention tags
  • Apply mention highlighting for everyone
  • Fixed EcoHook with empty UUID
  • Apply event cancellation state to paper chat event

4.2.3

正式版
加载器
bungeecord · paper · purpur · spigot · velocity · waterfall
MC 版本
1.8.9 · 1.9.4 · 1.10.2 · 1.11.2 · 1.12.2 · 1.13.2 · 1.14.4 · 1.15.2 · 1.16.5 · 1.17.1 · 1.18.2 · 1.19.2
InteractiveChat-4.2.3.13.jar5 MBSHA-1 f4018d3d74e534e974a5d0dd93c8d9635277a653获取文件 InteractiveChat-4.2.3.13.jar
展开更新日志
  • Support Minecraft 1.19.1, note that chat verification will be effectively disabled
  • Added new debug command "dumpnbt"
  • Catch packet cloning errors
  • Fixed font tags eating into components without fonts
  • Make previous color carry into custom placeholder replace text
  • Improved handling custom sounds
  • Workaround valid literal chat components

依赖关系