{"id":139015,"date":"2026-06-08T08:36:01","date_gmt":"2026-06-08T05:36:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/"},"modified":"2026-06-08T08:36:01","modified_gmt":"2026-06-08T05:36:01","slug":"showcase","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/","title":{"rendered":"Showcase"},"content":{"rendered":"<p># Showcase Mod<\/p>\n<p>> The current description is for V2. For V1, please click here.<\/p>\n<p>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.<\/p>\n<p>\ud83d\udcd6 **Complete Documentation**<\/p>\n<p>## \u2728 Features<\/p>\n<p>&#8211; **Comprehensive Sharing**: Items, inventories, containers, and villager trades<br \/>\n&#8211; **Server-Side**: No client installation required<br \/>\n&#8211; **Interactive Previews**: Auto-unpack containers, view books and maps<br \/>\n&#8211; **Multi-Language**: Support for 17+ languages<br \/>\n&#8211; **Persistent Storage**: Shares saved until expiration<br \/>\n&#8211; **Permission System**: LuckPerms integration<br \/>\n&#8211; **Configurable Chat Keywords**: Customizable trigger words for quick sharing<br \/>\n&#8211; **Statistics Tracking**: Player statistics with detailed categorization<br \/>\n&#8211; **Developer Placeholders**: PlaceholderAPI integration for other plugins<br \/>\n&#8211; **Chat Item Icons**: Customizable item icons in chat messages (Experimental)<\/p>\n<details>\n<summary><strong>About Chat Item Icons<\/strong> (Experimental)<\/summary>\n<p>Displays item icons in chat messages for shared items.<\/p>\n<p>**Why Resource Pack?** As a server-side mod, we use Minecraft&#8217;s custom font system to render icons.<\/p>\n<p>**Setup**:<br \/>\n1. Generate resource pack at IconifyCraft<br \/>\n2. Host the pack on a web server<br \/>\n3. Enable in `config\/showcase\/config.yml`: `itemIcons.enabled = true`<br \/>\n4. Add to `server.properties`:<br \/>\n   &#8220;`properties<br \/>\n   resource-pack=<your-hosted-pack-url><br \/>\n   resource-pack-sha1=<pack-sha1-hash>\n   require-resource-pack=true<br \/>\n   &#8220;`<\/p>\n<p>**Config Options**:<br \/>\n&#8220;`yaml<br \/>\nitemIcons:<br \/>\n  enabled: false                    # Enable\/disable icons<br \/>\n  fontNamespace: &#8220;iconifycraft&#8221;     # Resource pack namespace<br \/>\n  includeInItemNames: true          # Show icons in item names<br \/>\n&#8220;`<\/p>\n<p>\u26a0Warning: Experimental feature. Current support for displaying blocks, including chests and ender chests, is incomplete.<br \/>\n<\/details>\n<p>## \u2328\ufe0f Commands<\/p>\n<p>> \ud83d\udca1 **View detailed command reference** with examples and permissions<\/p>\n<p>### Player Commands<\/p>\n<p>&#8220;`<br \/>\n\/showcase <type> [player] [duration] [description]<br \/>\n&#8220;`<br \/>\n**Types**: `item`, `inventory`, `hotbar`, `enderchest`, `container`, `merchant`, `stats`<\/p>\n<p>**Duration formats**: `30s`, `5m`, `1h`, `1h30m` or raw seconds (e.g. `300`)<\/p>\n<p>**Other Commands**:<br \/>\n&#8211; `\/showcase cancel <id>` &#8211; Cancel your share<br \/>\n&#8211; `\/showcase-view <id>` &#8211; View shared content<\/p>\n<p>### Admin Commands<br \/>\n&#8220;`<br \/>\n\/admin-showcase <type> <player> [receiver] [duration] [description]<br \/>\n\/showcase-manage <action> [args]<br \/>\n&#8220;`<\/p>\n<p>**Actions**: `reload`, `list [page]`, `cancel <id|player>`<\/p>\n<p>### Chat Keywords<\/p>\n<p>Players can type keywords in square brackets to quickly share content:<\/p>\n<p>**Default Keywords** (configurable in `config.yml`):<br \/>\n&#8211; `[item]` or `[i]` &#8211; Share held item<br \/>\n&#8211; `[inventory]` or `[inv]` &#8211; Share inventory<br \/>\n&#8211; `[hotbar]` or `[hb]` &#8211; Share hotbar<br \/>\n&#8211; `[ender_chest]` or `[ec]` &#8211; Share ender chest<br \/>\n&#8211; `[stats]` or `[stat]` &#8211; Share statistics<\/p>\n<p>Example: `Check out my [item]!` \u2192 automatically replaced with clickable share link<\/p>\n<p>## \ud83d\udd0c Developer API<\/p>\n<p>> \ud83d\udd17 **Full API Documentation** &#8211; Integration guides and examples<\/p>\n<p>### PlaceholdersAPI Integration<\/p>\n<p>**Basic Sharing**:<br \/>\n&#8220;`<br \/>\n%showcase:item%        &#8211; Share held item<br \/>\n%showcase:inventory%   &#8211; Share inventory<br \/>\n%showcase:hotbar%      &#8211; Share hotbar<br \/>\n%showcase:ender_chest% &#8211; Share ender chest<br \/>\n%showcase:stats%       &#8211; Share statistics<br \/>\n&#8220;`<\/p>\n<p>**Essential Statistics**:<br \/>\n&#8220;`<br \/>\n%showcase:shares_count% &#8211; Number of active shares<br \/>\n%showcase:total_views%  &#8211; Total views received<br \/>\n%showcase:can_share_item% &#8211; Permission check (true\/false)<br \/>\n%showcase:has_admin_perms% &#8211; Admin check (true\/false)<br \/>\n&#8220;`<\/p>\n<p>\ud83d\udcda **View all placeholders**<\/p>\n<p>## \u2699\ufe0f Configuration<\/p>\n<p>> \u2699\ufe0f **Configuration Reference** &#8211; Complete settings guide<\/p>\n<p>Main configuration file: `config\/showcase\/config.yml` (YAML format)<\/p>\n<p>**Key Settings**:<br \/>\n&#8211; Share cooldowns and permissions<br \/>\n&#8211; Chat keywords and triggers<br \/>\n&#8211; Statistics tracking options<br \/>\n&#8211; Performance optimization<br \/>\n&#8211; Multi-language support<\/p>\n<p>\ud83d\udcd6 **View example config** | \ud83d\udd10 **Permission setup**<\/p>\n<p>## \ud83d\udcda Documentation &#038; Resources<\/p>\n<p>&#8211; **Complete Documentation** &#8211; Full feature documentation<br \/>\n&#8211; **Getting Started** &#8211; Installation and setup guide<br \/>\n&#8211; **Command Reference** &#8211; All commands with examples<br \/>\n&#8211; **Configuration Guide** &#8211; Settings and customization<br \/>\n&#8211; **Developer API** &#8211; PlaceholderAPI integration<br \/>\n&#8211; **FAQ &#038; Troubleshooting** &#8211; Common issues and solutions<\/p>\n<p>## \ud83d\udcdd License<\/p>\n<p>[MIT](.\/LICENSE)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A server-side mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.<\/p>\n","protected":false},"featured_media":139016,"template":"","meta":{"_minecraft_slug":"showcase","_minecraft_project_id":"DC8AYtgP","_minecraft_author":"Hyouka","_minecraft_license":"MIT","_minecraft_downloads":2720,"_minecraft_follows":17,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"showcase.zip","_minecraft_size_bytes":49934029,"_minecraft_version_count":40,"_minecraft_updated_at":"2026-05-15T17:21:16.064739Z","_minecraft_date_created":"2025-06-23T08:01:16.076481Z","_minecraft_date_modified":"2025-12-23T11:48:39.928861Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/showcase","_minecraft_icon_attachment_id":139016,"_minecraft_imported_at":"2026-06-08T05:36:02+00:00","_minecraft_import_hash":"1b1ccb4c6dcfb85484dee877671cf6f6","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[97,126,98,867,92],"mod_loader":[99,100],"minecraft_version":[101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-139015","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-fabric","mod_category-management","mod_category-quilt","mod_category-social","mod_category-utility","mod_loader-fabric","mod_loader-quilt","minecraft_version-1-20-5","minecraft_version-1-20-6","minecraft_version-1-21","minecraft_version-1-21-1","minecraft_version-1-21-10","minecraft_version-1-21-11","minecraft_version-1-21-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6","minecraft_version-1-21-7","minecraft_version-1-21-8","minecraft_version-1-21-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Showcase - Minecraft<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Showcase - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A server-side mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/\",\"name\":\"Showcase - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp\",\"datePublished\":\"2026-06-08T05:36:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/showcase\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Mods\",\"item\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Showcase\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/\",\"name\":\"Minecraft\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Showcase - Minecraft","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/","og_locale":"en_US","og_type":"article","og_title":"Showcase - Minecraft","og_description":"A server-side mod that allows players to share links in chat to showcase items, inventories, containers, villager trades, and statistics through commands or chat keywords.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/","name":"Showcase - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp","datePublished":"2026-06-08T05:36:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/showcase\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/showcase-icon-fee9d99808511a3c659e597d4346b7f55f1e5bac_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/showcase\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/vpesports.com\/minecraft\/"},{"@type":"ListItem","position":2,"name":"Mods","item":"https:\/\/vpesports.com\/minecraft\/mods\/"},{"@type":"ListItem","position":3,"name":"Showcase"}]},{"@type":"WebSite","@id":"https:\/\/vpesports.com\/minecraft\/#website","url":"https:\/\/vpesports.com\/minecraft\/","name":"Minecraft","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/vpesports.com\/minecraft\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod\/139015","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod"}],"about":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/types\/mod"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media\/139016"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=139015"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=139015"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=139015"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=139015"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}