Skip to content

Creating and Editing Shops

Cupjok edited this page Sep 13, 2026 · 2 revisions

Creating and Editing Shops

Everything here can be done in the GUI. You need dshop.admin.shopedit.

1. Create the shop

/ds createshop Farming

The shop is created disabled, with one example item, and opens right away. Enable it when it is ready: /ds shop Farming enable true.

2. Add items from your inventory

  1. Open the shop and click an empty slot. The item palette opens, showing your own inventory below it.
  2. Click any item in your own inventory:
    • Left-click: the item settings open. Set the buy/sell price, median, stock and limits, then save. It is now a shop item.
    • Right-click: the item is placed as a decoration (no price, not tradable). Good for borders and labels.
  3. You can also pick a material from the palette itself (search by name) instead of your inventory.

The whole item is stored: name, lore, enchantments, custom model data, plugin data and every other component. A custom item from MMOItems, ItemsAdder or your own plugin keeps working and is matched exactly. See Items and Pricing.

From the command line, /ds shop Farming addhand <value> <median> <stock> does the same with the item in your hand.

3. Edit, move, remove

In the shop GUI, as an admin:

Click on a shop item Result
Left-click Trade view (the player view: buy/sell buttons)
Shift + right-click Item settings: prices, stock, limits, item type (Command Items)
Right-click Select the item for moving. Then right-click an empty slot to move it there
Left-click a decoration Toggle whether it shows its own name/lore

Shift + right-click inside the trade view lets you type new values in chat.

4. Shop settings

Right-click the shop info button (the sign icon) to open the shop settings. There you set the currency (Economy and Currencies), permission, pages, background, shop hours, fluctuation, stock stabilization, the shop account, logs and flags (Shop Flags and Options).

Copy, rename, merge, delete

/ds copyshop Farming Farming2
/ds renameshop Farming Crops
/ds mergeshop Farming Farming2
/ds deleteshop Farming2

Start page

/ds can open a start page, a menu of buttons that open shops or run commands. Admins edit it in the GUI: click an empty button slot, then click an item in your inventory to use it as the button icon.

Clone this wiki locally