{"id":82465,"date":"2026-06-04T20:32:53","date_gmt":"2026-06-04T17:32:53","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/"},"modified":"2026-06-04T20:32:53","modified_gmt":"2026-06-04T17:32:53","slug":"hshop","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/","title":{"rendered":"hShop"},"content":{"rendered":"<p>![Hshop title image](https:\/\/cdn.modrinth.com\/data\/cached_images\/1d9aeed54d83b719d0e111a9cb21b984843c01e0.png)<br \/>\n# hShop<\/p>\n<p>**A fully customizable GUI shop plugin with multi-currency support, per-item cooldowns, buy limits, and a clean decoration system.**<\/p>\n<p>&#8212;<\/p>\n<p>## What is hShop?<\/p>\n<p>hShop is a shop plugin I built because I was tired of bloated alternatives that made simple things complicated. It uses file-based categories (one yml per category), so adding new shop sections is as easy as dropping a new file into the `categories\/` folder.<\/p>\n<p>Every item in every category is fully configurable, buy prices, sell prices, cooldowns, per player limits, currency type, slot position, enchantments, flags, etc. It&#8217;s built to be readable and easy to edit.<\/p>\n<p>&#8212;<\/p>\n<p>## Features<\/p>\n<p>&#8211; **File-based categories** &#8211; each category has its own `.yml` file, just drop it in and reload<br \/>\n&#8211; **Dual currency support** &#8211; items can use either Vault or hShards as their currency, configurable per-item<br \/>\n&#8211; **Buy limits** &#8211; limit how many times a player can buy a specific item (resets are admin-controllable)<br \/>\n&#8211; **Per-item cooldowns** &#8211; set a cooldown in seconds on any item individually<br \/>\n&#8211; **Confirm purchase menu** &#8211; optional confirmation screen before a purchase goes through<br \/>\n&#8211; **Decoration system** &#8211; fully customize the look of menus with filler items, border layouts, navigation buttons and more via decoration yml files<br \/>\n&#8211; **Custom icon slots** &#8211; pin category icons to specific slots in the main menu, or leave them on AUTO<br \/>\n&#8211; **Pagination** &#8211; category pages auto-paginate with configurable next\/prev buttons<br \/>\n&#8211; **Sell support** &#8211; players can sell items back through the shop GUI, `\/sellhand`, or `\/sellall`<br \/>\n&#8211; **Global sell multiplier** &#8211; scale all sell prices server-wide from a single config value<br \/>\n&#8211; **Permission per category** &#8211; restrict entire categories to specific permission nodes<br \/>\n&#8211; **Sounds** &#8211; configurable sounds for opening menus, successful purchases, sells, and failures<br \/>\n&#8211; **Transaction logging** &#8211; all buys and sells are logged to a file<br \/>\n&#8211; **PlaceholderAPI support** &#8211; via hShards integration<br \/>\n&#8211; **Fully async-safe** &#8211; data operations won&#8217;t lag your main thread<\/p>\n<p>&#8212;<\/p>\n<p>## Requirements<\/p>\n<p>| Dependency | Required? |<br \/>\n|&#8212;|&#8212;|<br \/>\n| Paper 1.21+ | \u2705 Required |<br \/>\n| Vault | \u2705 Required |<br \/>\n| hShards | \u2b50 Soft (for HSHARDS currency) |<br \/>\n| PlaceholderAPI | \u2b50 Soft |<\/p>\n<p>&#8212;<\/p>\n<p>## Commands<\/p>\n<p>| Command | Description | Permission |<br \/>\n|&#8212;|&#8212;|&#8212;|<br \/>\n| `\/hshop` | Open the main shop | `hshop.use` |<br \/>\n| `\/hshop <category>` | Open a specific category directly | `hshop.use` |<br \/>\n| `\/sellhand` | Sell the item you&#8217;re holding | `hshop.use` |<br \/>\n| `\/sellall` | Sell all eligible items in your inventory | `hshop.use` |<br \/>\n| `\/hshopa reload` | Reload the plugin | `hshop.admin` |<br \/>\n| `\/hshopa toggle shop` | Toggle the shop on\/off | `hshop.admin` |<br \/>\n| `\/hshopa toggle buy <category> <item>` | Toggle buying for an item | `hshop.admin` |<br \/>\n| `\/hshopa toggle sell <category> <item>` | Toggle selling for an item | `hshop.admin` |<br \/>\n| `\/hshopa createcategory <id>` | Create a new category | `hshop.admin` |<br \/>\n| `\/hshopa deletecategory <id>` | Delete a category | `hshop.admin` |<br \/>\n| `\/hshopa createitem <category> <id> <material>` | Add an item to a category | `hshop.admin` |<br \/>\n| `\/hshopa deleteitem <category> <id>` | Remove an item | `hshop.admin` |<br \/>\n| `\/hshopa giveitem <player> <category> <item> <amount>` | Give a player a shop item | `hshop.admin` |<br \/>\n| `\/hshopa setprice <category> <item> buy|sell <price>` | Change a price | `hshop.admin` |<br \/>\n| `\/hshopa setlimit <category> <item> <limit>` | Change a buy limit | `hshop.admin` |<br \/>\n| `\/hshopa setcooldown <category> <item> <seconds>` | Change a cooldown | `hshop.admin` |<br \/>\n| `\/hshopa resetlimit <player> <category> <item>` | Reset a player&#8217;s limit | `hshop.admin` |<br \/>\n| `\/hshopa resetcooldown <player> <category> <item>` | Reset a player&#8217;s cooldown | `hshop.admin` |<br \/>\n| `\/hshopa info <category> [item]` | View category or item details | `hshop.admin` |<\/p>\n<p>&#8212;<\/p>\n<p>## Bypass Permissions<\/p>\n<p>| Permission | Effect |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `hshop.bypass.cooldown` | Skip item buy cooldowns |<br \/>\n| `hshop.bypass.limit` | Skip buy limits |<br \/>\n| `hshop.bypass.sell` | Skip sell restrictions |<\/p>\n<p>&#8212;<\/p>\n<p>## Category Configuration<\/p>\n<p>Each category lives in `plugins\/hShop\/categories\/<name>.yml`. Here&#8217;s what a typical one looks like:<\/p>\n<p>&#8220;`yaml<br \/>\ndisplay-name: &#8220;&#038;aWeapons&#8221;<br \/>\nicon: DIAMOND_SWORD<br \/>\nicon-slot: AUTO        # or a slot number like 13<br \/>\nicon-lore:<br \/>\n  &#8211; &#8220;&#038;7Buy and sell weapons.&#8221;<br \/>\n  &#8211; &#8220;&#038;8Items: &#038;7{item_count}&#8221;<br \/>\n  &#8211; &#8220;&#038;eClick to open!&#8221;<br \/>\ndecoration: default<br \/>\ntitle: &#8220;&#038;8\u00bb &#038;a{category_name} &#038;8\u00ab &#038;7({page}\/{total_pages})&#8221;<br \/>\nrows: 6<br \/>\nsort: 1<br \/>\nenabled: true<br \/>\npermission: &#8220;&#8221;<\/p>\n<p>items:<br \/>\n  diamond_sword:<br \/>\n    name: &#8220;&#038;b&#038;lDiamond Sword&#8221;<br \/>\n    material: DIAMOND_SWORD<br \/>\n    amount: 1<br \/>\n    slot: AUTO<br \/>\n    currency: VAULT<br \/>\n    lore:<br \/>\n      &#8211; &#8220;&#038;8Buy: &#038;a{buy_price} {currency}&#8221;<br \/>\n      &#8211; &#8220;&#038;8Sell: &#038;c{sell_price} {currency}&#8221;<br \/>\n    buy:<br \/>\n      enabled: true<br \/>\n      price: 250.0<br \/>\n      limit: -1<br \/>\n      cooldown: -1<br \/>\n    sell:<br \/>\n      enabled: true<br \/>\n      price: 100.0<br \/>\n&#8220;`<\/p>\n<p>&#8212;<\/p>\n<p>## Item Lore Placeholders<\/p>\n<p>These work inside any item&#8217;s `lore` list:<\/p>\n<p>| Placeholder | Description |<br \/>\n|&#8212;|&#8212;|<br \/>\n| `{buy_price}` | Buy price of the item |<br \/>\n| `{sell_price}` | Sell price of the item |<br \/>\n| `{currency}` | Currency display name |<br \/>\n| `{currency_type}` | Currency type (VAULT or HSHARDS) |<br \/>\n| `{buy_limit}` | Max buy limit (-1 = \u221e) |<br \/>\n| `{buy_limit_remaining}` | How many the player can still buy |<br \/>\n| `{cooldown_remaining}` | Time left on cooldown |<br \/>\n| `{buy_status}` | Colored buyable status |<br \/>\n| `{sell_status}` | Colored sellable status |<\/p>\n<p>&#8212;<\/p>\n<p>## Multi-Currency<\/p>\n<p>hShop supports two currencies side by side. Each item can have its own currency type, some items can cost Vault money, others can cost hShards, all in the same category. Set it per item with `currency: VAULT` or `currency: HSHARDS`.<\/p>\n<p>hShards integration is automatic if the plugin is present on your server.<\/p>\n<p>&#8212;<\/p>\n<p>## Works great with hShards<\/p>\n<p>hShop pairs with hShards to give your server a second economy. Players earn shards by selling items, receiving them from admins, or through the interest system, then spend them in the shop on special items that cost `HSHARDS` instead of regular money.<\/p>\n<p>&#8212;<\/p>\n<p>*Made by hPlugins by hodakazy*<\/p>\n<p>*The words used in this plugin are inspired by zShop, such as decorations and pagination*<\/p>\n","protected":false},"excerpt":{"rendered":"<p>A very customisable and weirdly easy to use Shop plugin.<\/p>\n","protected":false},"featured_media":82466,"template":"","meta":{"_minecraft_slug":"hshop","_minecraft_project_id":"UvbypAUm","_minecraft_author":"hodakazy","_minecraft_license":"LicenseRef-All-Rights-Reserved","_minecraft_downloads":39,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"hshop.zip","_minecraft_size_bytes":88584,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-15T21:46:54.731929Z","_minecraft_date_created":"2026-03-27T05:56:03.189496Z","_minecraft_date_modified":"2026-03-28T06:12:08.394273Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/hshop","_minecraft_icon_attachment_id":82466,"_minecraft_imported_at":"2026-06-04T17:32:54+00:00","_minecraft_import_hash":"7c9048d624ad2daa28cf543967effe3b","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,89,873,126,127,128,129,123,92],"mod_loader":[130,132,133,134],"minecraft_version":[62,37,40,41,73,74,38,78,79,80,81,82],"class_list":["post-82465","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-game-mechanics","mod_category-library","mod_category-management","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-technology","mod_category-utility","mod_loader-bukkit","mod_loader-paper","mod_loader-purpur","mod_loader-spigot","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>hShop - 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\/hshop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"hShop - Minecraft\" \/>\n<meta property=\"og:description\" content=\"A very customisable and weirdly easy to use Shop plugin.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/\" \/>\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=\"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\\\/hshop\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/\",\"name\":\"hShop - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png\",\"datePublished\":\"2026-06-04T17:32:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png\",\"width\":120,\"height\":112},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/hshop\\\/#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\":\"hShop\"}]},{\"@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":"hShop - 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\/hshop\/","og_locale":"en_US","og_type":"article","og_title":"hShop - Minecraft","og_description":"A very customisable and weirdly easy to use Shop plugin.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/","og_site_name":"Minecraft","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\/hshop\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/","name":"hShop - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png","datePublished":"2026-06-04T17:32:53+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/hshop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/hshop-icon-bcc8397bb277246d2f6a2ce727b077b0fedda4cd.png","width":120,"height":112},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/hshop\/#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":"hShop"}]},{"@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\/82465","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\/82466"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=82465"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=82465"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=82465"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=82465"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}