{"id":36051,"date":"2026-06-01T20:48:01","date_gmt":"2026-06-01T17:48:01","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/"},"modified":"2026-06-01T20:48:01","modified_gmt":"2026-06-01T17:48:01","slug":"butiko","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/","title":{"rendered":"Butiko"},"content":{"rendered":"<p>![Banner](https:\/\/i.imgur.com\/5D87VtM.png)<\/p>\n<p>![Overview](https:\/\/i.imgur.com\/9DzqGOB.png)<\/p>\n<p>\ud83d\uddc4\ufe0f **Easy to install**, no need to mess around with databases, just drop the file in your plugins folder.<\/p>\n<p>\ud83c\udff7\ufe0f **Sensible permissions** by default, so you mostly don&#8217;t have to worry about it.<\/p>\n<p>\ud83c\udf0e **Localizable**, you can easily create translations to any language.<\/p>\n<p>\u26a0\ufe0f **No block protection**\u00a0is provided, external methods are required to protect the shop&#8217;s container and Item Frame.<\/p>\n<p>\u267b\ufe0f **Depends on\u00a0Vault** to interface with any economy plugin supported by it. \ud83d\udcce Download Vault here.<\/p>\n<p>\ud83d\udcc2 **Open source** under the Mozzila Public License 2.0 on Github.<\/p>\n<p>![Demonstration](https:\/\/i.imgur.com\/wMF7vyj.gif)<\/p>\n<p>\ud83d\udecd\ufe0f **View a shop** owner, product, sell price, and buy price by right or left clicking.<\/p>\n<p>\ud83d\udcb5 **Sell** by sneaking and left clicking.<\/p>\n<p>\ud83d\udcb6 **Buy** by sneaking and right clicking.<\/p>\n<p>![Player Shops](https:\/\/i.imgur.com\/bd9SiXZ.png)<br \/>\n![Player Shops Demonstration](https:\/\/i.imgur.com\/BaeCrDz.gif)<\/p>\n<p>\u2328\ufe0f **Use _\/shop_** while looking at an Item Frame containing the item you want to trade. Set the buy or sell \u2014 or both \u2014 prices with the flags _-buy_ or _-sell_. Set the amount to be traded using the _-amount_ flag.<\/p>\n<p>\ud83d\udce6 **Can be placed on** Chests, Barrels, and Shulker Boxes.<\/p>\n<p>*\ufe0f\u20e3 **Multiple shops** can be placed on the same container.<\/p>\n<p>\ud83d\udcb8 **Set a create fee** so players must pay to create a shop \u2014 view the fee with _\/shop price_ \u2014 by setting create-fee entry in the config.yml, then apply the changes without restarting by running _\/shop reload_.<\/p>\n<p>\ud83d\udca3 **Remove your shop** by running _\/shop remove_ while looking at it.<\/p>\n<p>![Server Shops](https:\/\/i.imgur.com\/idN94bi.png)<br \/>\n![Server Shops Demonstration](https:\/\/i.imgur.com\/rxS4e7g.gif)<\/p>\n<p>\u2328\ufe0f **Use _\/shop server_** while looking at an Item Frame containing the item you want to trade. Set the buy or sell \u2014 or both \u2014 prices with the _-buy_ or _-sell_ flags. Set the amount to be traded using the _-amount_ flag.<\/p>\n<p>\ud83d\udce6 **Can be placed on** any solid surfaces.<\/p>\n<p>\u267e\ufe0f **Infinite resources**, server shops have infinite stock and money. Any items sold or money paid to it is removed from the game.<\/p>\n<p>\ud83d\udca3 **Remove any server shop** by running _\/shop remove_ while looking at it.<\/p>\n<p>![Localization](https:\/\/i.imgur.com\/uKlz9MU.png)<\/p>\n<p>\ud83d\udcac **Player&#8217;s game locale** is used to select an appropriate localization file \u2014 those with the extension .properties \u2014 in the plugin&#8217;s data folder \u2014 at &#8230;\/your server\/plugins\/Butiko \u2014 and if no suitable one is found, it uses the default one called messages.properties. Item and enchantment names are automatically translated.<\/p>\n<p>\ud83d\udc44 **Create a language only localization** file by copying _messages.properties_\u00a0\u2014 inside the plugin&#8217;s data folder \u2014 and renaming it to _messages_<language>.properties_. Replace the placeholder _<language>_ with the lower case two letter language code. \ud83d\udcce See language codes here. <\/p>\n<p>\ud83c\udfc1\u00a0**Create a language and country localization** file by copying _messages.properties_ \u2014 inside the plugin&#8217;s data folder \u2014 and renaming it to _messages_<language>_<country>.properties_. Replace the placeholder _<language>_ with the language code, and _<country>_ with the upper case two letter country code. \ud83d\udcce See country codes here.<\/p>\n<p>\ud83d\uddbc\ufe0f **For example** a spanish localization file would look like messages_es.properties, but a colombian spanish one would look like _messages_es_CO.properties_.<\/p>\n<p>\u2712\ufe0f **Translate the file** you just created, but do not translate the placeholders like _<product>_ or the entry keys to the left of the equal signs like _must_look_at_itemframe_.<\/p>\n<details>\n<summary>\ud83d\uddd2\ufe0f\u00a0Contents of messages.properties<\/summary>\n<p>&#8220;`YAML<br \/>\nshop_created = Shop created<br \/>\nshop_created_fee = Shop created for <fee> fee<br \/>\nshop_removed = Shop removed<br \/>\nduplicated_shop = That&#8217;s already a shop<br \/>\nmust_look_at_shop = You must look at a shop<br \/>\nempty_itemframe = The itemframe must contain an item<br \/>\ncontainer_not_allowed = Shop container must be a <chest>, <barrel>, or a <shulkerbox><br \/>\nmust_look_at_itemframe = You must look at an itemframe<br \/>\nshop_command_usage = Create a shop using \/shop while looking at an itemframe<br \/>\nfiles_reloaded = Configuration and localization files reloaded<br \/>\ncannot_pay_fee = You can&#8217;t afford to create a shop<br \/>\nmust_buy_or_sell = Your shop must buy, sell, or both<br \/>\nbuy_price_too_low = Buy price must be higher than the sell price<br \/>\nbuy_only = You can only buy from this shop<br \/>\nsell_only = You can only sell to this shop<br \/>\nshop_insufficient_funds = The shop owner can&#8217;t pay you<br \/>\nshop_insufficient_space = The shop inventory is full<br \/>\nshop_insufficient_items = There is no stock available<br \/>\nclient_insufficient_funds = You don&#8217;t have enough money<br \/>\nclient_insufficient_space = You don&#8217;t have enough inventory space<br \/>\nclient_insufficient_items = You don&#8217;t have enough items to sell<br \/>\nsold_succesfully = Sold <amount>x <product> for <price>\nbought_succesfully = Bought <amount>x <product> for <price>\ntransaction_failed = Unable to complete transaction<br \/>\nbuying_for = Buy for <price>\nselling_for = Sell for <price>\nshop_price = It costs <fee> to create a shop<br \/>\nexempt_from_fee = You are exempt from shop creation fee<br \/>\nnot_allowed = You can&#8217;t do that<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>\u267b\ufe0f Reload plugin&#8217;s files using _\/shop reload_ to make the new localization immediately available with no need to restart the server.<\/p>\n<p>![Permissions](https:\/\/i.imgur.com\/avPei8H.png)<\/p>\n<p>\u2753 **Defaults** define what permissions are given to players when no permission is explicitly set. The true default means all players have the permission when they join. A op default means that only server operators have it.\u00a0<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.command** &#8211; Allows to see \/shop command and use _\/shop price_. Default to true.<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.player.create** &#8211; Allows player to create shops and remove their own. Default to true.<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.player.nofee** &#8211; Makes the player exempt from the shop creation fee.<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.admin.create** &#8211; Create a server shop. Default to op.<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.admin.remove** &#8211; Remove another player&#8217;s shop with _\/shop remove_. Default to op.<\/p>\n<p>\ud83c\udff7\ufe0f **butiko.admin.reload** &#8211; Reload configuration and localization files. Default to op.<\/p>\n<p>![Metrics](https:\/\/i.imgur.com\/Dq0Byts.png)<\/p>\n<p>\ud83d\udd0d **This plugin uses bStats** to collect usage data. You can disable it in _&#8230;\/plugins\/bStats\/config.yml_.<\/p>\n<p>![https:\/\/bstats.org\/signatures\/bukkit\/Butiko.svg](https:\/\/bstats.org\/signatures\/bukkit\/Butiko.svg)<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Simple Item Frame shops.<\/p>\n","protected":false},"featured_media":36052,"template":"","meta":{"_minecraft_slug":"butiko","_minecraft_project_id":"52of5GBe","_minecraft_author":"Undermon","_minecraft_license":"MPL-2.0","_minecraft_downloads":217,"_minecraft_follows":3,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"butiko.zip","_minecraft_size_bytes":84340,"_minecraft_version_count":1,"_minecraft_updated_at":"2026-05-16T12:29:47.697575Z","_minecraft_date_created":"2024-04-03T06:15:52.746008Z","_minecraft_date_modified":"2024-04-02T12:00:00.084581Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/butiko","_minecraft_icon_attachment_id":36052,"_minecraft_imported_at":"2026-06-01T17:48:01+00:00","_minecraft_import_hash":"a0e377ff334f3f0c58da0e120a26af20","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[844,89,127,867],"mod_loader":[132],"minecraft_version":[59,36,60,93,94,101,102,62,37,40,41,73,74,38,78,79,80,81,82,83,167],"class_list":["post-36051","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-economy","mod_category-game-mechanics","mod_category-paper","mod_category-social","mod_loader-paper","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","minecraft_version-26-1","minecraft_version-26-1-1"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Butiko - 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\/butiko\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Butiko - Minecraft\" \/>\n<meta property=\"og:description\" content=\"Simple Item Frame shops.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/\" \/>\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\\\/butiko\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/\",\"name\":\"Butiko - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp\",\"datePublished\":\"2026-06-01T17:48:01+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/butiko\\\/#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\":\"Butiko\"}]},{\"@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":"Butiko - 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\/butiko\/","og_locale":"en_US","og_type":"article","og_title":"Butiko - Minecraft","og_description":"Simple Item Frame shops.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/","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\/butiko\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/","name":"Butiko - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp","datePublished":"2026-06-01T17:48:01+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/butiko\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/butiko-icon-507637e80b5f24f1343a739b5ee3d6c1d57b61b8_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/butiko\/#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":"Butiko"}]},{"@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\/36051","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\/36052"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=36051"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=36051"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=36051"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=36051"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}