Minecraft plugin InteractiveChat
Information about the Minecraft plugin InteractiveChat and servers where it is used
🔌 About the plugin InteractiveChat
InteractiveChat — is a plugin for Minecraft servers that allows players to show items, inventories and custom interactive keywords inside chat messages. InteractiveChat enhances chat by adding click and hover events, player mentions and cross‑server support for proxy networks.
🎯 Purpose
InteractiveChat solves the problem of static chat by letting players share rich, interactive content (items in hand, full inventory, ender chest) and by enabling server owners to define custom interactive placeholders. The plugin is designed to work on top of existing chat formatting plugins, not to replace them.
- Key uses:
- Sharing an item preview in chat without opening inventories.
- Showing a player's inventory or ender chest in chat.
- Defining clickable/hoverable custom keywords and placeholders.
- Cross‑server interactive chat through proxy (BungeeCord/Velocity).
⚙ Main features
- Item, inventory and ender‑chest display placeholders (e.g. item, inv, ender).
- Custom interactive keywords and placeholders with hover text and click actions.
- Interactive player names and mention system with notifications (sound, actionbar, title etc.).
- Cross‑server support when enabled on proxy and backend servers.
- RGB and font formatting support on 1.16+ clients.
- Works on Spigot/Paper and supports Adventure where available.
🧩 Who it fits
InteractiveChat is suitable for server admins who want richer chat interactions without replacing their chat formatter. Fits:
- Survival and RPG servers wanting item sharing.
- Networked servers (BungeeCord/Velocity) that need cross‑server placeholders.
- Servers using PlaceholderAPI, ProtocolLib/PacketEvents and Vault for extended features.
🏗 Examples of use
- Players type item to show the item in their hand; hovering shows name and lore, clicking can run a command.
- Staff use custom keywords to display help snippets with clickable links (commands) in chat.
- Cross‑server chat shows inventories and mentions across a proxy network.
⌨️ Commands
| Command | Description | Permission | Access |
|---|---|---|---|
/interactivechat reload (or /ic reload) | Reloads the plugin | interactivechat.reload | Admin / Console |
/interactivechat update (or /ic update) | Check for updates | interactivechat.update | Admin / Console |
/interactivechat chat (or /ic chat) | Send chat messages with placeholder and player name auto complete | interactivechat.chat | Player / Admin |
/interactivechat list (or /ic list) | List all placeholders you can use | interactivechat.list | Player / Admin |
/interactivechat mentiontoggle (or /ic mentiontoggle) | Toggle mentioning for yourself | interactivechat.mention.toggle | Player |
/interactivechat setinvdisplaylayout (or /ic setinvdisplaylayout) | Set your preferred inventory display layout | interactivechat.module.inventory.setlayout | Player |
/interactivechatproxy backendinfo (proxy only, /icp backendinfo) | List InteractiveChat info of backend servers | interactivechat.backendinfo | Admin / Console |
Note: Commands list is taken from the plugin's official resource and matches the plugin's shipped commands.
🔐 Permissions
| Permission | Description | Default |
|---|---|---|
interactivechat.reload | Allows you to reload the plugin | op |
interactivechat.backendinfo | Allows checking backend servers status on a proxy | op |
interactivechat.cooldown.bypass | Bypass cooldowns | op |
interactivechat.module.item | Use the item placeholder | true |
interactivechat.module.inventory | Use the inventory placeholder | true |
interactivechat.module.inventory.setlayout | Set personal inventory display layout | true |
interactivechat.module.inventory.setlayout.others | Set inventory display layout for others | op |
interactivechat.module.enderchest | Use the ender chest placeholder | true |
interactivechat.module.custom | Use custom placeholders in chat | true |
interactivechat.mention.player | Allow mentioning other players | true |
interactivechat.mention.here | Allow @here mentions | op |
interactivechat.mention.everyone | Allow @everyone mentions | op |
interactivechat.mention.toggle | Toggle your own mentions | true |
interactivechat.mention.toggle.others | Toggle mentions for others | op |
interactivechat.list | List placeholders you have permission to use | true |
interactivechat.list.all | List all placeholders | op |
interactivechat.parse | Try out placeholders you have permission to use | true |
interactivechat.chat | Use the interactive chat command | true |
interactivechat.chatcolor.translate | Use alternate color codes | true |
interactivechat.customfont.translate | Use font formatting codes | true |
interactivechat.update | Receive update notifications | op |
interactivechat.bedrock.events | Allow Bedrock players to access chat events menu (Geyser/Floodgate) | true |
⚙ Installation
📥 Installation
- Download the InteractiveChat .jar from the official resource (Spigot/Modrinth/GitHub releases).
- Place the .jar into your server's
plugins/folder. - Install required dependencies (see below) into the server
plugins/folder. - Start the server.
- Edit the config if needed and restart the server.
📦 Dependencies
- Required: ProtocolLib OR PacketEvents + PacketEvents Module (use the version compatible with your server).
- Required: PlaceholderAPI.
- Required: Vault (for economy integrations if used).
Soft dependencies / integrations (supported but not required): EssentialsX, EssentialsXChat, EssentialsXDiscord, OpenInv, SuperVanish, PremiumVanish, CMI, DeluxeChat, VentureChat, DiscordSRV, Dynmap, LuckPerms, ViaVersion, ProtocolSupport and others.
🧾 Configuration
- The plugin generates its configuration on first run (config files are editable and fully translatable).
- All messages are configurable and translatable; default language: English (en‑US).
- You can toggle item/inventory/ender placeholders and change their keywords in config.
- Information about database support (MySQL/SQLite) is not present in official sources.
🧠 Additional information
Known limitations & conflicts
- InteractiveChat modifies chat at packet level; it can partially or fully disable Minecraft's chat message signing (sender verification) introduced in 1.19.1 — this affects the built‑in chat reporting utility.
- As it manipulates chat packets, compatibility with other packet‑level chat plugins must be tested.
- Some features (cross‑server placeholders, mentions) require proper proxy configuration and the plugin installed with matching config on backends.
FAQ (selected)
Q: My placeholders show raw codes like %player_name% — what to do?
A: PlaceholderAPI expansions must be installed (use /papi ecloud download <expansion> and /papi reload).
Q: Players get kicked for "You are sending too many packets!" after installing — why? A: That kick commonly comes from ViaVersion/packet limits. Adjust ViaVersion's GLOBAL PACKET LIMITER or check packet pipeline plugins.
Q: Does InteractiveChat support Discord? A: There is an official DiscordSRV addon that integrates InteractiveChat features into Discord; the addon is provided separately.
Q: Does InteractiveChat collect metrics (bStats)? A: Official sources do not state whether bStats is used; information absent in primary resources.
API & development
- InteractiveChat exposes an API for developers (API classes available in the plugin repository).
Keywords (SEO)
This page contains: InteractiveChat, minecraft plugin, paper plugin, spigot plugin, minecraft server, plugin commands, plugin permissions, item display, inventory preview, cross‑server chat.
Useful links
- https://github.com/LOOHP/InteractiveChat
- https://www.spigotmc.org/resources/75870/
- https://modrinth.com/plugin/interactivechat/
- https://hangar.papermc.io/LOOHP/InteractiveChat/
- https://github.com/LOOHP/InteractiveChat-DiscordSRV-Addon
- https://github.com/sponsors/LOOHP
- https://paypal.me/loohpjames/5USD
- https://github.com/LOOHP/InteractiveChat/issues
- Restarting...1554.48
- AetherCraft852.42
- |
Whitelisted Java survival SMP: no planned wipes, player-driven economy, weekly events and optional PvP. Friendly adult community — join via site or Discord.
552.21 - ÂGospelCraft - Introducing scripture through gaming ÂÂ|ÂâTownyâÂÂ|Âð¡McMMOð¹ÂÂ|ÂâJobsâªÂÂ|ÂâCustom MobsâÂÂ|
Christian-themed Towny survival with custom mobs, mcMMO, jobs and an emphasis on scripture introduced through gameplay.
551.71 - Press Start450.06
- DaemoniaCraft
Towny‑based RPG Survival with Solo‑Leveling vibes, custom mobs, economy and Bedrock support — deep progression for grindy RPG fans.
247.99 - 2b2hub Community anarchy246.59
- Una gran aventura te espera! RANGO VIP con dinero del JUEGO!
Survival server with in‑game economy, VIP ranks purchasable with game money, cross‑play (Java & Bedrock), shops, events and community features.
542.72 - Â Â ÂÂÂÂÂÂÂÂEÂÂÂÂÂÂÂÂTÂÂÂÂÂÂÂÂHÂÂÂÂÂÂÂÂEÂÂÂÂÂÂÂÂLÂÂÂÂÂÂÂÂMÂÂÂÂÂÂÂÂCÂ | ÂÂÂÂÂÂÂÂ1ÂÂÂÂÂÂÂÂ.ÂÂÂÂÂÂÂÂ2ÂÂÂÂÂÂÂÂ1.11 Â ÂÂÂÂÂÂÂÂFÂÂÂÂÂÂÂÂoÂÂÂÂÂÂÂÂrÂÂÂÂÂÂÂÂgÂÂÂÂÂÂÂÂe ÂÂÂÂÂÂÂÂTÂÂÂÂÂÂÂÂhÂÂÂÂÂÂÂÂe ÂÂÂÂÂÂÂÂFÂÂÂÂÂÂÂÂuÂÂÂÂÂÂÂÂtÂÂÂÂÂÂÂÂuÂÂÂÂÂÂÂÂrÂÂÂÂÂÂÂÂeÂÂÂÂÂÂÂÂ!
Community survival with economy, land claims, arenas and crossplay (Java & Bedrock). Ranks, player shops and seasonal events.
040.51 - Anarchy has taken over.035.13
- + Hezzuz Survival : 1.16.x - 1.21.x +
Survival server with clans, mcMMO, economy, ranks and cross‑play — classic survival with extra features and regular events.
033.46 - BendingMC - [ 1.20+ Towny ] TOWNY WILD RESET UPDATE!
Towny‑focused survival with custom items, jobs, mcMMO skills and active events — build towns, protect land and play with RPG features.
026.76 - SHADOWYN [1.21.4]
Indonesian survival server with economy, ranks and custom content — friendly community and active features.
026.02 - Ââ¡ ÂWreckedStormSMP Ââ¡ Â1.21+ NA Lifesteal | Survival | discord.gg/wreckedstormsmp
Lifesteal Survival SMP with custom plugins, active community and PvP-driven progression — play smart, fight hard.
025.5 - ÂÂSurvivalMC024.95
- Mango Bay - 1 j jt 0
Community‑built semi‑vanilla survival server with grief prevention, friendly staff and voting rewards — fair play and quality‑of‑life addons.
023.05 - LiminalDream022.39
- Prison 2.0022.21
Minecraft plugin InteractiveChat is used on public servers to extend gameplay, add new mechanics, or improve server management. This page contains up-to-date information about the plugin's purpose, usage, and popularity among servers.
The catalog of servers with InteractiveChat is generated automatically based on real data. You can see which Minecraft servers have this plugin installed, how often it is used, and what role it plays in gameplay.
InteractiveChat usage statistics help assess its relevance and distribution. Data is updated regularly and reflects the real state of the Minecraft server ecosystem without manual input.
The Minecraft plugin InteractiveChat page is useful for server owners choosing functionality for their project and for players who want to understand what features a server with this plugin offers.
Use this page to find Minecraft servers with the InteractiveChat plugin, analyze its popularity, and make an informed decision about using the plugin on your server.