{"id":138821,"date":"2026-06-08T08:12:44","date_gmt":"2026-06-08T05:12:44","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/"},"modified":"2026-06-08T08:12:44","modified_gmt":"2026-06-08T05:12:44","slug":"shopplugin","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/","title":{"rendered":"Shop Plugin"},"content":{"rendered":"<p># ShopPlugin<\/p>\n<p>A flexible shop system for Minecraft servers with advanced features like NBT support, potions, and automatic restock system.<\/p>\n<p>![Available on Modrinth](https:\/\/modrinth.com\/plugin\/shopplugin)<br \/>\n![Available on SpigotMC](https:\/\/www.spigotmc.org\/resources\/shop-plugin.127331\/)<br \/>\n![Available on Hangar](https:\/\/hangar.papermc.io\/moritxius-matsuda\/ShopPlugin)<br \/>\n![Available on BStats](https:\/\/bstats.org\/plugin\/bukkit\/Shop%20Plugin\/26220)<\/p>\n<p>![Modrinth Downloads](https:\/\/img.shields.io\/modrinth\/dt\/shopplugin?logo=modrinth&#038;logoColor=1bd96a&#038;label=Downloads&#038;color=1bd96a&#038;link=https%3A%2F%2Fmodrinth.com%2Fplugin%2Fshopplugin)<\/p>\n<p>### **Save 20% on your next order with my code: moritxius-a-6421**<br \/>\n<img decoding=\"async\" src=\"https:\/\/zap-hosting.com\/interface\/download\/images.php?type=affiliate&#038;id=451886\" alt=\"ZAP-Hosting Gameserver and Webhosting\"><\/p>\n<p>## Features<\/p>\n<p>&#8211; \ud83c\udfea **Flexible Shop Creation** &#8211; Create unlimited shops with individual names<br \/>\n&#8211; \ud83c\udfa8 **Customizable Display Names** &#8211; Shops can have beautiful, colored display names<br \/>\n&#8211; \u26a1 **NBT Support** &#8211; Items with custom names and enchantments<br \/>\n&#8211; \ud83e\uddea **Potion System** &#8211; Easy creation of potion trades with all effects<br \/>\n&#8211; \ud83d\udd04 **Automatic Restock** &#8211; Trades become available again after configurable time<br \/>\n&#8211; \ud83d\udd10 **Permission System** &#8211; Control over shop access and management<br \/>\n&#8211; \ud83d\udcbe **Persistent Storage** &#8211; All shops are automatically saved<br \/>\n&#8211; \ud83d\udccb **Tab Completion** &#8211; Full auto-completion for all commands<\/p>\n<p>## Installation<\/p>\n<p>1. Download the `shopplugin-*.jar` file<br \/>\n2. Place it in your `plugins\/` folder<br \/>\n3. Restart the server<br \/>\n4. The plugin automatically creates the `plugins\/ShopPlugin\/shops\/` folder<\/p>\n<p>## Commands<\/p>\n<p>### Basic Commands (for all players)<br \/>\n&#8220;`<br \/>\n\/shop <shopname>           &#8211; Opens a shop<br \/>\n\/shop list                 &#8211; Shows all available shops<br \/>\n\/shop info                 &#8211; Plugin information<br \/>\n&#8220;`<\/p>\n<p>### Admin Commands (requires `shopplugin.admin` permission)<br \/>\n&#8220;`<br \/>\n\/shop create <shopname> [display_name]                    &#8211; Creates a new shop<br \/>\n\/shop addtrade <shop> <input> <amount> <output> <amount> [max_uses]  &#8211; Adds a trade<br \/>\n\/shop addpotion <shop> <input> <amount> <potion_type> [max_uses]     &#8211; Adds a potion trade<br \/>\n\/shop addtradeadvanced <shop> <input> <amount> <output> <amount> [max_uses] [input_name] [output_name] [input_enchants] [output_enchants] [input_potion] [output_potion]  &#8211; Advanced trade creation<br \/>\n\/shop removetrade <shopname> <trade_index>                &#8211; Removes a trade<br \/>\n\/shop rename <shopname> <new_display_name>                &#8211; Changes the display name<br \/>\n\/shop trades <shopname>                                   &#8211; Shows all trades in a shop<br \/>\n\/shop remove <shopname>                                   &#8211; Deletes a shop<br \/>\n\/shop potions                                             &#8211; Shows all available potion types<br \/>\n\/shop restock <shopname> [hours]                          &#8211; Sets restock interval<br \/>\n&#8220;`<\/p>\n<p>## Permissions<\/p>\n<p>&#8220;`yaml<br \/>\nshopplugin.admin: true     # Full access to all shop management functions<br \/>\nshopplugin.use.*: true     # Access to all shops<br \/>\nshopplugin.use.<shopname>: true  # Access to specific shop<br \/>\n&#8220;`<\/p>\n<p>## Examples<\/p>\n<p>### Create a simple shop<br \/>\n&#8220;`<br \/>\n\/shop create general &#8220;\u00a76General Shop&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Add basic trade<br \/>\n&#8220;`<br \/>\n\/shop addtrade general DIAMOND 1 DIAMOND_SWORD 1 10<br \/>\n&#8220;`<\/p>\n<p>### Add potion trade<br \/>\n&#8220;`<br \/>\n\/shop addpotion general EMERALD 2 HEALING 5<br \/>\n\/shop addpotion general GOLD_INGOT 1 HEALING:UPGRADED 3<br \/>\n\/shop addpotion general DIAMOND 1 REGENERATION:EXTENDED 1<br \/>\n&#8220;`<\/p>\n<p>### Add advanced trade with NBT<br \/>\n&#8220;`<br \/>\n\/shop addtradeadvanced general DIAMOND 1 DIAMOND_SWORD 1 10 &#8220;&#038;bMagical Diamond&#8221; &#8220;&#038;cFire Sword&#8221; &#8220;&#8221; &#8220;FIRE_ASPECT:2,SHARPNESS:5&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Set restock interval<br \/>\n&#8220;`<br \/>\n\/shop restock general 12    # Every 12 hours<br \/>\n\/shop restock vip 6         # Every 6 hours<br \/>\n&#8220;`<\/p>\n<p>## Potion Types<\/p>\n<p>### Available Base Potions:<br \/>\n&#8211; `HEALING` &#8211; Instant Health<br \/>\n&#8211; `HARMING` &#8211; Instant Damage<br \/>\n&#8211; `REGENERATION` &#8211; Regeneration<br \/>\n&#8211; `POISON` &#8211; Poison<br \/>\n&#8211; `STRENGTH` &#8211; Strength<br \/>\n&#8211; `WEAKNESS` &#8211; Weakness<br \/>\n&#8211; `SPEED` &#8211; Speed<br \/>\n&#8211; `SLOWNESS` &#8211; Slowness<br \/>\n&#8211; `JUMP` &#8211; Jump Boost<br \/>\n&#8211; `FIRE_RESISTANCE` &#8211; Fire Resistance<br \/>\n&#8211; `WATER_BREATHING` &#8211; Water Breathing<br \/>\n&#8211; `INVISIBILITY` &#8211; Invisibility<br \/>\n&#8211; `NIGHT_VISION` &#8211; Night Vision<\/p>\n<p>### Modifiers:<br \/>\n&#8211; `:EXTENDED` &#8211; Longer duration<br \/>\n&#8211; `:UPGRADED` &#8211; Stronger effect (Level II)<\/p>\n<p>### Examples:<br \/>\n&#8211; `HEALING:UPGRADED` &#8211; Healing II<br \/>\n&#8211; `SPEED:EXTENDED` &#8211; Speed with longer duration<br \/>\n&#8211; `REGENERATION:UPGRADED` &#8211; Regeneration II<\/p>\n<p>## Enchantments<\/p>\n<p>Enchantments are specified in the format `ENCHANTMENT:LEVEL`, multiple separated by comma:<\/p>\n<p>&#8220;`<br \/>\n&#8220;SHARPNESS:5,FIRE_ASPECT:2,UNBREAKING:3&#8221;<br \/>\n&#8220;`<\/p>\n<p>### Common Enchantments:<br \/>\n&#8211; `SHARPNESS` &#8211; Sharpness<br \/>\n&#8211; `FIRE_ASPECT` &#8211; Fire Aspect<br \/>\n&#8211; `UNBREAKING` &#8211; Unbreaking<br \/>\n&#8211; `EFFICIENCY` &#8211; Efficiency<br \/>\n&#8211; `FORTUNE` &#8211; Fortune<br \/>\n&#8211; `SILK_TOUCH` &#8211; Silk Touch<br \/>\n&#8211; `PROTECTION` &#8211; Protection<br \/>\n&#8211; `THORNS` &#8211; Thorns<\/p>\n<p>## Restock System<\/p>\n<p>The plugin features an automatic restock system:<\/p>\n<p>&#8211; **Default Interval**: 24 hours<br \/>\n&#8211; **Customizable**: Individually adjustable per shop<br \/>\n&#8211; **Automatic**: Trades are checked and restocked when opening the shop<br \/>\n&#8211; **Persistent**: Restock times are saved and survive server restarts<\/p>\n<p>### How it works:<br \/>\n1. When a trade reaches its maximum uses, it&#8217;s marked as &#8220;sold out&#8221;<br \/>\n2. After the configured restock time expires, the trade becomes available again<br \/>\n3. The check occurs every time a player opens the shop<\/p>\n<p>## Configuration<\/p>\n<p>Shops are automatically saved in `plugins\/ShopPlugin\/shops\/` as YAML files. Each shop has its own file with the following format:<\/p>\n<p>&#8220;`yaml<br \/>\ndisplay-name: &#8220;\u00a76My Shop&#8221;<br \/>\nrestock-hours: 24<br \/>\ntrades:<br \/>\n  &#8211; input-material: DIAMOND<br \/>\n    input-amount: 1<br \/>\n    output-material: DIAMOND_SWORD<br \/>\n    output-amount: 1<br \/>\n    max-uses: 10<br \/>\n    output-display-name: &#8220;&#038;cFire Sword&#8221;<br \/>\n    output-enchantments: &#8220;FIRE_ASPECT:2,SHARPNESS:5&#8221;<br \/>\nrestock-times:<br \/>\n  0: 1640995200000<br \/>\n&#8220;`<\/p>\n<p>## Troubleshooting<\/p>\n<p>### Shop won&#8217;t open<br \/>\n&#8211; Check the permission `shopplugin.use.<shopname>` or `shopplugin.use.*`<br \/>\n&#8211; Make sure the shop exists with `\/shop list`<\/p>\n<p>### Trades don&#8217;t work<br \/>\n&#8211; Check material names (must be exact)<br \/>\n&#8211; Use `\/shop trades <shopname>` to see all trades<\/p>\n<p>### Potions have no effects<br \/>\n&#8211; Make sure you use `POTION`, `SPLASH_POTION` or `LINGERING_POTION` as material<br \/>\n&#8211; Check the potion type with `\/shop potions`<\/p>\n<p>## Support<\/p>\n<p>For problems or questions:<br \/>\n1. Check server logs for error messages<br \/>\n2. Make sure all permissions are set correctly<br \/>\n3. Use `\/shop info` to get plugin information<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A flexible shop system for Minecraft servers<\/p>\n","protected":false},"featured_media":138822,"template":"","meta":{"_minecraft_slug":"shopplugin","_minecraft_project_id":"24fub8SE","_minecraft_author":"moritxius","_minecraft_license":"MIT","_minecraft_downloads":5899,"_minecraft_follows":14,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"shopplugin.zip","_minecraft_size_bytes":114835,"_minecraft_version_count":3,"_minecraft_updated_at":"2026-05-16T02:58:03.513988Z","_minecraft_date_created":"2025-06-28T08:56:38.059867Z","_minecraft_date_modified":"2025-06-20T06:17:57.126972Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/shopplugin","_minecraft_icon_attachment_id":138822,"_minecraft_imported_at":"2026-06-08T05:12:45+00:00","_minecraft_import_hash":"361600bf05f2ec9aa5017e41eeecaf16","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,88,89,127,128,129,91,92],"mod_loader":[130,132,133,134],"minecraft_version":[51,52,53,54,55,56,57,58,59,36,60,93,94,101,102,62,37,73,74,38,78,79],"class_list":["post-138821","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-equipment","mod_category-game-mechanics","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","minecraft_version-1-18","minecraft_version-1-18-1","minecraft_version-1-18-2","minecraft_version-1-19","minecraft_version-1-19-1","minecraft_version-1-19-2","minecraft_version-1-19-3","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-2","minecraft_version-1-21-3","minecraft_version-1-21-4","minecraft_version-1-21-5","minecraft_version-1-21-6"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Shop Plugin - 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\/shopplugin\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Shop Plugin - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A flexible shop system for Minecraft servers\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zap-hosting.com\/interface\/download\/images.php?type=affiliate&id=451886\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/\",\"name\":\"Shop Plugin - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png\",\"datePublished\":\"2026-06-08T05:12:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png\",\"width\":42,\"height\":42},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/shopplugin\\\/#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\":\"Shop Plugin\"}]},{\"@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":"Shop Plugin - 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\/shopplugin\/","og_locale":"en_US","og_type":"article","og_title":"Shop Plugin - Minecraft","og_description":"A flexible shop system for Minecraft servers","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/zap-hosting.com\/interface\/download\/images.php?type=affiliate&id=451886","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/","name":"Shop Plugin - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png","datePublished":"2026-06-08T05:12:44+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/shopplugin-icon-c7e050ddebb46a3a7eddc1e7b7e545d69e288635.png","width":42,"height":42},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/shopplugin\/#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":"Shop Plugin"}]},{"@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\/138821","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\/138822"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=138821"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=138821"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=138821"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=138821"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}