BOBSHOP

⭐ — (1 endorsements) 📥 376 downloads 📌 v3.3 📅 9/5/2025
🟡 Updated this year

By BiloliB · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 10/10/2025 📅 Created: 9/5/2025

🔍 Analysis

  • 🏆 #1346 of 1452 bukkit mods in this game by downloads

📋 About This Mod

<div align="center"> # BOBSHOP (https://img.shields.io/badge/GitHub-Source-black?logo=github)](https://github.com/bilolib/BOBSHOP) (https://img.shields.io/badge/License-MIT--NC-blue?logo=opensourceinitiative)](https://github.com/bilolib/BOBSHOP/blob/main/LICENSE.md) (https://img.shields.io/badge/More_Project-BOBCASE-orange?logo=opensourceinitiative)](https://modrinth.com/plugin/bobcase) </div> !(https://cdn.modrinth.com/data/cached_images/87efdcf3d39987d8f92a519ef34e64ea4a57804d.png) # Required Plugins - 💰 (https://modrinth.com/plugin/vault) (required) - Any Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI, XConomy, iConomy, etc.) ## Notes - External hologram plugins are no longer required. - BOBShop now includes its **own built-in hologram system** for item and shop displays. # Features - 🛒 Create player shops with chests or barrels - 📜 Automatic sign creation and updating (buy/sell modes, prices, owner name, stock amount) - 💰 Fully integrated with Vault economy (supports all Vault-compatible economy plugins) - 🪧 Customizable holograms above shops (item preview + description text) - 🏦 Admin Shops with unlimited stock and special pricing - ⚙️ Configurable settings (shop limits, creation cost, tax rates, currency format, etc.) - 💾 SQLite database with automatic backups - 🔄 Reload support for configuration and language files - 🌍 Multi-language support via `lang` folder (e.g. English, Turkish) - 🪙 Permission-based tax discounts (e.g. VIP players pay less tax) - 🚫 Protection: shops cannot be destroyed or modified without proper permissions - ✨ Built-in hologram system (no need for any external hologram plugin) # How to Install 1. Download the latest release of **BOBShop** from the (https://modrinth.com/plugin/bobshop#download). 2. Place the `.jar` file into your server’s `plugins` folder. 3. Make sure you have installed the required dependency: - 💰 (https://modrinth.com/plugin/vault) - A Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI Economy, etc.) 4. Restart your server. 5. (Optional) Edit `config.yml` and language files in the `plugins/BOBShop` folder to customize shop limits, creation cost, taxes, messages, etc. 6. Use `/bobshop reload` to apply config or language changes without restarting the server. ### ⚠️ Important Note **Use the latest version (v3.0+) only.** - This release includes a **built-in billboard hologram system** — **no external hologram plugins are needed** anymore. - Older versions may **require external hologram plugins** and their holograms may **not work correctly** on new servers. - For best stability and performance, **do not use older releases**. # Commands & Permissions | Command / Node | Description | Permission | |:---------------------:|:---------------------------------------------|:------------------------| | `/bobshop` | Opens the plugin settings menu | `bobshop.admin` | | `/bobshop reload` | Reloads plugin configuration and language | `bobshop.admin` | | *(no command)* | Grants **20% shop tax discount** | `bobshop.tax.discount.20` | | *(no command)* | Grants **full tax exemption (0% tax)** | `bobshop.tax.free` | <details> <summary>📊 Permission-based Tax Multipliers</summary> The `multipliers.tax_by_permission` section allows you to **adjust or override shop taxes** for players with specific permissions. ### Example (`config.yml`) ```yaml multipliers: tax_by_permission: "bobshop.tax.discount.20": 0.8 "bobshop.tax.free": 0.0 ``` - Each key is a permission node. - Each value is a multiplier applied to the tax percentage. ## How it works - If a player has the permission bobshop.tax.discount.20, their tax will be multiplied by 0.8 → they pay 20% less tax. - If a player has the permission bobshop.tax.free, their tax will be multiplied by 0.0 → they pay no tax at all. - Players without these permissions use the default tax values defined in config.yml. This lets you create VIP ranks, donor perks, or staff exemptions by simply assigning the right permission. ### Example with LuckPerms ``` # Give a player 20% tax discount /lp user Steve permission set bobshop.tax.discount.20 true # Make a player completely tax-free /lp user Alex permission set bobshop.tax.free true ``` </details> Note: Currently only basic permissions are available. More detailed and customizable permission nodes will be added in future updates. # How to Use ## /bobshop <table> <tr> <td> <img src="https://cdn.modrinth.com/data/cached_images/feb52c856eff98f691708046c1c4528041421ddc.gif" width="700px" alt="BOBShop Settings Menu GIF"> </td> <td style="vertical-align: top; padding-left: 15px;"> <h3>BOBShop Settings Menu</h3> <ul> <li><strong>Shop Creatio

