DP-Auction

⭐ — (0 endorsements) 📥 39 downloads 📌 v1.0.0 📅 6/18/2026
🟡 Updated this year

By darksoldier1404 · economy

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/10/2026 📅 Created: 6/18/2026

🔍 Analysis

  • 🏆 #103 of 129 economy mods in this game by downloads

📋 About This Mod

<center><img src="https://i.postimg.cc/MKPVVR1s/dplogo-512.png" alt="logo"></center> <center><img src="https://i.postimg.cc/RZ9dqPFx/introduce.png" alt="introduce"></center> DP-Auction is a complete auction house plugin that allows players to sell items through bidding or instant buy listings. Players can create auctions, place bids, purchase items instantly, and collect rewards through mailbox-style claim systems. Administrators can configure auction duration, listing fees, taxes, and listing limits to match their server economy. --- <center><img src="https://i.postimg.cc/RZ9dqP08/description.png" alt="description"></center> **Auction House System** * Create item auctions through an intuitive GUI * Support for bidding and instant buy listings * Automatic auction expiration handling * Configurable auction duration * Configurable listing limits per player **Secure Economy Integration** * Listing fees * Transaction taxes * Escrow-based bidding system * Automatic bid refunds when outbid * Offline-safe transaction handling **Mailbox System** Players manually claim rewards through dedicated mailboxes: * Won auction items * Sales earnings * Expired auction returns This prevents inventory overflow and supports offline players. **Search & Sorting** * Search auctions by item name * Search auctions by item type * Multiple sorting options * Personal auction management **Administration Tools** * Force end auctions * Remove auctions * View auction information * Manage player auctions * Live configuration editing * Auction statistics --- <center><img src="https://i.postimg.cc/rwcjzhpH/depend-plugin.png" alt="depend-plugin"></center> * All DP-Plugins require the **DPP-Core** plugin * The plugin will not work if **DPP-Core** is not installed * You can download **DPP-Core** here: <a href="https://github.com/DP-Plugins/DPP-Core/releases" target="_blank">Click me!</a> **Required Plugin** * **EssentialsX** EssentialsX provides the economy system required for bidding, purchasing, listing fees, and transaction taxes. Without an economy plugin, auction transactions cannot be completed. --- <center><img src="https://i.postimg.cc/dV01RxJB/installation.png" alt="installation"></center> 1️⃣ Install **DPP-Core** 2️⃣ Install **EssentialsX** (recommended) 3️⃣ Place **DP-Auction** into your server's `plugins` folder 4️⃣ Start the server 5️⃣ Configure `plugins/DP-Auction/config.yml` if necessary --- <center><img src="https://i.postimg.cc/jSKcC85K/settings.png" alt="settings"></center> **Configuration Example** ```yaml auction: duration-hours: 24 min-bid-increase: 1000 default-limit: 10 listing-fee: 10000 tax-percent: 5 ``` **Available Settings** * Auction duration * Minimum bid increase * Listing limit per player * Listing fee * Transaction tax All values can be modified through configuration files or administrator commands. --- <center><img src="https://i.postimg.cc/SxqdjZKw/command.png" alt="command"></center> ❗ Some commands require appropriate permissions. **Player Commands** | Command | Description | | ------------------------ | -------------------- | | `/dpac` | Open auction house | | `/dpac sell` | Create auction | | `/dpac my` | View your auctions | | `/dpac bid` | View active bids | | `/dpac claim` | Claim won items | | `/dpac earnings` | Claim sales earnings | | `/dpac expired` | Claim expired items | | `/dpac search <keyword>` | Search auctions | **Admin Commands** | Command | Description | | -------------------------------- | ------------------------ | | `/dpac reload` | Reload configuration | | `/dpac forceend <id>` | Force end auction | | `/dpac remove <id>` | Remove auction | | `/dpac info <id>` | View auction information | | `/dpac player <name>` | View player auctions | | `/dpac clear <name>` | Clear player auctions | | `/dpac stats` | View auction statistics | | `/dpac save` | Save all data | | `/dpac config <setting> <value>` | Edit configuration | **Important Notes** * Auctions support both bidding and instant purchase * Bid funds are held securely until the auction ends or the player is outbid * Outbid players are automatically refunded * Won items, earnings, and expired auctions are collected through mailbox GUIs * Offline players are fully supported --- <center><img src="https://i.postimg.cc/Z5ZH0fqL/api-integration.png" alt="api-integration"></center> * Automatic data saving * Offline player support * Auction persistence across restarts * Mailbox persistence * Safe transaction processing --- <center><a href="https://discord.gg/JnMCqkn2FX"><img src="https://i.postimg.cc/4xZPn8dC/discord.png" alt="discord"></a></center> * ht

logo
introduce

DP-Auction is a complete auction house plugin that allows players to sell items through bidding or instant buy listings.

Players can create auctions, place bids, purchase items instantly, and collect rewards through mailbox-style claim systems. Administrators can configure auction duration, listing fees, taxes, and listing limits to match their server economy.

description

Auction House System

Create item auctions through an intuitive GUI Support for bidding and instant buy listings Automatic auction expiration handling Configurable auction duration Configurable listing limits per player

Secure Economy Integration

Listing fees Transaction taxes Escrow-based bidding system Automatic bid refunds when outbid Offline-safe transaction handling

Mailbox System

Players manually claim rewards through dedicated mailboxes:

Won auction items Sales earnings Expired auction returns

This prevents inventory overflow and supports offline players.

Search & Sorting

Search auctions by item name Search auctions by item type Multiple sorting options Personal auction management

Administration Tools

Force end auctions Remove auctions View auction information Manage player auctions Live configuration editing Auction statistics

depend-plugin

All DP-Plugins require the DPP-Core plugin The plugin will not work if DPP-Core is not installed You can download DPP-Core here: Click me!

Required Plugin

EssentialsX

EssentialsX provides the economy system required for bidding, purchasing, listing fees, and transaction taxes.

Without an economy plugin, auction transactions cannot be completed.

installation

1️⃣ Install DPP-Core

2️⃣ Install EssentialsX (recommended)

3️⃣ Place DP-Auction into your server's `plugins` folder

4️⃣ Start the server

5️⃣ Configure `plugins/DP-Auction/config.yml` if necessary

settings

Configuration Example

```yaml auction: duration-hours: 24 min-bid-increase: 1000 default-limit: 10 listing-fee: 10000 tax-percent: 5 ```

Available Settings

Auction duration Minimum bid increase Listing limit per player Listing fee Transaction tax

All values can be modified through configuration files or administrator commands.

command

❗ Some commands require appropriate permissions.

Player Commands

| Command | Description | | ------------------------ | -------------------- | | `/dpac` | Open auction house | | `/dpac sell` | Create auction | | `/dpac my` | View your auctions | | `/dpac bid` | View active bids | | `/dpac claim` | Claim won items | | `/dpac earnings` | Claim sales earnings | | `/dpac expired` | Claim expired items | | `/dpac search ` | Search auctions |

Admin Commands

| Command | Description | | -------------------------------- | ------------------------ | | `/dpac reload` | Reload configuration | | `/dpac forceend ` | Force end auction | | `/dpac remove ` | Remove auction | | `/dpac info ` | View auction information | | `/dpac player ` | View player auctions | | `/dpac clear ` | Clear player auctions | | `/dpac stats` | View auction statistics | | `/dpac save` | Save all data | | `/dpac config ` | Edit configuration |

Important Notes

Auctions support both bidding and instant purchase Bid funds are held securely until the auction ends or the player is outbid Outbid players are automatically refunded Won items, earnings, and expired auctions are collected through mailbox GUIs Offline players are fully supported

api-integration

Automatic data saving Offline player support Auction persistence across restarts Mailbox persistence Safe transaction processing

discord

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
darksoldier1404
Version
1.0.0
Downloads
39
Endorsements
0
Category
economy
Created
6/18/2026
Updated
6/10/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
economy

🔧 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 DP-Auction support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of DP-Auction?

Version 1.0.0, published 2026-06-10 with 39 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More economy 👤 More by darksoldier1404 🔎 Similar Mods 🌐 Best economy (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods