{"id":86793,"date":"2026-06-05T02:01:16","date_gmt":"2026-06-04T23:01:16","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/"},"modified":"2026-06-05T02:01:16","modified_gmt":"2026-06-04T23:01:16","slug":"item-flex","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/","title":{"rendered":"Item Flex"},"content":{"rendered":"<p># Item Flex<\/p>\n<p>Item Flex is a plugin that gives players the ability to showcase their held item with a modern holographic display. With over 60 configuration options, you&#8217;re able to tailor the plugin to your servers needs!<\/p>\n<p>&#8212;<\/p>\n<p>## \ud83d\udcf8 Showcase<\/p>\n<p><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube-nocookie.com\/embed\/se-l9HxaWlA\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen><\/iframe><\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; `\/itemflex` command to display your held item<br \/>\n&#8211; Animated hologram made with display entities for zero lag.<br \/>\n&#8211; PlaceholderAPI &#038; Hex Color Support<br \/>\n&#8211; Works with items from plugins like `Nexo` and `ItemsAdder`<br \/>\n&#8211; Fully customizable with over 60+ configuration options<br \/>\n&#8211; Internal placeholders like `%item_lore%` and `%item_enchants%` for displaying complex item data.<br \/>\n&#8211; Built-in cooldown system for limiting spam<\/p>\n<p>&#8212;<\/p>\n<p>### Default Configuration<\/p>\n<details>\n<summary>View Default Configuration<\/summary>\n<p>&#8220;`yaml<br \/>\nSettings:<br \/>\n  # Configuration for plugin permissions and cooldowns.<br \/>\n  Permissions:<br \/>\n    # If true, permission nodes will be enforced across the plugin.<br \/>\n    # If false, only server operators (OPs) can use \/itemflex reload,<br \/>\n    # and all players will be subject to cooldowns.<br \/>\n    Enabled: true<\/p>\n<p>    # Permission node required to use the \/itemflex command.<br \/>\n    Use: &#8220;itemflex.use&#8221;<\/p>\n<p>    # Permission node that allows a player to bypass the usage cooldown.<br \/>\n    Bypass-Cooldown: &#8220;itemflex.cooldownbypass&#8221;<\/p>\n<p>    # Permission node required to execute \/itemflex reload.<br \/>\n    Reload: &#8220;itemflex.reload&#8221;<\/p>\n<p>  # Cooldown duration between uses of the \/itemflex command.<br \/>\n  # Supports flexible time formats, e.g.:<br \/>\n  #   &#8220;1m&#8221; = 1 minute<br \/>\n  #   &#8220;2h 30m&#8221; = 2 hours and 30 minutes<br \/>\n  Use-Cooldown: &#8220;1m&#8221;<\/p>\n<p>  # Maximum number of lore lines shown from the %item_lore% placeholder.<br \/>\n  # If the item has more lore lines than this value, the rest will be skipped.<br \/>\n  # Set to 0 to disable lore entirely.<br \/>\n  Lore-Line-Limit: 3<\/p>\n<p>  # Whether to skip empty lines when displaying %item_lore%.<br \/>\n  # A line is considered empty if it contains no visible characters,<br \/>\n  # including lines that only contain color codes or formatting.<br \/>\n  Ignore-Empty-Lore-Lines: true<\/p>\n<p>  # Vertical spacing between each hologram line.<br \/>\n  # This controls how far apart the lines appear above the item.<br \/>\n  Line-Spacing: 0.17<\/p>\n<p>  # Text lines displayed above the item hologram.<br \/>\n  # Supports PlaceholderAPI placeholders, and internal such as<br \/>\n  #   %item_name% \u2014 The display name of the held item.<br \/>\n  #   %item_lore% \u2014 Each line of the item&#8217;s lore (one hologram line per lore line).<br \/>\n  #<br \/>\n  # \u26a0\ufe0f NOTE: %item_lore% can produce many lines if the item has a long lore.<br \/>\n  # You can limit this by adjusting the Lore-Line-Limit setting.<br \/>\n  Lines:<br \/>\n    &#8211; &#8220;&#038;6&#038;lFLEXING&#8221;<br \/>\n    &#8211; &#8220;%item_name%&#8221;<\/p>\n<p>  # The format of each enchantment line when %item_enchants% is used.<br \/>\n  Enchant-Format: &#8220;&#038;6%enchantment_name% &#038;f%enchantment_level%&#8221;<\/p>\n<p>  Spawn-Location:<br \/>\n    # Distance from the player&#8217;s **eye location** where the hologram spawns.<br \/>\n    Distance: 1.5<\/p>\n<p>    # Offset added to the base spawn location.<br \/>\n    # Useful for raising or shifting the hologram position.<br \/>\n    Offset:<br \/>\n      X: 0<br \/>\n      Y: 1.5<br \/>\n      Z: 0<\/p>\n<p>    # Offset specifically for the item inside the hologram.<br \/>\n    # Should usually match the above offset for best alignment.<br \/>\n    Item-Offset:<br \/>\n      X: 0<br \/>\n      Y: -0.17<br \/>\n      Z: 0<\/p>\n<p>  # How the item is displayed (e.g. NONE, FIXED, GUI).<br \/>\n  # See: https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/entity\/ItemDisplay.ItemDisplayTransform.html<br \/>\n  Display-Transform: GUI<\/p>\n<p>  # Scale of displayed items (if the item is NOT a block).<br \/>\n  Item-Display-Scale: 0.75<\/p>\n<p>  # Scale of displayed items (if the item IS a block).<br \/>\n  Block-Display-Scale: 0.5<\/p>\n<p>  # How the hologram text faces the viewer.<br \/>\n  # See: https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/entity\/Display.Billboard.html<br \/>\n  Billboard-Type: &#8220;VERTICAL&#8221;<\/p>\n<p>  # Background color and opacity of the hologram text.<br \/>\n  # All values are 0\u2013255. Use Opacity: 0 for no background.<br \/>\n  Background-Color:<br \/>\n    Opacity: 0<br \/>\n    Red: 0<br \/>\n    Green: 0<br \/>\n    Blue: 0<\/p>\n<p>  # Brightness of the text lines in the hologram.<br \/>\n  # 0\u201315, where 15 is the brightest.<br \/>\n  Brightness:<br \/>\n    Block: 15<br \/>\n    Sky: 15<\/p>\n<p>  # If true, text lines will render with a shadow for better readability and visual depth.<br \/>\n  Text-Shadow: true<\/p>\n<p>  # Particle effect played when the animation starts.<br \/>\n  Spawn-Particle:<br \/>\n    # Type of particle.<br \/>\n    # See: https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/Particle.html<br \/>\n    Particle: &#8220;GLOW&#8221;<br \/>\n    Count: 20<br \/>\n    Offset:<br \/>\n      X: 0.1<br \/>\n      Y: 0.2<br \/>\n      Z: 0.1<br \/>\n    Speed: 0.01<\/p>\n<p>  # Sound played when the animation starts.<br \/>\n  Spawn-Sound:<br \/>\n    # See: https:\/\/hub.spigotmc.org\/javadocs\/bukkit\/org\/bukkit\/Sound.html<br \/>\n    Sound: &#8220;ENTITY_EVOKER_CAST_SPELL&#8221;<br \/>\n    Volume: 1.2<br \/>\n    Pitch: 1.5<\/p>\n<p>  # Controls the scale animation (in and out).<br \/>\n  Scale-Settings:<br \/>\n    # Initial scale of the item.<br \/>\n    Starting-Scale: 0.01<br \/>\n    # Amount the item scales up\/down per tick.<br \/>\n    Scale-Increment: 0.06<\/p>\n<p>  # Speed of item rotation (in degrees per tick).<br \/>\n  Rotate-Speed: 7<\/p>\n<p>  # Duration of the animation, in ticks (20 ticks = 1 second).<br \/>\n  Animation-Duration: 80<\/p>\n<p>  # Particle effect played when the animation ends.<br \/>\n  Disappear-Particle:<br \/>\n    Particle: &#8220;FIREWORK&#8221;<br \/>\n    Count: 15<br \/>\n    Offset:<br \/>\n      X: 0.2<br \/>\n      Y: 0.2<br \/>\n      Z: 0.2<br \/>\n    Speed: 0.05<\/p>\n<p>  # Sound played when the animation ends.<br \/>\n  Disappear-Sound:<br \/>\n    Sound: &#8220;BLOCK_AMETHYST_BLOCK_BREAK&#8221;<br \/>\n    Volume: 0.8<br \/>\n    Pitch: 1.7<\/p>\n<p>  # Ambient particles shown during the animation.<br \/>\n  Ambient-Particle:<br \/>\n    # How often (in ticks) to spawn particles.<br \/>\n    Frequency: 10<br \/>\n    Particle: &#8220;ENCHANT&#8221;<br \/>\n    Count: 3<br \/>\n    Offset:<br \/>\n      X: 0.1<br \/>\n      Y: 0.1<br \/>\n      Z: 0.1<br \/>\n    Speed: 0<\/p>\n<p>  # Ambient sound played during the animation.<br \/>\n  Ambient-Sound:<br \/>\n    # How often (in ticks) to play this sound.<br \/>\n    Frequency: 20<br \/>\n    Sound: &#8220;BLOCK_BEACON_AMBIENT&#8221;<br \/>\n    Volume: 0.3<br \/>\n    Pitch: 1.2<\/p>\n<p># All plugin messages can be customized below.<br \/>\n# Supports PlaceholderAPI placeholders and Minecraft hex colors (e.g. #A020F0).<br \/>\nMessages:<br \/>\n  # Shown when a player lacks the required permission.<br \/>\n  No-Permission: &#8220;#FF5555You do not have permission to use this.&#8221;<\/p>\n<p>  # Shown when the player runs \/itemflex without holding an item.<br \/>\n  Must-Hold-Item: &#8220;#FFA500You must be holding an item to flex it!&#8221;<\/p>\n<p>  # Shown when the player runs \/itemflex while already flexing an item.<br \/>\n  Flex-Active: &#8220;#FFA500You already have an item flex active!&#8221;<\/p>\n<p>  # Shown when the player tries to flex while on cooldown.<br \/>\n  # Placeholders:<br \/>\n  #   %time% \u2014 Displays the remaining cooldown duration.<br \/>\n  Cooldown-Active: &#8220;#FFD700You&#8217;re still on cooldown! Please wait #FF5555%time%#FFD700 before flexing again.&#8221;<\/p>\n<p>  # Shown when a non-player (e.g. console) tries to execute a player-only command.<br \/>\n  Player-Only: &#8220;#FF4444This command can only be used by players.&#8221;<\/p>\n<p>  # Shown when the plugin configuration is successfully reloaded.<br \/>\n  Config-Reloaded: &#8220;#55FF55\u2714 Configuration reloaded successfully.&#8221;<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>&#8212;<\/p>\n<p>## Plugin Permissions<\/p>\n<p>| Node | Description |<br \/>\n|&#8212;&#8212;|&#8212;&#8212;&#8212;&#8212;-|<br \/>\n| `itemflex.use` | Allows using `\/itemflex` |<br \/>\n| `itemflex.cooldownbypass` | Skips the usage cooldown |<br \/>\n| `itemflex.reload` | Allows reloading the configuration |<\/p>\n<p>&#8212;<\/p>\n<p>## Dependencies<\/p>\n<p>&#8211; Requires: Spigot\/Paper 1.19.4+<br \/>\n&#8211; Optional: PlaceholderAPI for custom placeholders<\/p>\n<p>&#8212;<\/p>\n<p>## Suggestions? Issues?<\/p>\n<p>Reach out to me on Discord @BitByLogic or open an issue on GitHub for support and suggestions!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Item Flex is a lightweight, highly customizable plugin that lets players show off their held item with a clean, animated hologram effect.<\/p>\n","protected":false},"featured_media":86794,"template":"","meta":{"_minecraft_slug":"item-flex","_minecraft_project_id":"1UJqIwc0","_minecraft_author":"BitByLogic","_minecraft_license":"MIT","_minecraft_downloads":305,"_minecraft_follows":7,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"item-flex.zip","_minecraft_size_bytes":1060946,"_minecraft_version_count":6,"_minecraft_updated_at":"2026-05-16T11:42:37.140988Z","_minecraft_date_created":"2025-07-14T22:52:13.760431Z","_minecraft_date_modified":"2026-04-18T06:05:14.954897Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/item-flex","_minecraft_icon_attachment_id":86794,"_minecraft_imported_at":"2026-06-04T23:01:19+00:00","_minecraft_import_hash":"c842df2ac6c39117fbd9baebd7d28d9d","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,125,127,128,867,129],"mod_loader":[130,131,132,133,134],"minecraft_version":[58,59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-86793","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-social","mod_category-spigot","mod_loader-bukkit","mod_loader-folia","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-19-4","minecraft_version-1-20","minecraft_version-1-20-1","minecraft_version-1-20-2","minecraft_version-1-20-3","minecraft_version-1-20-4","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>Item Flex - 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\/item-flex\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Item Flex - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Item Flex is a lightweight, highly customizable plugin that lets players show off their held item with a clean, animated hologram effect.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/\" \/>\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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/\",\"name\":\"Item Flex - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp\",\"datePublished\":\"2026-06-04T23:01:16+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/item-flex\\\/#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\":\"Item Flex\"}]},{\"@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":"Item Flex - 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\/item-flex\/","og_locale":"en_US","og_type":"article","og_title":"Item Flex - Minecraft","og_description":"Item Flex is a lightweight, highly customizable plugin that lets players show off their held item with a clean, animated hologram effect.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/","og_site_name":"Minecraft","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/","name":"Item Flex - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp","datePublished":"2026-06-04T23:01:16+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/item-flex-icon-888005181701a7cadd77df8fea72c6f643ec5f73_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/item-flex\/#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":"Item Flex"}]},{"@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\/86793","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\/86794"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=86793"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=86793"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=86793"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=86793"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}