Glossary
Definitions of terms used in SigmaOrders documentation.
Aโ
Active Orderโ
An order that is in PENDING or IN_PROGRESS status, meaning it can still receive deliveries.
Async Operationโ
A database or operation that runs in the background without blocking the server thread, improving performance.
Cโ
Collectionโ
The process of an order creator retrieving delivered items from their order.
Concurrent Deliveryโ
Multiple players delivering items to the same order simultaneously. The plugin uses optimistic locking to handle this safely.
Dโ
Deliveryโ
The process of a player fulfilling an order by providing the requested items.
Delivererโ
A player who delivers items to fulfill an order.
Eโ
Escrowโ
A secure payment system where money is held in a "bank" until items are delivered, ensuring both parties are protected.
Escrow Balanceโ
The amount of money held in escrow for a specific order, waiting to be paid to deliverers.
Expirationโ
The automatic termination of an order after a configured time period (order-life).
Fโ
Fulfillโ
To complete an order by delivering all required items. Also called "deliver".
Iโ
IN_PROGRESSโ
An order status indicating that some items have been delivered but not all.
ItemsAdderโ
A Minecraft plugin that adds custom items. SigmaOrders can detect and support ItemsAdder items.
Nโ
NBT Dataโ
Named Binary Tag data - additional item information like custom names, lore, enchantments. SigmaOrders supports NBT items.
Oโ
Orderโ
A request for items created by a player, specifying item type, quantity, and price per item.
Order Creatorโ
The player who created an order and will receive the items.
Order Itemโ
A single item type within an order (material, quantity, price).
Order Lifeโ
The duration an order remains active before expiring (in minutes).
Pโ
PENDINGโ
An order status indicating the order is waiting for deliveries.
Partial Deliveryโ
Delivering only some of the required items, allowing multiple players to contribute to one order.
Payment Methodโ
How payments are processed: ESCROW (recommended) or IMMEDIATE.
Rโ
Refundโ
Returning money to the order creator, typically when an order is cancelled or expires.
Sโ
Statusโ
The current state of an order: PENDING, IN_PROGRESS, DELIVERED, COMPLETED, or CANCELLED.
System Orderโ
An order created by the system (addon) with UUID(0,0), automatically collected when delivered.
Tโ
Transactionโ
A financial operation (payment, refund) that is logged for audit purposes.
Transaction Loggingโ
Recording all financial transactions to a log file for auditing and troubleshooting.
Uโ
Urgent Orderโ
An order marked with priority > 0, displayed prominently in the GUI.
Vโ
Vaultโ
A plugin that provides a standard API for economy plugins. SigmaOrders requires Vault for economy integration.