Elegantly display your held item, inventory, or ender chest in chat — making sharing easier!
Explore the docs »
View Modrinth Page
·
View GitHub Page
·
Report Bug
·
Request Feature
Table of Contents
Show My Item is a lightweight Minecraft Fabric mod designed for servers. It allows players to share their held item, entire inventory, or ender chest in chat using simple placeholders like [item], [inventory], or [enderchest]. Other players can hover over item names to see full tooltips, or click links to view a read-only container of the shared inventory.
What problem does it solve?
- No more manually typing complicated item names or making friends guess what you're holding.
- Share your inventory or ender chest instantly without complicated commands.
- Hover to see details, click to view the full inventory — communication becomes intuitive and visual.
- Purely for sharing and showing off, with no cheating or game-breaking elements.
Why choose it?
- Simple: Natural language placeholders, works with both English and Chinese.
- Powerful: Supports main hand, offhand, inventory (including armor and offhand), and ender chest.
- Configurable: Carpet-like chat menu for adjusting expiration time, max snapshots, and language on the fly.
- Lightweight: Server-side only; clients do not need to install the mod.
- Compatible: Built on Fabric API, compatible with most mods.
Of course, no mod can satisfy everyone. If you have any suggestions, feel free to open an Issue or Pull Request.
- Minecraft 1.21.4
- Fabric Loader (>=0.16.9)
- Fabric API (>=0.119.4)
- Java 21
To use this mod on your server (or in singleplayer), follow these steps.
- Minecraft 1.21.4 server or client (if playing singleplayer).
- Fabric Loader 0.16.9 or higher.
- Fabric API (required on server; not required on client, but having it doesn't hurt).
-
Download the mod
Download the latest JAR file from Modrinth or GitHub Releases. -
Place the mod
Put the JAR file into themodsfolder of your server.
For singleplayer, also put it into the client'smodsfolder (it will work on the integrated server). -
Start the game/server
No extra configuration needed — the mod will work automatically, and a config file will be created atconfig/showmyitem.json.
The mod supports the following placeholders that can be used directly in chat (these are the English version placeholders; see the Chinese documentation for Chinese placeholders):
| Placeholder | Description |
|---|---|
[item] |
Main hand item |
[offhand] |
Offhand item |
[inventory] |
Share your entire inventory (including armor and offhand); generates a clickable link |
[enderchest] |
Share your ender chest; generates a clickable link |
Note
Placeholders are independent of server language. You can use these English placeholders in any language environment. If you prefer Chinese, you can also use the Chinese equivalents [物品], [副手], [背包], [末影箱].
- Make sure you are holding an item.
- Type a message containing placeholders, for example:
Check this out! [item] My inventory: [inventory] My ender chest: [enderchest] - After sending, placeholders will be replaced with item names or clickable links.
- Other players can hover over item names to see tooltips, or click
[Player's Inventory]/[Player's Ender Chest]to open a read-only view.
- Hover: Hovering over an item name shows its full tooltip (enchantments, durability, custom name, etc.).
- Click inventory/ender chest links: Opens a secure, read-only container showing the target's main inventory, armor, offhand, or ender chest. Items cannot be moved or taken, preventing item duplication exploits.
- Permission: Only the snapshot creator or OPs can open a link; others will receive an error message.
The mod features a Carpet-like chat menu accessible via the /showmyitem command.
| Command | Description | Permission |
|---|---|---|
/showmyitem |
Show all settings and version info | Everyone |
/showmyitem category <category> |
Show settings for a category | Everyone |
/showmyitem find <query> |
Fuzzy search for settings | Everyone |
/showmyitem viewinv <snapshotID> |
View inventory snapshot | Creator or OP |
/showmyitem viewender <snapshotID> |
View ender chest snapshot | Creator or OP |
/showmyitem set <key> <value> |
Modify a config option | OP (level 2) |
/showmyitem reloadconfig |
Reload configuration from file | OP (level 2) |
Config file is located at config/showmyitem.json. You can edit it directly or change values in-game using the menu/commands:
snapshotExpiryMs: Expiration time for snapshots in milliseconds (default 300000 = 5 minutes).maxSnapshots: Maximum number of snapshots stored at once (default 100).defaultLanguage: Server default language, eitheren_usorzh_cn.
After editing, use /showmyitem reloadconfig to apply changes without restarting.
- Main hand item display (
[item]) - Offhand item display (
[offhand]) - Inventory sharing with armor and offhand (
[背包]/[inventory]) - Ender chest sharing (
[末影箱]/[enderchest]) - Server-side only architecture
- Multi-language support (English / Chinese) with auto-detection of placeholders
- Carpet-style config menu with clickable settings
- Config hot-reload
- Secure read-only containers to prevent item duplication
- Share more info: health, hunger, etc.
- Share targeted block/entity
- More language support
See open issues for a full list of requested features and known issues.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
- Run
./gradlew buildto build the mod. - The remapped jar is located in
build/libs/. - The development jar is placed in
build/devlibs/(not for distribution).
Distributed under the MIT License. See LICENSE for more information.
Project Link: https://github.com/PhantomPixel-0418/ShowMyItem
This README template was inspired by: