Skip to content

ShopGUIPlus Staff Reference

Public-safe technical notes for staff who configure or support ShopGUIPlus on 1MoreBlock.

Verify destructive, economy-changing, permission-changing, and player-data commands against the installed build and an approved support case before running them.

CommandPermissionPurpose
/shop reloadshopguiplus.reloadReloads shops and configuration.
/shop check <item>shopguiplus.checkChecks item matching in supported syntax.
/shop worth <item>shopguiplus.worthChecks configured worth.
/shop <shop> <player>shopguiplus.othersOpens a shop for another player where supported.
PermissionPurposeSuggested access
shopguiplus.shopBase shop access.Players
shopguiplus.shops.*Named shop access wildcard.Use narrower shop nodes when possible
shopguiplus.sell.handSell held item.Players where enabled
shopguiplus.sell.allBroad inventory sale.Players only if intentionally enabled
shopguiplus.reloadReload access.Server administrators

No plugin-owned placeholders were verified. PlaceholderAPI may still expose values through a separate expansion or an integrating plugin.

  • Vault/CMI handles economy.
  • 1MB-CMIAPI WorthDrift compares ShopGUIPlus prices with CMI worth data; WorthHelper supports review workflows.
  • Custom-item, soul-bind, container, and metadata matching must be tested carefully.
  • Reload should follow configuration validation because a malformed shop can affect broad economy access.
/shop reload
/shop check <item>
/shop worth <item>
  • Capture exact item metadata, shop/category/item ID, direction, quantity, unit price, and total.
  • Check buy price and sell price separately.
  • Verify economy withdrawal/deposit and inventory delivery/removal before compensating.