DonutOrders

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 473 downloads ๐Ÿ“Œ v1.0.0 ๐Ÿ“… 6/20/2026
๐ŸŸก Updated this year

By KafaSallayanAmca ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 6/14/2026 ๐Ÿ“… Created: 6/20/2026

๐Ÿ” Analysis

  • ๐Ÿ† #1029 of 1452 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐Ÿ›’ DonutOrders **A player-driven buy order marketplace.** No chest shops. No admin setup. Just a clean GUI and automatic economy. > Paper ยท Purpur ยท Folia ยท Spigot โ€” 1.20.x / 1.21.x ยท Java 17+ ยท Requires Vault --- ## How it works 1. A buyer opens `/orders` โ†’ **New Order** โ†’ picks a material โ†’ types quantity and price-per-unit in chat. 2. Funds are **escrowed immediately** โ€” buyers can't spend money they don't have. 3. Sellers browse the marketplace, pick an order, drop items into the 45-slot delivery GUI โ†’ **paid on the spot**. 4. Partially-filled orders keep delivered items in a **virtual stash** until the buyer collects them. 5. Orders expire automatically after a configurable number of days; any unspent funds are refunded. --- ## Features ### Buyer side - Post buy orders for any material on the server's allowed list - **Escrow system** โ€” funds are withdrawn on order creation, preventing double-spending - **Status tracking** โ€” Active, Completed, Expired, or Cancelled - **Virtual stash** โ€” delivered items are stored server-side even when your inventory is full - **Overflow protection** โ€” items that don't fit on collection are dropped at your feet - **Cancel & refund** โ€” cancel any active order and receive the unspent balance back ### Seller side - Browse all active orders in a paginated marketplace GUI - **45-slot delivery grid** โ€” only the correct material is accepted - **Wrong-item rejection** โ€” the GUI refuses incompatible items immediately with a clear message - **Partial fills** โ€” deliver as many or as few items as you want; payment is per-item - **Anti-duplication lock** โ€” concurrent delivery attempts on the same order are serialised server-side - **Excess item return** โ€” items beyond what the order needs are automatically returned to your inventory ### Economy - **Vault-powered** โ€” works with EssentialsX, CMI, and any Vault-compatible economy plugin - Optional **seller tax** as an economy sink (disabled by default) - Refunds are always exact โ€” no rounding errors ### Technical - **Full Folia support** โ€” all scheduling uses regionalised entity/global schedulers; also works on standard Paper/Spigot - **SQLite + HikariCP** โ€” orders persisted to a local WAL-mode database; no external DB required - **Fully async I/O** โ€” database reads and writes never block the main thread - **Shaded & relocated** dependencies โ€” no classpath conflicts with other plugins --- ## GUI screens | Screen | Purpose | |---|---| | Main menu | Your orders / Browse market / Collect stash | | Your orders | View active orders, cancel, collect stash | | New order | Pick material, set amount and price via chat | | Browse market | Paginated list of all active orders | | Deliver items | 45-slot grid accepting only the correct material | | Order detail | Progress, price, expiry, stash status, cancel button | --- ## Commands | Command | Description | Permission | |---|---|---| | `/orders` | Open the orders menu (alias: `/order`, `/market`) | `donutorders.use` | | `/orders admin reload` | Reload config and messages | `donutorders.admin` | ## Permissions | Permission | Description | Default | |---|---|---| | `donutorders.use` | All `/orders` commands and GUI features | Everyone | | `donutorders.admin` | Access admin sub-commands | OP | --- ## Configuration ```yaml orders: max-per-player: 10 # Max simultaneous active orders per player default-expiry-days: 7 # Days before an unfilled order expires tax-percent: 0.0 # % of seller payout taken as economy sink (0 = off) database: filename: donutorders.db allowed-materials: - DIAMOND - EMERALD - GOLD_INGOT # ... any Bukkit Material name ``` All player-facing strings are in `messages.yml` โ€” supports `&` colour codes and `#RRGGBB` hex colours. --- ## Installation 1. Drop `DonutOrders.jar` into your `plugins/` folder. 2. Make sure Vault and an economy plugin (e.g. EssentialsX) are installed. 3. Start the server โ€” `config.yml` and `messages.yml` are generated automatically. 4. Edit `allowed-materials` and other options to your liking. 5. Run `/orders admin reload` to apply changes without a restart. ## Requirements | Requirement | Version | |---|---| | Paper / Purpur / Folia / Spigot | 1.20.x or 1.21.x | | Java | 17+ | | Vault | Any compatible release | | Economy plugin | EssentialsX, CMI, or any Vault economy |

# ๐Ÿ›’ DonutOrders

A player-driven buy order marketplace. No chest shops. No admin setup. Just a clean GUI and automatic economy.

> Paper ยท Purpur ยท Folia ยท Spigot โ€” 1. 20.x / 1. 21.x ยท Java 17+ ยท Requires Vault

## How it works

1. A buyer opens `/orders` โ†’ New Order โ†’ picks a material โ†’ types quantity and price-per-unit in chat. 2. Funds are escrowed immediately โ€” buyers can't spend money they don't have. 3. Sellers browse the marketplace, pick an order, drop items into the 45-slot delivery GUI โ†’ paid on the spot. 4. Partially-filled orders keep delivered items in a virtual stash until the buyer collects them. 5. Orders expire automatically after a configurable number of days; any unspent funds are refunded.

## Features

### Buyer side - Post buy orders for any material on the server's allowed list - Escrow system โ€” funds are withdrawn on order creation, preventing double-spending - Status tracking โ€” Active, Completed, Expired, or Cancelled - Virtual stash โ€” delivered items are stored server-side even when your inventory is full - Overflow protection โ€” items that don't fit on collection are dropped at your feet - Cancel & refund โ€” cancel any active order and receive the unspent balance back

### Seller side - Browse all active orders in a paginated marketplace GUI - 45-slot delivery grid โ€” only the correct material is accepted - Wrong-item rejection โ€” the GUI refuses incompatible items immediately with a clear message - Partial fills โ€” deliver as many or as few items as you want; payment is per-item - Anti-duplication lock โ€” concurrent delivery attempts on the same order are serialised server-side - Excess item return โ€” items beyond what the order needs are automatically returned to your inventory

### Economy - Vault-powered โ€” works with EssentialsX, CMI, and any Vault-compatible economy plugin - Optional seller tax as an economy sink (disabled by default) - Refunds are always exact โ€” no rounding errors

### Technical - Full Folia support โ€” all scheduling uses regionalised entity/global schedulers; also works on standard Paper/Spigot - SQLite + HikariCP โ€” orders persisted to a local WAL-mode database; no external DB required - Fully async I/O โ€” database reads and writes never block the main thread - Shaded & relocated dependencies โ€” no classpath conflicts with other plugins

## GUI screens

| Screen | Purpose | |---|---| | Main menu | Your orders / Browse market / Collect stash | | Your orders | View active orders, cancel, collect stash | | New order | Pick material, set amount and price via chat | | Browse market | Paginated list of all active orders | | Deliver items | 45-slot grid accepting only the correct material | | Order detail | Progress, price, expiry, stash status, cancel button |

## Commands

| Command | Description | Permission | |---|---|---| | `/orders` | Open the orders menu (alias: `/order`, `/market`) | `donutorders.use` | | `/orders admin reload` | Reload config and messages | `donutorders.admin` |

## Permissions

| Permission | Description | Default | |---|---|---| | `donutorders.use` | All `/orders` commands and GUI features | Everyone | | `donutorders.admin` | Access admin sub-commands | OP |

## Configuration

```yaml orders: max-per-player: 10 # Max simultaneous active orders per player default-expiry-days: 7 # Days before an unfilled order expires tax-percent: 0. 0 # % of seller payout taken as economy sink (0 = off)

database: filename: donutorders.db

allowed-materials: - DIAMOND - EMERALD - GOLD_INGOT # ... any Bukkit Material name ```

All player-facing strings are in `messages.yml` โ€” supports `&` colour codes and `#RRGGBB` hex colours.

## Installation

1. Drop `DonutOrders.jar` into your `plugins/` folder. 2. Make sure Vault and an economy plugin (e.g. EssentialsX) are installed. 3. Start the server โ€” `config.yml` and `messages.yml` are generated automatically. 4. Edit `allowed-materials` and other options to your liking. 5. Run `/orders admin reload` to apply changes without a restart.

## Requirements

| Requirement | Version | |---|---| | Paper / Purpur / Folia / Spigot | 1. 20.x or 1. 21.x | | Java | 17+ | | Vault | Any compatible release | | Economy plugin | EssentialsX, CMI, or any Vault economy |

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
KafaSallayanAmca
Version
1.0.0
Downloads
473
Endorsements
0
Category
bukkit
Created
6/20/2026
Updated
6/14/2026
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
economy, social, storage

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does DonutOrders support?

The author lists 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5. Other versions may work but are untested by the author.

What is the latest version of DonutOrders?

Version 1.0.0, published 2026-06-14 with 473 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by KafaSallayanAmca ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods