ShopGUIPlus Editor

⭐ — (0 endorsements) 📥 625 downloads 📌 v2.0.0 📅 6/6/2026
🟡 Updated this year

By M0diis · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/4/2026 📅 Created: 6/6/2026

🔍 Analysis

  • 👍 0.0% endorsement rate
  • 🏆 #33 of 84 economy mods in this game by downloads

📋 About This Mod

✅ Real-time price adjustment using configurable increment buttons
✅ Shift-click support for larger price changes
✅ Configurable minimum and maximum price validation

# ShopGUIPlusEditor !(https://i.imgur.com/UADlhaq.gif) A simple **ShopGUIPlus** add-on that allows you to edit shop item prices directly in-game without manually modifying configuration files. > **Requires ShopGUIPlus to be installed.** The plugin currently supports shops stored in: ```text /plugins/ShopGUIPlus/shops ``` To open the editor, simply: ```text SHIFT + RIGHT CLICK ``` on a shop item and use the provided buttons to adjust prices. Holding **Shift** while clicking a price adjustment button multiplies the configured amount by the shift multiplier. The latest version has been tested with **ShopGUIPlus v1.113.0**. Compatibility with older versions is not guaranteed. --- # Features ### Price Editing - Edit both **buy** and **sell** prices from a configurable GUI - Real-time price adjustment using configurable increment buttons - Shift-click support for larger price changes - Configurable minimum and maximum price validation ### Item Management - Add new `type: item` entries directly from a player's main hand - Remove existing shop items through the GUI or commands - Automatically reload ShopGUIPlus shop data after save/remove operations - Generate the next available numeric item ID automatically when omitted ### Fully Configurable Configure: - Editor layout - Action buttons - Price adjustment buttons - Validation limits - Default values for new items - Messages ### Metadata Preservation When adding new items, the plugin preserves common ShopGUIPlus item properties: - material - quantity - name - lore - flags - damage - enchantments - unbreakable - customModelData - potion data - banner patterns - player heads / skins --- # Usage ## Edit Existing Shop Items 1. Open a ShopGUIPlus shop 2. Shift + Right Click an item 3. Adjust buy and sell prices 4. Click **Save Item** 5. Optionally click **Remove Item** to delete the entry ## Add New Items 1. Hold the item in your main hand 2. Run: ```text /shopguipluseditor add <shop> <slot> ``` 3. Configure prices inside the editor 4. Click **Save Item** If `item-id` is omitted, the plugin automatically generates the next available numeric ID. ## Remove Items Directly ```text /shopguipluseditor remove <shop> <item-id> ``` ## Open Editor Directly ```text /shopguipluseditor edit <shop>/<item-id> ``` or ```text /shopguipluseditor edit <material> ``` --- # Permissions - `shopguipluseditor.use` — Permission to open and use the editor - `shopguipluseditor.command.reload` — Permission to reload the configuration --- # Configuration The plugin is fully configurable. ### Example Configuration ```yaml edit-menu: title: "&8» &2Editing &c%shop_id%&8/&c%item_id%" size: 54 preview-slot: 22 fill-item: material: "GREEN_STAINED_GLASS_PANE" name: "&r" lore: - "" buy-price-button: slot: 20 material: "PAPER" name: "&aBuy price" lore: - "&8» &7Shop: &f%shop_id%" - "&8» &7Slot/Page: &f%item_slot%&7/&f%item_page%" - "" - "&8» &aCurrent buy price: &2%current_buy_price%" - "&8» &aNew buy price: &2%new_buy_price%" sell-price-button: slot: 24 material: "PAPER" name: "&cSell price" lore: - "&8» &7Shop: &f%shop_id%" - "&8» &7Slot/Page: &f%item_slot%&7/&f%item_page%" - "" - "&8» &aCurrent sell price: &2%current_sell_price%" - "&8» &aNew sell price: &2%new_sell_price%" save-button: slot: 31 material: "EMERALD" name: "&aSave item" lore: - "&8» &7Mode: &f%editor_mode%" - "&8» &7Buy: &f%new_buy_price%" - "&8» &7Sell: &f%new_sell_price%" - "" - "&7Click to save your changes." remove-button: slot: 40 material: "LAVA_BUCKET" name: "&cRemove item" lore: - "&8» &7Item ID: &f%item_id%" - "&8» &7Shop: &f%shop_id%" - "" - "&7Click to remove this item from the shop." back-button: slot: 49 material: "BARRIER" name: "&cBack" lore: - "&7Return to the shop page." sell-price-adjust-buttons: button-1: slot: 41 size: 1 name: "&c$%amount%" amount: 0.10 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" - "" - "&7Shift-click to multiply by %shift_multiplier%" button-2: slot: 42 size: 2 name: "&c$%amount%" amount: 1 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" - "" - "&7Shift-click to multiply by %shift_multiplier%" button-3: slot: 43 size: 3 name: "&c$%amount%" amount: 10 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" -

# ShopGUIPlusEditor

!(https://i.imgur.com/UADlhaq.gif)

A simple ShopGUIPlus add-on that allows you to edit shop item prices directly in-game without manually modifying configuration files.

> Requires ShopGUIPlus to be installed.

The plugin currently supports shops stored in:

```text /plugins/ShopGUIPlus/shops ```

To open the editor, simply:

```text SHIFT + RIGHT CLICK ```

on a shop item and use the provided buttons to adjust prices.

Holding Shift while clicking a price adjustment button multiplies the configured amount by the shift multiplier.

The latest version has been tested with ShopGUIPlus v1. 113. 0. Compatibility with older versions is not guaranteed.

### Price Editing

  • Edit both buy and sell prices from a configurable GUI
  • Real-time price adjustment using configurable increment buttons
  • Shift-click support for larger price changes
  • Configurable minimum and maximum price validation

### Item Management

  • Add new `type: item` entries directly from a player's main hand
  • Remove existing shop items through the GUI or commands
  • Automatically reload ShopGUIPlus shop data after save/remove operations
  • Generate the next available numeric item ID automatically when omitted

### Fully Configurable

  • Editor layout
  • Action buttons
  • Price adjustment buttons
  • Validation limits
  • Default values for new items
  • Messages

### Metadata Preservation

When adding new items, the plugin preserves common ShopGUIPlus item properties:

  • material
  • quantity
  • name
  • lore
  • flags
  • damage
  • enchantments
  • unbreakable
  • customModelData
  • potion data
  • banner patterns
  • player heads / skins

## Edit Existing Shop Items

1. Open a ShopGUIPlus shop 2. Shift + Right Click an item 3. Adjust buy and sell prices 4. Click Save Item 5. Optionally click Remove Item to delete the entry

## Add New Items

1. Hold the item in your main hand 2. Run:

```text /shopguipluseditor add ```

3. Configure prices inside the editor 4. Click Save Item

If `item-id` is omitted, the plugin automatically generates the next available numeric ID.

## Remove Items Directly

```text /shopguipluseditor remove ```

## Open Editor Directly

```text /shopguipluseditor edit / ```

```text /shopguipluseditor edit ```

# Permissions

  • `shopguipluseditor.use` — Permission to open and use the editor
  • `shopguipluseditor.command.reload` — Permission to reload the configuration

# Configuration

The plugin is fully configurable.

### Example Configuration

```yaml edit-menu: title: "&8» &2Editing &c%shop_id%&8/&c%item_id%" size: 54 preview-slot: 22

fill-item: material: "GREEN_STAINED_GLASS_PANE" name: "&r" lore: - ""

buy-price-button: slot: 20 material: "PAPER" name: "&aBuy price" lore: - "&8» &7Shop: &f%shop_id%" - "&8» &7Slot/Page: &f%item_slot%&7/&f%item_page%" - "" - "&8» &aCurrent buy price: &2%current_buy_price%" - "&8» &aNew buy price: &2%new_buy_price%"

sell-price-button: slot: 24 material: "PAPER" name: "&cSell price" lore: - "&8» &7Shop: &f%shop_id%" - "&8» &7Slot/Page: &f%item_slot%&7/&f%item_page%" - "" - "&8» &aCurrent sell price: &2%current_sell_price%" - "&8» &aNew sell price: &2%new_sell_price%"

save-button: slot: 31 material: "EMERALD" name: "&aSave item" lore: - "&8» &7Mode: &f%editor_mode%" - "&8» &7Buy: &f%new_buy_price%" - "&8» &7Sell: &f%new_sell_price%" - "" - "&7Click to save your changes."

remove-button: slot: 40 material: "LAVA_BUCKET" name: "&cRemove item" lore: - "&8» &7Item ID: &f%item_id%" - "&8» &7Shop: &f%shop_id%" - "" - "&7Click to remove this item from the shop."

back-button: slot: 49 material: "BARRIER" name: "&cBack" lore: - "&7Return to the shop page."

sell-price-adjust-buttons: button-1: slot: 41 size: 1 name: "&c$%amount%" amount: 0. 10 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" - "" - "&7Shift-click to multiply by %shift_multiplier%" button-2: slot: 42 size: 2 name: "&c$%amount%" amount: 1 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" - "" - "&7Shift-click to multiply by %shift_multiplier%" button-3: slot: 43 size: 3 name: "&c$%amount%" amount: 10 shift-multiplier: 2 material: "RED_CONCRETE" lore: - "&8» &aLeft click to add %amount%" - "&8» &aRight click to subtract %amount%" -

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
M0diis
Version
2.0.0
Downloads
625
Endorsements
0
Category
economy
Created
6/6/2026
Updated
6/4/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
economy, management, 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 ShopGUIPlus Editor 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 ShopGUIPlus Editor?

Version 2.0.0, published 2026-06-04 with 625 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by M0diis 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods