Skip to main content

Player Commands

Commands available to all players (with appropriate permissions).

/ordersโ€‹

Permission: sigmaorders.use (default: true) Description: Opens the main orders GUI - paginated list of active orders with item, quantity, price, and status. Click an order to view details.

/orders

/orders createโ€‹

Permission: sigmaorders.create (default: true) Description: Create a new order, via GUI or directly from chat.

/orders create                       # Open creation GUI
/orders create <item> <qty> <price> # Create via command
  • <item> - Item material name (e.g. diamond, iron_ingot)
  • <qty> - Quantity (integer)
  • <price> - Price per item (decimal)

Example:

/orders create diamond 64 100.0
/orders create iron_ingot 32 5.5

Subject to cooldown, per-player order limits, price/quantity caps, and item blacklist - all configurable.

Output: [SigmaOrders] โœ“ Order created successfully. Order ID: #1


/orders list [page]โ€‹

Permission: sigmaorders.use (default: true) Description: List all active orders (ID, item, quantity, price, status), paginated.

/orders list
/orders list 2
  • [page] - Page number (optional, default: 1)

/orders search <query>โ€‹

Permission: sigmaorders.use (default: true) Description: Search orders by item name. Case-insensitive, partial match, supports ItemsAdder custom item names; search query is preserved when navigating between GUI pages.

/orders search dia
/orders search iron
/orders search gold ingot
  • <query> - Search term (item name, partial match)

/orders view <id>โ€‹

Permission: sigmaorders.use (default: true) Description: View an order's details (item, quantity, price, status, creator, expiration) in chat or GUI.

/orders view <id>
  • <id> - Order ID (integer)

Example: /orders view 1


/orders deliver <id>โ€‹

Permission: sigmaorders.fulfill (default: true) Description: Deliver items to an order via GUI. Select items from inventory; payment is automatic on delivery. Partial deliveries supported.

/orders deliver <id>
  • <id> - Order ID (integer)

Example: /orders deliver 1

Restrictions: can't deliver to your own, cancelled/completed, or (if disabled in config) expired orders; blacklist restrictions apply.

Output: [SigmaOrders] โœ“ Delivered 64 diamond for order #1


/orders collect <id>โ€‹

Permission: sigmaorders.collect (default: true) Description: Collect delivered items from your own order via GUI. Partial collection supported; the order auto-deletes once fully collected.

/orders collect <id>
  • <id> - Order ID (integer)

Example: /orders collect 1

Requires inventory space; items must be delivered first.

Output: [SigmaOrders] โœ“ Collected 64 diamond from order #1


/orders myorders [page]โ€‹

Permission: sigmaorders.use (default: true) Description: View your own orders (all statuses), paginated. Click to view details or collect items.

/orders myorders
/orders myorders 2
  • [page] - Page number (optional, default: 1)

/orders cancel <id>โ€‹

Permission: sigmaorders.cancel (default: true) Description: Cancel your own order, with auto-refund if enabled.

/orders cancel <id>
  • <id> - Order ID (integer)

Example: /orders cancel 1

May be blocked if deliveries already exist, or restricted by a configurable minimum time before cancellation.

Output:

[SigmaOrders] โœ“ Order #1 has been cancelled.
[SigmaOrders] โœ“ Order #1 cancelled. Refunded: $6400.00

/orders helpโ€‹

Permission: sigmaorders.use (default: true) Description: Shows all available commands and usage examples (includes admin commands if you have permission).

/orders help

Common Error Messagesโ€‹

ErrorCauseSolution
"Order not found"Invalid order IDCheck order ID with /orders list
"Insufficient funds"Not enough moneyCheck balance, adjust order price
"Order limit reached"Too many active ordersCancel old orders or wait
"Cooldown active"Too soon after last orderWait for cooldown to expire
"Item is blocked"Item in blacklistUse different item
"Can't deliver to own order"Trying to fulfill own orderUse different order

See Alsoโ€‹