InteractiveChat | Show Items / Inventory in Chat | Custom Chat Keywords | Bungee & Velocity Support icon

InteractiveChat | Show Items / Inventory in Chat | Custom Chat Keywords | Bungee & Velocity Support -----

A plugin to work on top of your chat formatting plugins through modifying packets!



[​IMG] Consider donating!
It helps me keep on supporting my plugins while keeping them free! Click me!

Looking for places to host your new Minecraft server? Look no further than BisectHosting! (25% off inside!)
[​IMG]
Before being a plugin developer, I've actually used BisectHosting before. Their servers run smoothly (when given enough RAM, of course) and they respond to their support tickets super fast, 24/7. They continued to assist me swiftly own downloading my data and worlds even after my server had expired!

With BisectHosting, you'll be able to get your own server in just a few clicks!

Interested? Then here's a deal for you!
Click the banner or the link below to get a 25% discount off your first month when buying any of their gaming servers!
It also supports my development as well, take it as an alternative way to donate while getting your very own Minecraft server as well!


P.S. Using the link or clicking the banner rather than the code supports me more! (Costs you no extra!)

https://www.bisecthosting.com/loohp

[​IMG]

[​IMG]
Join the discord server here!


[​IMG]


This plugin will effectively (completely or partially, depending on the server setup and configuration) DISABLE the chat message signing system (sender verification) added in 1.19.1, this will affect the reportability of your chat messages using the chat reporting feature introduced on the mentioned version of Minecraft.

=================================
[​IMG]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!

=================================

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!

Features
Video by Server.pro featuring an older 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)
[​IMG]


[​IMG] [​IMG]
^ 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

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

3. Interactive Player Names
- Replace all player names that appear in the chat with interactive content, such as hover messages and click actions!
(Supports Essentials Nicknames! You can create an addon through the API if you need support for your own nicknaming plugins.)

[​IMG]

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!)
[​IMG]

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!
Code (Text):
&x&f&f&f&f&f&f
or
Code (Text):
[color=#123456]
or
Code (Text):
&#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.
Code (Text):
[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 to 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)
- ProtocolLib (Please install the latest version that is compatible with your server version)
- PlaceholderAPI
- Vault


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 ALL spigot 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
[​IMG]

Jenkins

Showcase Server
Want to give the plugin a try?
Code (Text):
IP: mc.loohpjames.com
[​IMG]

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
Code (YAML):
 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/Interactiv...n/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


[​IMG] [​IMG]
[​IMG]

Notes:
I only guarantee that the plugin works perfectly and with full features in the latest version of spigot and paper
Mainly because I am a student and my time is limited, sadly you can't live with just doing what you like, writing plugins, life just doesn't work like what we all wanted :(
Older versions are just "supported", so they might be missing a few features or hooks, but generally should work just fine.
Nevertheless, do your own testing to be sure, just like any other plugin on this forum.


Report problems on discord (recommended) or in the discussion, not in a review. Thanks :)
Resource Information
Author:
----------
Total Downloads: 90,194
First Release: Mar 9, 2020
Last Update: Feb 27, 2025
Category: ---------------
All-Time Rating:
163 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings