DP-ItemCollection

⭐ — (0 endorsements) 📥 61 downloads 📌 v1.1.2 📅 12/7/2025
🟡 Updated this year

By darksoldier1404 · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 12/1/2025 📅 Created: 12/7/2025

🔍 Analysis

  • 🏆 #384 of 1080 bukkit mods in this game by downloads

📋 About This Mod

✅ Create various item collection categories and rewards
✅ Automatically save and view each player's collection progress
✅ Easily edit items and rewards through a GUI (menu)
✅ Real-time collection status display via PlaceholderAPI integration
✅ Manage all features easily with admin commands

<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> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/qUEmSENhzcw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> This plugin helps players on a Minecraft server collect various items and receive special rewards upon achieving goals. Run fun and easy item collection events without complicated setup! --- <center><img src="https://i.postimg.cc/RZ9dqP08/description.png" alt="description"></center> - Create various item collection categories and rewards - Automatically save and view each player's collection progress - Easily edit items and rewards through a GUI (menu) - Real-time collection status display via PlaceholderAPI integration - Manage all features easily with admin commands --- <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> - This plugin integrates with `PlaceholderAPI`. - If PlaceholderAPI is not installed, the placeholder features provided by this plugin will not work. --- <center><img src="https://i.postimg.cc/dV01RxJB/installation.png" alt="installation"></center> 1️⃣ Place the `DPP-Core` plugin and this plugin file (`DP-ItemCollection-*.jar`) into your server's `plugins` folder. 2️⃣ Restart the server, and the plugin will be automatically enabled. 3️⃣ If needed, you can open and modify `config.yml` and `plugin.yml` to customize settings. --- <center><img src="https://i.postimg.cc/jSKcC85K/settings.png" alt="settings"></center> - `config.yml`: Manages basic plugin settings and message options. --- <center><img src="https://i.postimg.cc/SxqdjZKw/command.png" alt="command"></center> ❗ Some commands require admin permission (`dpic.admin`). **Command List and Examples** | Command | Permission | Description | Example | |----------------------------------------------------------------|--------------|-----------------------------------------------|----------------------------------------------------------------------------| | `/dpic create <collection/reward> <name>` | dpic.admin | Create a new item collection category or reward | `/dpic create collection TreasureHunt`<br>`/dpic create reward FinalReward` | | `/dpic maxpage <collection> <maxPage>` | dpic.admin | Set the maximum number of pages for a category | `/dpic maxpage TreasureHunt 5` | | `/dpic items <collection/reward> <name>` | dpic.admin | Edit category/reward items via GUI | `/dpic items collection TreasureHunt`<br>`/dpic items reward FinalReward` | | `/dpic addcmdreward <rewardName> <command>` | dpic.admin | Add a command to a reward | `/dpic addcmdreward FinalReward say Congratulations!` | | `/dpic removecmdreward <rewardName> <index>` | dpic.admin | Remove a registered command from a reward | `/dpic removecmdreward FinalReward 1` | | `/dpic setreward <collectionName> <rewardName> <step>` | dpic.admin | Link a reward to a collection category | `/dpic setreward TreasureHunt FinalReward 3` | | `/dpic removereward <collectionName> <step>` | dpic.admin | Unlink a reward from a category | `/dpic removereward TreasureHunt 3` | | `/dpic settotalreward <rewardName> <step>` | dpic.admin | Link a reward for full collection completion | `/dpic settotalreward FinalReward 10` | | `/dpic removetotalreward <step>` | dpic.admin | Unlink full collection reward | `/dpic removetotalreward 10` | | `/dpic checkitem` | dpic.admin | Open GUI to set collection check item | `/dpic checkitem` | | `/dpic open <collectionName>` | None | Open collection progress GUI | `/dpic open TreasureHunt` | | `/dpic openrewardclaim (collectionName)` |

logo
introduce

This plugin helps players on a Minecraft server collect various items and receive special rewards upon achieving goals. Run fun and easy item collection events without complicated setup!

description

  • Create various item collection categories and rewards
  • Automatically save and view each player's collection progress
  • Easily edit items and rewards through a GUI (menu)
  • Real-time collection status display via PlaceholderAPI integration
  • Manage all features easily with admin commands

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!
  • This plugin integrates with `PlaceholderAPI`.
  • If PlaceholderAPI is not installed, the placeholder features provided by this plugin will not work.

installation

1️⃣ Place the `DPP-Core` plugin and this plugin file (`DP-ItemCollection-*.jar`) into your server's `plugins` folder.

2️⃣ Restart the server, and the plugin will be automatically enabled.

3️⃣ If needed, you can open and modify `config.yml` and `plugin.yml` to customize settings.

settings

- `config.yml`: Manages basic plugin settings and message options.

command

❗ Some commands require admin permission (`dpic.admin`).

Command List and Examples

| Command | Permission | Description | Example | |----------------------------------------------------------------|--------------|-----------------------------------------------|----------------------------------------------------------------------------| | `/dpic create ` | dpic.admin | Create a new item collection category or reward | `/dpic create collection TreasureHunt` `/dpic create reward FinalReward` | | `/dpic maxpage ` | dpic.admin | Set the maximum number of pages for a category | `/dpic maxpage TreasureHunt 5` | | `/dpic items ` | dpic.admin | Edit category/reward items via GUI | `/dpic items collection TreasureHunt` `/dpic items reward FinalReward` | | `/dpic addcmdreward ` | dpic.admin | Add a command to a reward | `/dpic addcmdreward FinalReward say Congratulations!` | | `/dpic removecmdreward ` | dpic.admin | Remove a registered command from a reward | `/dpic removecmdreward FinalReward 1` | | `/dpic setreward ` | dpic.admin | Link a reward to a collection category | `/dpic setreward TreasureHunt FinalReward 3` | | `/dpic removereward ` | dpic.admin | Unlink a reward from a category | `/dpic removereward TreasureHunt 3` | | `/dpic settotalreward ` | dpic.admin | Link a reward for full collection completion | `/dpic settotalreward FinalReward 10` | | `/dpic removetotalreward ` | dpic.admin | Unlink full collection reward | `/dpic removetotalreward 10` | | `/dpic checkitem` | dpic.admin | Open GUI to set collection check item | `/dpic checkitem` | | `/dpic open ` | None | Open collection progress GUI | `/dpic open TreasureHunt` | | `/dpic openrewardclaim (collectionName)` |

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
darksoldier1404
Version
1.1.2
Downloads
61
Endorsements
0
Category
bukkit
Created
12/7/2025
Updated
12/1/2025
Game Versions
1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
Tags
utility

🔧 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-ItemCollection 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 DP-ItemCollection?

Version 1.1.2, published 2025-12-01 with 61 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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