{"id":87093,"date":"2026-06-05T02:25:32","date_gmt":"2026-06-04T23:25:32","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/"},"modified":"2026-06-05T02:25:32","modified_gmt":"2026-06-04T23:25:32","slug":"itemshop","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/","title":{"rendered":"itemshop"},"content":{"rendered":"<p>### **Warning!** Vault and a Permissions plugin is **required!** I recommend LuckPerms.<\/p>\n<p>## Commands and Syntax<\/p>\n<p>### Syntax of the `\/buy` Command<br \/>\nAll subcommands explained below require the `itemshop.buy` permission node.<\/p>\n<table>\n<thead>\n<tr>\n<th>command syntax<\/th>\n<th>description<\/th>\n<th>permission node<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>help<\/code><\/td>\n<td>Show help for buy<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><code>hand [Integer amount (1)]<\/code><\/td>\n<td>Buy items of the type you&#8217;re currently holding<\/td>\n<td><code>itemshop.buy.hand<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>&lt;Material material&gt; [Integer amount (1)]<\/code><\/td>\n<td>Buy items of the type you specified<\/td>\n<td><code>itemshop.buy.material<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>multipliers<\/code><\/td>\n<td>See active multipliers<\/td>\n<td><code>itemshop.multipliers<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>### Syntax of the `\/cost` Command<br \/>\nAll subcommands explained below require the `itemshop.buy.cost` permission node.<\/p>\n<table>\n<thead>\n<tr>\n<th>command syntax<\/th>\n<th>description<\/th>\n<th>permission node<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>help<\/code><\/td>\n<td>Show help for cost<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><code>[Material material (*)] [Integer amount (1)]<\/code><\/td>\n<td>See the buy cost of a material<\/td>\n<td><code>itemshop.buy.cost<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>set &lt;Material material&gt; &lt;double cost&gt;<\/code> or <code>\/setcost ...<\/code><\/td>\n<td>Set the bare buy cost of a material<\/td>\n<td><code>itemshop.buy.cost.set<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>*: If omitted and the command issuer is a player, `material` will be the type of the item the player is currently holding.<\/p>\n<p>### Syntax of the `\/sell` Command<br \/>\nAll subcommands explained below require the `itemshop.sell` permission node.<\/p>\n<table>\n<thead>\n<tr>\n<th>command syntax<\/th>\n<th>description<\/th>\n<th>permission node<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>&#8220; or <code>help<\/code><\/td>\n<td>Show help for sell<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><code>all|inventory<\/code><\/td>\n<td>Sell all sellable items in your inventory<\/td>\n<td><code>itemshop.sell.inventory<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>hand [Integer maxAmount (2147483647)]<\/code><\/td>\n<td>Sell items of the type you&#8217;re currently holding<\/td>\n<td><code>itemshop.sell.hand<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>material &lt;Material material&gt; [Integer maxAmount (2147483647)]<\/code><\/td>\n<td>Sell items of the type you specified<\/td>\n<td><code>itemshop.sell.material<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>multipliers<\/code><\/td>\n<td>See active multipliers<\/td>\n<td><code>itemshop.multipliers<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>&lt;query&gt;<\/code><\/td>\n<td>Search results for <code>query<\/code><\/td>\n<td><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>### Syntax of the `\/worth` Command<br \/>\nAll subcommands explained below require the `itemshop.sell.worth` permission node.<\/p>\n<table>\n<thead>\n<tr>\n<th>command syntax<\/th>\n<th>description<\/th>\n<th>permission node<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>help<\/code><\/td>\n<td>Show help for worth<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><code>[Material material (*)] [Integer amount (1)]<\/code><\/td>\n<td>See the sell worth of a material<\/td>\n<td><code>itemshop.sell.worth<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>set &lt;Material material&gt; &lt;double worth&gt;<\/code> or <code>\/setworth ...<\/code><\/td>\n<td>Set the bare sell worth of a material<\/td>\n<td><code>itemshop.sell.worth.set<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>*: If omitted and the command issuer is a player, `material` will be the type of the item the player is currently holding.<\/p>\n<p>### Synax of the `\/itemshop` Command<br \/>\nAll subcommands explained below require the `itemshop.reload` permission node.<\/p>\n<table>\n<thead>\n<tr>\n<th>command syntax<\/th>\n<th>description<\/th>\n<th>permission node<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><\/td>\n<td>Reloads the config file<\/td>\n<td><code>itemshop.reload<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>## Default Configuration Files<\/p>\n<p>### Default `item-values.yml`<br \/>\n&#8220;`yaml<br \/>\n# Item values for Itemshop &#8211; item-values.yml<\/p>\n<p># Example: Players can sell stone for 0.8 each and buy it for 1.0 each.<br \/>\nstone:<br \/>\n  sell: 0.8<br \/>\n  buy: 1.0<\/p>\n<p># Example: Players can sell diorite for 3 but they cannot buy it.<br \/>\ndiorite:<br \/>\n  sell: 3.0<br \/>\n  buy:<\/p>\n<p># Example: Players can buy andesite for 7 each but they cannot sell it.<br \/>\nandesite:<br \/>\n  sell:<br \/>\n  buy: 7.0<\/p>\n<p># Items not here cannot be sold or bought by default.<br \/>\n&#8220;`<\/p>\n<p>### Default `multipliers.yml`<br \/>\n&#8220;`yaml<br \/>\n# Multipliers for Itemshop &#8211; multipliers.yml<\/p>\n<p># Example: Players with the permission &#8220;itemshop.m.free&#8221; will buy everything for free.<br \/>\n# (Item&#8217;s buy cost is multiplied with &#8220;0.0&#8221;.)<br \/>\nfree: # This is the name used in permissions<br \/>\n  name: Communism # This is the name used in human readable texts<br \/>\n  buy: 0.0<br \/>\n  sell: 0.0<\/p>\n<p># Another example: Player with the permission &#8220;itemshop.m.tax&#8221; will sell items for 10% less and buy items for 10% more.<br \/>\n# (Item&#8217;s buy cost is multiplied with &#8220;1.1&#8221; and sell value is multiplied with &#8220;0.9&#8221;.)<br \/>\ntax:<br \/>\n  name: Tax<br \/>\n  sell: 0.9<br \/>\n  buy: 1.1<\/p>\n<p># Players without any of these permissions will sell and buy items with the default multiplier of &#8220;1.0&#8221;.<br \/>\n# If you don&#8217;t add a sell or buy for a modifier it will be assumed to be 1.<br \/>\n&#8220;`<\/p>\n<p>**Important Note:** Using the `sell worth set &#8230;`, `buy cost set &#8230;` commands or one of their aliases will remove the comments in the configuration files.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sell and buy system with different prices for different people<\/p>\n","protected":false},"featured_media":87094,"template":"","meta":{"_minecraft_slug":"itemshop","_minecraft_project_id":"cHRykVUZ","_minecraft_author":"emreozcan","_minecraft_license":"GPL-3.0-only","_minecraft_downloads":399,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"itemshop.zip","_minecraft_size_bytes":315045,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T10:58:56.710811Z","_minecraft_date_created":"2023-06-19T00:39:09.179031Z","_minecraft_date_modified":"2023-06-17T20:31:58.243136Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/itemshop","_minecraft_icon_attachment_id":87094,"_minecraft_imported_at":"2026-06-04T23:25:33+00:00","_minecraft_import_hash":"9432e4e9a1f474f62af6d227294e285e","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,129],"mod_loader":[132,134],"minecraft_version":[339,357,379,438,110,115,116,117,118,22,860],"class_list":["post-87093","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-spigot","mod_loader-paper","mod_loader-spigot","minecraft_version-1-10","minecraft_version-1-11","minecraft_version-1-12","minecraft_version-1-13","minecraft_version-1-14","minecraft_version-1-15","minecraft_version-1-15-1","minecraft_version-1-15-2","minecraft_version-1-16","minecraft_version-1-8","minecraft_version-1-9"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>itemshop - 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\/itemshop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"itemshop - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Sell and buy system with different prices for different people\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/\" \/>\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\\\/itemshop\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/\",\"name\":\"itemshop - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png\",\"datePublished\":\"2026-06-04T23:25:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/itemshop\\\/#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\":\"itemshop\"}]},{\"@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":"itemshop - 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\/itemshop\/","og_locale":"en_US","og_type":"article","og_title":"itemshop - Minecraft","og_description":"Sell and buy system with different prices for different people","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/","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\/itemshop\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/","name":"itemshop - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png","datePublished":"2026-06-04T23:25:32+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/itemshop-icon-95a691c05d6a01fd46dd1f0e54483947c46cd322.png","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/itemshop\/#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":"itemshop"}]},{"@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\/87093","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\/87094"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=87093"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=87093"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=87093"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=87093"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}