{"id":108398,"date":"2026-06-06T09:27:24","date_gmt":"2026-06-06T06:27:24","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/"},"modified":"2026-06-06T09:27:24","modified_gmt":"2026-06-06T06:27:24","slug":"mythicinventories","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/","title":{"rendered":"MythicInventories"},"content":{"rendered":"<p>## MythicInventories \u2014 MC 1.20.6+<br \/>\nA simple way to go about generating inventories for MythicMobs.<\/p>\n<p>> The one and only dependency is MythicMobs, however the plugin can be used without it, the mm_skill option will just not work.<\/p>\n<p>## Download<br \/>\nYou can download the latest version of MythicInventories here.<\/p>\n<p>## Support<br \/>\nIf you&#8217;re having difficulty figuring out how to work with the plugin, need to report a bug, or are interested in<br \/>\ncontributing to the project, please join my support Discord!<\/p>\n<p>## Usage<br \/>\nMaking inventories is pretty simple. All you need to do is open up the MythicInventories folder, create a .yml file with a name of your choice, then create one!<br \/>\n> This plugin supports MiniMessage. Go crazy with colors!<\/p>\n<p>Here&#8217;s a basic layout for an inventory that you could make:<br \/>\n&#8220;`denizenscript<br \/>\nmy_first_inventory:<br \/>\n  name: &#8220;<green>My <blue>Epic &#038;cInventory&#8221;<br \/>\n  size: 45<br \/>\n  items:<br \/>\n    &#8211; name: &#8220;<black>&#8221;<br \/>\n      type: black_stained_glass_pane<br \/>\n      fill_item: true<br \/>\n    &#8211; name: &#8220;<red>Summon explosion and particles&#8221;<br \/>\n      type: potato<br \/>\n      slot: 23<br \/>\n      lore:<br \/>\n      &#8211; &#8220;<red>lorem ipsum something something&#8221;<br \/>\n      &#8211; &#8220;<blue>Woo: <gradient>||||||||||||||||||||||||<\/gradient>!&#8221;<br \/>\n      left_click:<br \/>\n      &#8211; effect:explosion @Self<br \/>\n      drop:<br \/>\n      &#8211; effect:particles{p=happyVillager;amount=1000;hSpread=15;ySpread=1;speed=0;yOffset=0.5} @Self<br \/>\n      save: false<br \/>\n      interactable: false<br \/>\n&#8220;`<\/p>\n<p>## Options<\/p>\n<p>&#8211; The `name` option is for setting the name of the inventory or the item. It is not required on either. If not set<br \/>\n  on the inventory, the name will default to &#8220;Container&#8221; &#038; if not set on the item, it will default to the item&#8217;s<br \/>\n  material type.<\/p>\n<p>&#8211; The `size` option is for setting the size of the inventory. It is optional, and should be a multiple of 9 and<br \/>\n  greater than 0. If it is not specified, it will be set to 9 by default.<\/p>\n<p>&#8211; The `items` option is for setting the items in the inventory. Ideally you should add items to your inventory.<\/p>\n<p>&#8211; The `type` option is for setting the material type of the item. It is required.<\/p>\n<p>&#8211; The `slot` option is for setting the slot of the item. It is required.<\/p>\n<p>&#8211; The `lore` option is for setting the lore of the item. It is optional.<\/p>\n<p>&#8211; The `gui` option is for setting whether all items in the inventory can be picked up and manipulated. It is `true` by<br \/>\ndefault. Do note, that enabling this option will *not* allow players to modify anything in the inventory unless<br \/>\nexplicitly set through the `interactable` option (see below).<\/p>\n<p>&#8211; The `fill_item` option is for items that need to fill the inventory. It is `false` by default, and is optional.<br \/>\n  Please note that only one item can be a fill item.<\/p>\n<p>&#8211; The `interactable` option is for setting whether the item can be picked up and manipulated. It is `false` by<br \/>\ndefault, and is optional.<\/p>\n<p>&#8211; The `save` option is for setting whether the item should be saved. It is `false` by default, and is optional.<\/p>\n<p>The following are the varying click types that you can have MythicInventories listen for to run a skill:<br \/>\n  &#8211; `left_click`<br \/>\n  &#8211; `right_click`<br \/>\n  &#8211; `shift_left_click`<br \/>\n  &#8211; `shift_right_click`<br \/>\n  &#8211; `middle_click`<br \/>\n  &#8211; `shift_middle_click`<br \/>\n  &#8211; `drop`<br \/>\n  &#8211; `hotbar_swap`<\/p>\n<p>Each item can have multiple click types, each click type can have multiple skills, and each skill is limited only by what you can do with MythicMobs skills.<br \/>\nSee the above example inventory for a basic layout of how to set up a skill.<\/p>\n<p>&#8211; The `item_flags` option is for setting flags on the item. It is empty by default, and is optional.<br \/>\nValid values for item flags are as follows:<br \/>\n  &#8211; `HIDE_ENCHANTS`,<br \/>\n  &#8211; `HIDE_ATTRIBUTES`,<br \/>\n  &#8211; `HIDE_UNBREAKABLE`,<br \/>\n  &#8211; `HIDE_DESTROYS`,<br \/>\n  &#8211; `HIDE_PLACED_ON`,<br \/>\n  &#8211; `HIDE_ADDITIONAL_TOOLTIP`,<br \/>\n  &#8211; `HIDE_DYE`,<br \/>\n  &#8211; `HIDE_ARMOR_TRIM`,<br \/>\n  &#8211; `HIDE_STORED_ENCHANTS`;<\/p>\n<p>## Commands<br \/>\n| Command                                       | Description                                                                 | Permission                              | Aliases                            |<br \/>\n|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `mythicinventoryopen <inventory_id> [player]` | Opens the specified inventory for yourself or a target player if specified. | `mythicinventories.open.<inventory_id>` | `mio`, `miopen`, `mythicio`        |<br \/>\n| `mythicinventoryreload`                       | Updates and reloads all inventories.                                        | `mythicinventories.reload`              | `mir`, `mireload`, `mythicireload` |<br \/>\n| `migrateolddata`                              | Migrates your old save data from <0.7.0 versions of the plugin.             | `mythicinventories.migrate`             | `migrateold`, `migrate`            |\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A simple way to go about generating inventories, with strong MythicMobs support!<\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_minecraft_slug":"mythicinventories","_minecraft_project_id":"KRQhtOUO","_minecraft_author":"heypr","_minecraft_license":"LGPL-3.0-only","_minecraft_downloads":72,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"mythicinventories.zip","_minecraft_size_bytes":53925,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T20:24:39.557822Z","_minecraft_date_created":"2025-02-03T06:59:34.877314Z","_minecraft_date_modified":"2025-01-26T19:29:49.640547Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/mythicinventories","_minecraft_icon_attachment_id":0,"_minecraft_imported_at":"2026-06-06T06:27:25+00:00","_minecraft_import_hash":"bc780530e0a9e2aa6bb179ad5e0303cf","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[89,126,127,92],"mod_loader":[132],"minecraft_version":[102,38],"class_list":["post-108398","mod","type-mod","status-publish","hentry","mod_category-game-mechanics","mod_category-management","mod_category-paper","mod_category-utility","mod_loader-paper","minecraft_version-1-20-6","minecraft_version-1-21-4"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>MythicInventories - 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\/mythicinventories\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"MythicInventories - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A simple way to go about generating inventories, with strong MythicMobs support!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/\" \/>\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\\\/mythicinventories\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mythicinventories\\\/\",\"name\":\"MythicInventories - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"datePublished\":\"2026-06-06T06:27:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mythicinventories\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mythicinventories\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/mythicinventories\\\/#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\":\"MythicInventories\"}]},{\"@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":"MythicInventories - 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\/mythicinventories\/","og_locale":"en_US","og_type":"article","og_title":"MythicInventories - Minecraft","og_description":"A simple way to go about generating inventories, with strong MythicMobs support!","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/","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\/mythicinventories\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/","name":"MythicInventories - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"datePublished":"2026-06-06T06:27:24+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/mythicinventories\/#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":"MythicInventories"}]},{"@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\/108398","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:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=108398"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=108398"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=108398"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=108398"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}