ShowcaseOnChat

Quick rating

ShowcaseOnChat

No reviews yet

A server-side Minecraft mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.

QoL & Tweaks
Mod Loaders
Fabric
Quilt
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
MIT License
Latest Version
Showcase v2.5.0 for Minecraft 26.1.2
Authors
CurseForge
Modrinth

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

About

Description

Showcase Mod

The current description is for V2. For V1, please click here.

A server-side Minecraft mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.

📖 Complete Documentation

✨ Features

  • Comprehensive Sharing: Items, inventories, containers, and villager trades
  • Server-Side: No client installation required
  • Interactive Previews: Auto-unpack containers, view books and maps
  • Multi-Language: Support for 17+ languages
  • Persistent Storage: Shares saved until expiration
  • Permission System: LuckPerms integration
  • Configurable Chat Keywords: Customizable trigger words for quick sharing
  • Statistics Tracking: Player statistics with detailed categorization
  • Developer Placeholders: PlaceholderAPI integration for other plugins
  • Chat Item Icons: Customizable item icons in chat messages (Experimental)

<details> <summary>About Chat Item Icons (Experimental)</summary>

Displays item icons in chat messages for shared items.

Why Resource Pack? As a server-side mod, we use Minecraft's custom font system to render icons.

Setup:

  1. Generate resource pack at IconifyCraft
  2. Host the pack on a web server
  3. Enable in config/showcase/config.yml: itemIcons.enabled = true
  4. Add to server.properties:
   resource-pack=<your-hosted-pack-url>
   resource-pack-sha1=<pack-sha1-hash>
   require-resource-pack=true

Config Options:

itemIcons:
  enabled: false                    # Enable/disable icons
  fontNamespace: "iconifycraft"     # Resource pack namespace
  includeInItemNames: true          # Show icons in item names

⚠Warning: Experimental feature. Current support for displaying blocks, including chests and ender chests, is incomplete. </details>

⌨️ Commands

💡 View detailed command reference with examples and permissions

Player Commands

/showcase <type> [player] [duration] [description]

Types: item, inventory, hotbar, enderchest, container, merchant, stats

Duration formats: 30s, 5m, 1h, 1h30m or raw seconds (e.g. 300)

Other Commands:

  • /showcase cancel <id> - Cancel your share
  • /showcase-view <id> - View shared content

Admin Commands

/admin-showcase <type> <player> [receiver] [duration] [description]
/showcase-manage <action> [args]

Actions: reload, list [page], cancel <id|player>

Chat Keywords

Players can type keywords in square brackets to quickly share content:

Default Keywords (configurable in config.yml):

  • [item] or [i] - Share held item
  • [inventory] or [inv] - Share inventory
  • [hotbar] or [hb] - Share hotbar
  • [ender_chest] or [ec] - Share ender chest
  • [stats] or [stat] - Share statistics

Example: Check out my [item]! → automatically replaced with clickable share link

🔌 Developer API

🔗 Full API Documentation - Integration guides and examples

PlaceholdersAPI Integration

Basic Sharing:

%showcase:item%        - Share held item
%showcase:inventory%   - Share inventory
%showcase:hotbar%      - Share hotbar
%showcase:ender_chest% - Share ender chest
%showcase:stats%       - Share statistics

Essential Statistics:

%showcase:shares_count% - Number of active shares
%showcase:total_views%  - Total views received
%showcase:can_share_item% - Permission check (true/false)
%showcase:has_admin_perms% - Admin check (true/false)

📚 View all placeholders

⚙️ Configuration

⚙️ Configuration Reference - Complete settings guide

Main configuration file: config/showcase/config.yml (YAML format)

Key Settings:

  • Share cooldowns and permissions
  • Chat keywords and triggers
  • Statistics tracking options
  • Performance optimization
  • Multi-language support

📖 View example config | 🔐 Permission setup

📚 Documentation & Resources

📝 License

MIT

Showcase Mod

The current description is for V2. For V1, please click here.

A server-side Minecraft mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.

📖 Complete Documentation

✨ Features

  • Comprehensive Sharing: Items, inventories, containers, and villager trades
  • Server-Side: No client installation required
  • Interactive Previews: Auto-unpack containers, view books and maps
  • Multi-Language: Support for 17+ languages
  • Persistent Storage: Shares saved until expiration
  • Permission System: LuckPerms integration
  • Configurable Chat Keywords: Customizable trigger words for quick sharing
  • Statistics Tracking: Player statistics with detailed categorization
  • Developer Placeholders: PlaceholderAPI integration for other plugins
  • Chat Item Icons: Customizable item icons in chat messages (Experimental)
About Chat Item Icons (Experimental)

Displays item icons in chat messages for shared items.

Why Resource Pack? As a server-side mod, we use Minecraft's custom font system to render icons.

Setup:

  1. Generate resource pack at IconifyCraft
  2. Host the pack on a web server
  3. Enable in config/showcase/config.yml: itemIcons.enabled = true
  4. Add to server.properties:
    resource-pack=<your-hosted-pack-url>
    resource-pack-sha1=<pack-sha1-hash>
    require-resource-pack=true
    

Config Options:

itemIcons:
  enabled: false                    # Enable/disable icons
  fontNamespace: "iconifycraft"     # Resource pack namespace
  includeInItemNames: true          # Show icons in item names

⚠Warning: Experimental feature. Current support for displaying blocks, including chests and ender chests, is incomplete.

⌨️ Commands

💡 View detailed command reference with examples and permissions

Player Commands

/showcase <type> [player] [duration] [description]

Types: item, inventory, hotbar, enderchest, container, merchant, stats

Duration formats: 30s, 5m, 1h, 1h30m or raw seconds (e.g. 300)

Other Commands:

  • /showcase cancel <id> - Cancel your share
  • /showcase-view <id> - View shared content

Admin Commands

/admin-showcase <type> <player> [receiver] [duration] [description]
/showcase-manage <action> [args]

Actions: reload, list [page], cancel <id|player>

Chat Keywords

Players can type keywords in square brackets to quickly share content:

Default Keywords (configurable in config.yml):

  • [item] or [i] - Share held item
  • [inventory] or [inv] - Share inventory
  • [hotbar] or [hb] - Share hotbar
  • [ender_chest] or [ec] - Share ender chest
  • [stats] or [stat] - Share statistics

Example: Check out my [item]! → automatically replaced with clickable share link

🔌 Developer API

🔗 Full API Documentation - Integration guides and examples

PlaceholdersAPI Integration

Basic Sharing:

%showcase:item%        - Share held item
%showcase:inventory%   - Share inventory
%showcase:hotbar%      - Share hotbar
%showcase:ender_chest% - Share ender chest
%showcase:stats%       - Share statistics

Essential Statistics:

%showcase:shares_count% - Number of active shares
%showcase:total_views%  - Total views received
%showcase:can_share_item% - Permission check (true/false)
%showcase:has_admin_perms% - Admin check (true/false)

📚 View all placeholders

⚙️ Configuration

⚙️ Configuration Reference - Complete settings guide

Main configuration file: config/showcase/config.yml (YAML format)

Key Settings:

  • Share cooldowns and permissions
  • Chat keywords and triggers
  • Statistics tracking options
  • Performance optimization
  • Multi-language support

📖 View example config | 🔐 Permission setup

📚 Documentation & Resources

📝 License

MIT

Screenshots

Gallery

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~3,000
Total Downloads
CurseForge
<1,000
Modrinth
~3,000
Last Updated
CurseForge
Modrinth
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works