
Show My Item
Elegantly display your held item, inventory, or ender chest in chat — making sharing easier!
Screenshots
![Show your item in chat by sending '[item]'](https://cdn.modrinth.com/data/pMKJZtiq/images/e2ae7958d4e946be1a72fc535a5fc6ec11c17f58_350.webp)
About this Mod
Show My Item
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
About The Project
![]()
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.
Built With
- Minecraft 1.21.4
- Fabric Loader (>=0.16.9)
- Fabric API (>=0.119.4)
- Java 21
Getting Started
To use this mod on your server (or in singleplayer), follow these steps.
Prerequisites
- 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).
Installation
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.
Usage
Placeholders
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[物品],[副手],[背包],[末影箱].
Basic Usage
- 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.
Interaction Details
- 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.
Configuration
The mod features a Carpet-like chat menu accessible via the /showmyitem command.
Commands
| 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) |
Configuration Options
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.
Roadmap
- 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.
Contributing
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
Building
- 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).
License
Distributed under the MIT License. See LICENSE for more information.
Contact
Project Link: https://github.com/PhantomPixel-0418/ShowMyItem
Acknowledgments
This README template was inspired by:
Available Versions
How to Install Show My Item on Your Server
Order Server
Order a Minecraft Java server with at least 3 GB RAM (4 GB recommended).
Set fabric Loader
In the panel under "Egg", select the fabric loader and matching Minecraft version (1.21.4).
Install Mod
Open the mod browser in the dashboard and search for "Show My Item". Click "Install" – done! Alternatively, upload the .jar via SFTP to the /mods folder.
Compatibility
Mod Loaders
Minecraft Versions
1.21.4
Server-side
✓ RequiredRecommended RAM
4 GB(min. 3 GB)Frequently Asked Questions
Show My Item server crashes on startup – what to do?
Most common cause: wrong fabric version or insufficient RAM. Check the server log (latest.log) for "OutOfMemoryError" or "Mixin" errors. With Mado Hosting: ensure at least 3 GB RAM is allocated and the loader matches the mod version (1.21.4). You can switch loaders with one click in the panel.
Is Show My Item compatible with fabric?
Show My Item officially supports fabric for Minecraft 1.21.4. The Mado dashboard automatically detects incompatible loader combinations.
Server lagging with Show My Item – how to optimize performance?
Recommended RAM: 4 GB (per 8 players). Use /spark profiler to check if Show My Item consumes the most tick time. Common fixes: reduce server view-distance to 8-10, install "performant" or "starlight" as supplementary mods on Forge. With Mado Hosting, your server runs on NVMe SSDs with dedicated CPU cores for minimal latency.
Similar Mods
Rent Modded Server
Install Show My Item with just one click on your server.