Skip to content

Sign Shops

Cupjok edited this page Sep 13, 2026 · 1 revision

Sign Shops

A sign can open a shop, or one item of a shop.

Create

Place a sign (needs dshop.admin.createsign) and write:

Line Text
1 [ds] (or [dshop] or [dynamicshop])
2 shop name
3 optional: an item of that shop, to open its trade view directly
4 optional: text shown on the first line of the finished sign

Right-click the sign to use it. Break it with dshop.admin.destroysign.

Sign-only and local shops

  • Flag signshop: the shop can only be opened from its signs (/ds shop and quick sell skip it).
  • Flag localshop with position pos1/pos2: the shop only works inside that area. Add deliverycharge to allow remote use for a delivery fee.
/ds shop <shop> flag signshop set
/ds shop <shop> position pos1
/ds shop <shop> position pos2
/ds shop <shop> flag localshop set

Admins with dshop.admin.remoteaccess can use these shops from anywhere. See Shop Flags and Options.

Clone this wiki locally