[!(https://img.shields.io/badge/GitHub-Source-black?logo=github)](https://github.com/bilolib/BOBSHOP) [!(https://img.shields.io/badge/License-MIT--NC-blue?logo=opensourceinitiative)](https://github.com/bilolib/BOBSHOP/blob/main/LICENSE.md) [!(https://img.shields.io/badge/More_Project-BOBCASE-orange?logo=opensourceinitiative)](https://modrinth.com/plugin/bobcase)

!(https://cdn.modrinth.com/data/cached_images/87efdcf3d39987d8f92a519ef34e64ea4a57804d.png)

# Required Plugins - 💰 (https://modrinth.com/plugin/vault) (required) - Any Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI, XConomy, iConomy, etc.)

## Notes - External hologram plugins are no longer required. - BOBShop now includes its own built-in hologram system for item and shop displays.

# Features - 🛒 Create player shops with chests or barrels - 📜 Automatic sign creation and updating (buy/sell modes, prices, owner name, stock amount) - 💰 Fully integrated with Vault economy (supports all Vault-compatible economy plugins) - 🪧 Customizable holograms above shops (item preview + description text) - 🏦 Admin Shops with unlimited stock and special pricing - ⚙️ Configurable settings (shop limits, creation cost, tax rates, currency format, etc.) - 💾 SQLite database with automatic backups - 🔄 Reload support for configuration and language files - 🌍 Multi-language support via `lang` folder (e.g. English, Turkish) - 🪙 Permission-based tax discounts (e.g. VIP players pay less tax) - 🚫 Protection: shops cannot be destroyed or modified without proper permissions - ✨ Built-in hologram system (no need for any external hologram plugin)

# How to Install

1. Download the latest release of BOBShop from the (https://modrinth.com/plugin/bobshop#download). 2. Place the `.jar` file into your server’s `plugins` folder. 3. Make sure you have installed the required dependency: - 💰 (https://modrinth.com/plugin/vault) - A Vault-compatible economy plugin (e.g. EssentialsX Economy, CMI Economy, etc.) 4. Restart your server. 5. (Optional) Edit `config.yml` and language files in the `plugins/BOBShop` folder to customize shop limits, creation cost, taxes, messages, etc. 6. Use `/bobshop reload` to apply config or language changes without restarting the server.

### ⚠️ Important Note

Use the latest version (v3. 0+) only. - This release includes a built-in billboard hologram system — no external hologram plugins are needed anymore. - Older versions may require external hologram plugins and their holograms may not work correctly on new servers. - For best stability and performance, do not use older releases.

# Commands & Permissions | Command / Node | Description | Permission | |:---------------------:|:---------------------------------------------|:------------------------| | `/bobshop` | Opens the plugin settings menu | `bobshop.admin` | | `/bobshop reload` | Reloads plugin configuration and language | `bobshop.admin` | | (no command) | Grants 20% shop tax discount | `bobshop.tax.discount. 20` | | (no command) | Grants full tax exemption (0% tax) | `bobshop.tax.free` |

📊 Permission-based Tax Multipliers

The `multipliers.tax_by_permission` section allows you to adjust or override shop taxes for players with specific permissions.

### Example (`config.yml`) ```yaml multipliers: tax_by_permission: "bobshop.tax.discount. 20": 0. 8 "bobshop.tax.free": 0. 0 ``` - Each key is a permission node. - Each value is a multiplier applied to the tax percentage.

## How it works - If a player has the permission bobshop.tax.discount. 20, their tax will be multiplied by 0. 8 → they pay 20% less tax. - If a player has the permission bobshop.tax.free, their tax will be multiplied by 0. 0 → they pay no tax at all. - Players without these permissions use the default tax values defined in config.yml. This lets you create VIP ranks, donor perks, or staff exemptions by simply assigning the right permission.

### Example with LuckPerms ``` # Give a player 20% tax discount /lp user Steve permission set bobshop.tax.discount. 20 true

# Make a player completely tax-free /lp user Alex permission set bobshop.tax.free true ```

Note: Currently only basic permissions are available. More detailed and customizable permission nodes will be added in future updates.

# How to Use

## /bobshop

BOBShop Settings Menu GIF

BOBShop Settings Menu

  • Shop Creatio

    🤖 AI-enhanced — based on mod data

    📊 Mod Details

    Game
    Minecraft Plugins
    Author
    BiloliB
    Version
    3.3
    Downloads
    376
    Endorsements
    1
    Category
    bukkit
    Created
    9/5/2025
    Updated
    10/10/2025
    Game Versions
    1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
    Tags
    economy, storage, utility

    🔧 How to Install Minecraft Plugins Mods

    Download from Modrinth. Use Prism Launcher or drop into your mods folder.

    📖 Full step-by-step install guide for Minecraft Plugins →

    Visit the official mod page for specific installation instructions for this mod.

    🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

    ❓ Frequently Asked Questions

    Which Minecraft Plugins versions does BOBSHOP support?

    The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

    What is the latest version of BOBSHOP?

    Version 3.3, published 2025-10-10 with 376 downloads recorded at the source.

    Keep browsing — more Minecraft Plugins mods await