Quickstart
Get SigmaOrders running in 5 minutes. Full install details: Installation.
Stepsโ
- Download
SigmaOrders.jar, place inplugins/, restart server (requires Paper 1.21+, Java 21+, Vault). - Plugin generates
config.ymlandmessages.ymlon first run. - Confirm console shows:
[SigmaOrders] โ SQLite database initialized successfully!
[SigmaOrders] โ SIGMA ORDERS successfully enabled! - In-game, run
/ordersto open the GUI, then/orders create diamond 1 10.0to test.
First Order Walkthroughโ
| Role | Commands | Result |
|---|---|---|
| Creator | /orders or /orders create diamond 64 100.0 | Order created with ID; payment deducted if charge-on-creation is enabled; appears in /orders myorders |
| Deliverer | /orders list, /orders deliver <id> | Delivery GUI lets you select items from inventory; you're paid automatically on delivery |
| Creator (collect) | /orders myorders, /orders collect <id> | Items added to inventory; order updates automatically |
Common First-Time Issuesโ
| Issue | Solution |
|---|---|
| "Economy plugin not found" | Install Vault plus an economy plugin (e.g. EssentialsX, CMI) |
| "Database initialization failed" | Check file permissions on plugins/SigmaOrders/ |
| "Permission denied" | Default permissions are enabled for all players; check plugin.yml if using a permission plugin |
See Alsoโ
- Installation - Full installation guide
- Configuration - Customize settings
- Commands Reference - Full command list
- Features - Order lifecycle details