{"id":33359,"date":"2026-06-01T18:34:18","date_gmt":"2026-06-01T15:34:18","guid":{"rendered":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/"},"modified":"2026-06-01T18:34:18","modified_gmt":"2026-06-01T15:34:18","slug":"bobshop","status":"publish","type":"mod","link":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/","title":{"rendered":"BOBSHOP"},"content":{"rendered":"<div align=\"center\">\n<p># BOBSHOP<\/p>\n<p>![GitHub](https:\/\/github.com\/bilolib\/BOBSHOP)<br \/>\n![License](https:\/\/github.com\/bilolib\/BOBSHOP\/blob\/main\/LICENSE.md)<br \/>\n![MyProject](https:\/\/modrinth.com\/plugin\/bobcase)<\/p>\n<\/div>\n<p>![BobShopBanner](https:\/\/cdn.modrinth.com\/data\/cached_images\/87efdcf3d39987d8f92a519ef34e64ea4a57804d.png)<\/p>\n<p># Required Plugins<br \/>\n&#8211; \ud83d\udcb0 Vault (required)<br \/>\n&#8211; Any Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI, XConomy, iConomy, etc.)<\/p>\n<p>## Notes<br \/>\n&#8211; External hologram plugins are no longer required.<br \/>\n&#8211; BOBShop now includes its **own built-in hologram system** for item and shop displays.  <\/p>\n<p># Features<br \/>\n&#8211; \ud83d\uded2 Create player shops with chests or barrels<br \/>\n&#8211; \ud83d\udcdc Automatic sign creation and updating (buy\/sell modes, prices, owner name, stock amount)<br \/>\n&#8211; \ud83d\udcb0 Fully integrated with Vault economy (supports all Vault-compatible economy plugins)<br \/>\n&#8211; \ud83e\udea7 Customizable holograms above shops (item preview + description text)<br \/>\n&#8211; \ud83c\udfe6 Admin Shops with unlimited stock and special pricing<br \/>\n&#8211; \u2699\ufe0f Configurable settings (shop limits, creation cost, tax rates, currency format, etc.)<br \/>\n&#8211; \ud83d\udcbe SQLite database with automatic backups<br \/>\n&#8211; \ud83d\udd04 Reload support for configuration and language files<br \/>\n&#8211; \ud83c\udf0d Multi-language support via `lang` folder (e.g. English, Turkish)<br \/>\n&#8211; \ud83e\ude99 Permission-based tax discounts (e.g. VIP players pay less tax)<br \/>\n&#8211; \ud83d\udeab Protection: shops cannot be destroyed or modified without proper permissions<br \/>\n&#8211; \u2728 Built-in hologram system (no need for any external hologram plugin)<\/p>\n<p># How to Install<\/p>\n<p>1. Download the latest release of **BOBShop** from the Modrinth page.<br \/>\n2. Place the `.jar` file into your server\u2019s `plugins` folder.<br \/>\n3. Make sure you have installed the required dependency:<br \/>\n   &#8211; \ud83d\udcb0 Vault<br \/>\n   &#8211; A Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI Economy, etc.)<br \/>\n4. Restart your server.<br \/>\n5. (Optional) Edit `config.yml` and language files in the `plugins\/BOBShop` folder to customize shop limits, creation cost, taxes, messages, etc.<br \/>\n6. Use `\/bobshop reload` to apply config or language changes without restarting the server. <\/p>\n<p> ### \u26a0\ufe0f Important Note<\/p>\n<p>**Use the latest version (v3.0+) only.**<br \/>\n&#8211; This release includes a **built-in billboard hologram system** \u2014 **no external hologram plugins are needed** anymore.<br \/>\n&#8211; Older versions may **require external hologram plugins** and their holograms may **not work correctly** on new servers.<br \/>\n&#8211; For best stability and performance, **do not use older releases**.<\/p>\n<p># Commands &#038; Permissions<br \/>\n| Command \/ Node        | Description                                   | Permission              |<br \/>\n|:&#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;&#8212;&#8212;&#8212;&#8212;&#8212;|<br \/>\n| `\/bobshop`            | Opens the plugin settings menu                | `bobshop.admin`         |<br \/>\n| `\/bobshop reload`     | Reloads plugin configuration and language     | `bobshop.admin`         |<br \/>\n| *(no command)*        | Grants **20% shop tax discount**              | `bobshop.tax.discount.20` |<br \/>\n| *(no command)*        | Grants **full tax exemption (0% tax)**        | `bobshop.tax.free`      |<\/p>\n<details>\n<summary>\ud83d\udcca Permission-based Tax Multipliers<\/summary>\n<p>The `multipliers.tax_by_permission` section allows you to **adjust or override shop taxes** for players with specific permissions.<\/p>\n<p>### Example (`config.yml`)<br \/>\n&#8220;`yaml<br \/>\nmultipliers:<br \/>\n  tax_by_permission:<br \/>\n    &#8220;bobshop.tax.discount.20&#8221;: 0.8<br \/>\n    &#8220;bobshop.tax.free&#8221;: 0.0<br \/>\n&#8220;`<br \/>\n&#8211; Each key is a permission node.<br \/>\n&#8211; Each value is a multiplier applied to the tax percentage.<\/p>\n<p>## How it works<br \/>\n&#8211; If a player has the permission bobshop.tax.discount.20, their tax will be multiplied by 0.8 \u2192 they pay 20% less tax.<br \/>\n&#8211; If a player has the permission bobshop.tax.free, their tax will be multiplied by 0.0 \u2192 they pay no tax at all.<br \/>\n&#8211; Players without these permissions use the default tax values defined in config.yml.<br \/>\nThis lets you create VIP ranks, donor perks, or staff exemptions by simply assigning the right permission.<\/p>\n<p>### Example with LuckPerms<br \/>\n&#8220;`<br \/>\n# Give a player 20% tax discount<br \/>\n\/lp user Steve permission set bobshop.tax.discount.20 true<\/p>\n<p># Make a player completely tax-free<br \/>\n\/lp user Alex permission set bobshop.tax.free true<br \/>\n&#8220;`<\/p>\n<\/details>\n<p>Note: Currently only basic permissions are available.<br \/>\nMore detailed and customizable permission nodes will be added in future updates.<\/p>\n<p># How to Use<\/p>\n<p>## \/bobshop<\/p>\n<table>\n<tr>\n<td>\n      <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/feb52c856eff98f691708046c1c4528041421ddc.gif\" width=\"700px\" alt=\"BOBShop Settings Menu GIF\">\n    <\/td>\n<td style=\"vertical-align: top; padding-left: 15px;\">\n<h3>BOBShop Settings Menu<\/h3>\n<ul>\n<li><strong>Shop Creation Price<\/strong> \u2013 Sets the cost that players must pay to create a new market.<\/li>\n<li><strong>Hologram Toggle<\/strong> \u2013 Enable or disable holographic display for items in your shop.<\/li>\n<li><strong>Description Toggle<\/strong> \u2013 Show or hide item descriptions above the shop.<\/li>\n<li><strong>Shop Limit<\/strong> \u2013 Sets the maximum number of shops a player can create.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/table>\n<p>## If you right-click on your own market&#8217;s sign<\/p>\n<table>\n<tr>\n<td>\n      <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/0ac75916a521c799fee5077c2d8405cc555d3dcc.gif\" width=\"900px\" alt=\"Market Menu GIF\">\n    <\/td>\n<td style=\"vertical-align: top; padding-left: 15px;\">\n<h3>Market Menu<\/h3>\n<ul>\n<li><strong>Change Price<\/strong> \u2013 Adjusts the price of the item in the shop.<\/li>\n<li><strong>Change Item<\/strong> \u2013 Change the item currently for sale in the market.<\/li>\n<li><strong>Change Mode<\/strong> \u2013 Switch the market between Buy and Sell modes.<\/li>\n<li><strong>Description<\/strong> \u2013 \u2728 Show a custom floating text above your market\u2019s hologram to give players more info about your item.<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/table>\n<p>## If you **Shift + Right-click** on any market&#8217;s sign  <\/p>\n<table>\n<tr>\n<td>\n      <img decoding=\"async\" src=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/c5ff18b7fb4e5e04ab91ec1a75302e16c8838901.gif\" width=\"900px\" alt=\"Admin Menu GIF\">\n    <\/td>\n<td style=\"vertical-align: top; padding-left: 15px;\">\n<h3>Admin Menu<\/h3>\n<ul>\n        Shift + Right-click on any market to open the admin menu and manage its settings.<\/p>\n<li>&#8220;<strong>Set as Admin Shop<\/strong> \u2013 Makes the shop&#8217;s items unlimited and all incoming\/outgoing money goes to the server.&#8221;<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/table>\n<p>## How to Sell &#038; Buy \ud83d\uded2\ud83d\udcb0<\/p>\n<p>Right-click on the market&#8217;s sign \ud83e\udea7, then type in chat \ud83d\udcac the amount you want to **buy** or **sell**.<br \/>\nMake sure to check the price \ud83d\udcb5 before confirming! \u2705\u2728<\/p>\n<p>## Note<\/p>\n<p>I created this plugin inspired by **QuickShop**, adding my own ideas and features. Since I developed it alone, I may not have been able to test everything thoroughly, so some bugs might exist.<\/p>\n<p>I\u2019d really appreciate your feedback\u2014if you encounter any issues, please let me know and I\u2019ll do my best to fix them. Thank you for checking out **BobShop**!<\/p>\n<p>## Other Plugins<\/p>\n<p>### BOBCASE<br \/>\n\ud83c\udf81 **BobCase** is a simple and customizable crate plugin for Minecraft.<br \/>\n&#8211; Supports different crate types<br \/>\n&#8211; Fully configurable rewards and chances<br \/>\n&#8211; Easy to use for both players and admins  <\/p>\n","protected":false},"excerpt":{"rendered":"<p>An advanced Minecraft shop plugin with holograms and backup support.<\/p>\n","protected":false},"featured_media":33360,"template":"","meta":{"_minecraft_slug":"bobshop","_minecraft_project_id":"XntjYeJd","_minecraft_author":"BiloliB","_minecraft_license":"MIT","_minecraft_downloads":269,"_minecraft_follows":1,"_minecraft_client_side":"unsupported","_minecraft_server_side":"required","_minecraft_storage_type":"zip","_minecraft_archive_name":"bobshop.zip","_minecraft_size_bytes":78174831,"_minecraft_version_count":7,"_minecraft_updated_at":"2026-05-16T12:05:38.767051Z","_minecraft_date_created":"2025-09-05T07:42:45.101566Z","_minecraft_date_modified":"2025-10-10T17:39:06.863768Z","_minecraft_project_url":"https:\/\/modrinth.com\/mod\/bobshop","_minecraft_icon_attachment_id":33360,"_minecraft_imported_at":"2026-06-01T15:34:18+00:00","_minecraft_import_hash":"e70afcd7c698bf29d7438eeefda901a9","_minecraft_versions":"","_minecraft_links":"","_minecraft_gallery":"","_minecraft_api_metadata":""},"mod_category":[124,844,125,127,128,129,91,92],"mod_loader":[130,131,132,133,134],"minecraft_version":[62,37,40,73,74,38,78,79,80,81,82],"class_list":["post-33359","mod","type-mod","status-publish","has-post-thumbnail","hentry","mod_category-bukkit","mod_category-economy","mod_category-folia","mod_category-paper","mod_category-purpur","mod_category-spigot","mod_category-storage","mod_category-utility","mod_loader-bukkit","mod_loader-folia","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-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>BOBSHOP - 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\/bobshop\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BOBSHOP - Minecraft\" \/>\n<meta property=\"og:description\" content=\"An advanced Minecraft shop plugin with holograms and backup support.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/\" \/>\n<meta property=\"og:site_name\" content=\"Minecraft\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdn.modrinth.com\/data\/cached_images\/feb52c856eff98f691708046c1c4528041421ddc.gif\" \/>\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\\\/bobshop\\\/\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/\",\"name\":\"BOBSHOP - Minecraft\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp\",\"datePublished\":\"2026-06-01T15:34:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/#primaryimage\",\"url\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp\",\"contentUrl\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp\",\"width\":96,\"height\":96},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/vpesports.com\\\/minecraft\\\/mods\\\/bobshop\\\/#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\":\"BOBSHOP\"}]},{\"@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":"BOBSHOP - 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\/bobshop\/","og_locale":"en_US","og_type":"article","og_title":"BOBSHOP - Minecraft","og_description":"An advanced Minecraft shop plugin with holograms and backup support.","og_url":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/","og_site_name":"Minecraft","og_image":[{"url":"https:\/\/cdn.modrinth.com\/data\/cached_images\/feb52c856eff98f691708046c1c4528041421ddc.gif","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\/bobshop\/","url":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/","name":"BOBSHOP - Minecraft","isPartOf":{"@id":"https:\/\/vpesports.com\/minecraft\/#website"},"primaryImageOfPage":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/#primaryimage"},"image":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/#primaryimage"},"thumbnailUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp","datePublished":"2026-06-01T15:34:18+00:00","breadcrumb":{"@id":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/#primaryimage","url":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp","contentUrl":"https:\/\/vpesports.com\/minecraft\/wp-content\/uploads\/2026\/06\/bobshop-icon-e9e978ae7807f67515efab5a46ea846c161c1497_96.webp","width":96,"height":96},{"@type":"BreadcrumbList","@id":"https:\/\/vpesports.com\/minecraft\/mods\/bobshop\/#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":"BOBSHOP"}]},{"@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\/33359","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\/33360"}],"wp:attachment":[{"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/media?parent=33359"}],"wp:term":[{"taxonomy":"mod_category","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_category?post=33359"},{"taxonomy":"mod_loader","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/mod_loader?post=33359"},{"taxonomy":"minecraft_version","embeddable":true,"href":"https:\/\/vpesports.com\/minecraft\/wp-json\/wp\/v2\/minecraft_version?post=33359"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}