DonutShards
๐ก Updated this yearPreview

๐ Analysis
- ๐ 0.1% endorsement rate
- ๐ #907 of 1560 bukkit mods in this game by downloads
๐ About This Mod
# ๐ฉ DonutShard > A feature-rich **custom currency plugin** for PaperMC servers โ earn Shards by killing, AFK farming, and spending them in a configurable shop. (https://img.shields.io/badge/version-1.0.0-gold)](CHANGELOG.md) (https://img.shields.io/badge/PaperMC-1.21.x-green)](https://papermc.io) (https://img.shields.io/badge/Java-21-blue)](https://adoptium.net) (https://img.shields.io/badge/license-MIT-lightgrey)](LICENSE) --- ## โจ Features | Feature | Description | |---|---| | ๐ฐ **Shard Currency** | Custom economy currency with leaderboard, balance commands | | โ๏ธ **Kill Rewards** | Earn Shards for PvP kills with cooldown and bonus multiplier | | ๐ **AFK System** | Earn Shards passively while AFK in designated warp zones | | ๐ก๏ธ **Zone Protection** | WorldGuard-like protection for AFK zones (no WorldGuard required) | | ๐ช **Shard Shop** | Multi-category GUI shop โ buy items with Shards | | ๐ **Multi-language** | 5 built-in languages: `vi` `en` `zh` `es` `fr` | | ๐ **Leaderboard** | `/shard top` with PlaceholderAPI support | | ๐ **Developer API** | Hook into Shard events from other plugins | | ๐พ **Dual Storage** | YAML or SQLite, with WAL-mode async writes | --- ## ๐ฆ Requirements | Requirement | Version | |---|---| | **PaperMC** | 1.21.x | | **Java** | 21+ | | **PlaceholderAPI** | 2.11+ *(optional)* | --- ## โ๏ธ Installation 1. Download `DonutShard-1.0.0.jar` and drop it into your `/plugins` folder. 2. Start the server โ config files generate automatically. 3. Edit `plugins/DonutShard/config.yml` to your liking. 4. Run `/shard reload` in-game to apply changes without restarting. --- ## ๐๏ธ File Structure ``` plugins/DonutShard/ โโโ config.yml # Main config (kill reward, storage, leaderboard) โโโ afk.yml # AFK zones, protection rules, earn rates โโโ shop.yml # Shop categories & GUI layout โโโ shops/ โ โโโ Spawners.yml # Spawner items โ โโโ Ores.yml # Ore blocks โ โโโ Farm.yml # Farming items โโโ languages/ โ โโโ en.yml โ โโโ vi.yml โ โโโ zh.yml โ โโโ es.yml โ โโโ fr.yml โโโ data/ # YAML storage files (if YAML mode) โโโ balances.yml โโโ afk_sessions.yml โโโ afk_warps.yml โโโ daily_earnings.yml ``` --- ## ๐ง Configuration ### `config.yml` โ Quick Reference ```yaml language: en # Active language (en/vi/zh/es/fr) kill-reward: enabled: true shards-per-kill: 10 kill-cooldown: 30 # seconds before same kill gives reward again ignore-afk-victims: false bonus-multiplier: enabled: false threshold: 1000 # if victim has >= this many Shards multiplier: 1.5 storage: type: SQLITE # YAML or SQLITE auto-save-interval: 5 # minutes leaderboard: size: 10 ``` ### `afk.yml` โ AFK System ```yaml enabled: true shards-per-minute: 1 daily-limit: 100 # 0 = unlimited teleport-cooldown: 5 # seconds between /afk uses auto-detect-afk: true # auto-detect players already in AFK world protection: default: no-damage: true no-hunger: true no-pvp: true no-mob-spawn: true no-item-drop: true restore-health-on-enter: true clear-effects-on-enter: true ``` ### Adding a Shop Category 1. Create `plugins/DonutShard/shops/MyCategory.yml`: ```yaml gui-title: "<gold>โญ My Category" items: - id: DIAMOND name: "<aqua>๐ Diamond" price: 100 slot: 10 quantity: 1 lore: - "<gray>Shiny and expensive" - id: SPAWNER name: "<red>๐ฅ Blaze Spawner" spawnertype: BLAZE price: 5000 slot: 11 quantity: 1 ``` 2. Add the category to `shop.yml` under `categories`: ```yaml categories: MyCategory: icon: DIAMOND name: "<aqua>My Category" slot: 4 lore: - "<gray>Buy diamonds and spawners" ``` 3. Run `/shard reload`. No restart needed! --- ## ๐ฌ Commands | Command | Description | Permission | |---|---|---| | `/shard balance ` | View Shard balance | `donutshard.balance` | | `/shard give <player> <amount>` | Give Shards | `donutshard.give` | | `/shard take <player> <amount>` | Take Shards | `donutshard.take` | | `/shard set <player> <amount>` | Set Shards | `donutshard.set` | | `/shard top ` | View leaderboard | `donutshard.top` | | `/shard reload` | Reload config | `donutshard.reload` | | `/shard set-afk-warp <name>` | Set AFK warp to a world | `donutshard.admin` | | `/shard remove-afk-warp <name>` | Remove AFK warp | `donutshard.admin` | | `/shard list-afk-warp` | List all AFK warps | `donutshard.admin` | | `/shard language <code>` | Change language | `donutshard.language` | | `/afk ` | Enter an AFK zone | `donutshard.afk` | | `/afk-setting` | Manage AFK zone settings | `donutshard.afk.admin` | | `/shardshop` | Open the Shard Shop | `donutshard.shop` | **Aliases:** `/shard` โ `/donutshard`, `/ds` --- ## ๐ก๏ธ Permissions | Permission | Description | Default | |---|---|---| | `donutshard.balance` | Check own balance | `true`
# ๐ฉ DonutShard
> A feature-rich custom currency plugin for PaperMC servers โ earn Shards by killing, AFK farming, and spending them in a configurable shop.
[!(https://img.shields.io/badge/version-1. 0. 0-gold)](CHANGELOG.md) [!(https://img.shields.io/badge/PaperMC-1. 21.x-green)](https://papermc.io) [!(https://img.shields.io/badge/Java-21-blue)](https://adoptium.net) [!(https://img.shields.io/badge/license-MIT-lightgrey)](LICENSE)
## โจ Features
| Feature | Description | |---|---| | ๐ฐ Shard Currency | Custom economy currency with leaderboard, balance commands | | โ๏ธ Kill Rewards | Earn Shards for PvP kills with cooldown and bonus multiplier | | ๐ AFK System | Earn Shards passively while AFK in designated warp zones | | ๐ก๏ธ Zone Protection | WorldGuard-like protection for AFK zones (no WorldGuard required) | | ๐ช Shard Shop | Multi-category GUI shop โ buy items with Shards | | ๐ Multi-language | 5 built-in languages: `vi` `en` `zh` `es` `fr` | | ๐ Leaderboard | `/shard top` with PlaceholderAPI support | | ๐ Developer API | Hook into Shard events from other plugins | | ๐พ Dual Storage | YAML or SQLite, with WAL-mode async writes |
## ๐ฆ Requirements
| Requirement | Version | |---|---| | PaperMC | 1. 21.x | | Java | 21+ | | PlaceholderAPI | 2. 11+ (optional) |
## โ๏ธ Installation
1. Download `DonutShard-1. 0. 0.jar` and drop it into your `/plugins` folder. 2. Start the server โ config files generate automatically. 3. Edit `plugins/DonutShard/config.yml` to your liking. 4. Run `/shard reload` in-game to apply changes without restarting.
## ๐๏ธ File Structure
``` plugins/DonutShard/ โโโ config.yml # Main config (kill reward, storage, leaderboard) โโโ afk.yml # AFK zones, protection rules, earn rates โโโ shop.yml # Shop categories & GUI layout โโโ shops/ โ โโโ Spawners.yml # Spawner items โ โโโ Ores.yml # Ore blocks โ โโโ Farm.yml # Farming items โโโ languages/ โ โโโ en.yml โ โโโ vi.yml โ โโโ zh.yml โ โโโ es.yml โ โโโ fr.yml โโโ data/ # YAML storage files (if YAML mode) โโโ balances.yml โโโ afk_sessions.yml โโโ afk_warps.yml โโโ daily_earnings.yml ```
## ๐ง Configuration
### `config.yml` โ Quick Reference
```yaml language: en # Active language (en/vi/zh/es/fr)
kill-reward: enabled: true shards-per-kill: 10 kill-cooldown: 30 # seconds before same kill gives reward again ignore-afk-victims: false bonus-multiplier: enabled: false threshold: 1000 # if victim has >= this many Shards multiplier: 1. 5
storage: type: SQLITE # YAML or SQLITE auto-save-interval: 5 # minutes
leaderboard: size: 10 ```
### `afk.yml` โ AFK System
```yaml enabled: true shards-per-minute: 1 daily-limit: 100 # 0 = unlimited teleport-cooldown: 5 # seconds between /afk uses auto-detect-afk: true # auto-detect players already in AFK world
protection: default: no-damage: true no-hunger: true no-pvp: true no-mob-spawn: true no-item-drop: true restore-health-on-enter: true clear-effects-on-enter: true ```
### Adding a Shop Category
1. Create `plugins/DonutShard/shops/MyCategory.yml`:
```yaml
gui-title: "
2. Add the category to `shop.yml` under `categories`:
```yaml
categories:
MyCategory:
icon: DIAMOND
name: "
3. Run `/shard reload`. No restart needed!
## ๐ฌ Commands
| Command | Description | Permission |
|---|---|---|
| `/shard balance ` | View Shard balance | `donutshard.balance` |
| `/shard give ` | Change language | `donutshard.language` |
| `/afk ` | Enter an AFK zone | `donutshard.afk` |
| `/afk-setting` | Manage AFK zone settings | `donutshard.afk.admin` |
| `/shardshop` | Open the Shard Shop | `donutshard.shop` |
Aliases: `/shard` โ `/donutshard`, `/ds`
## ๐ก๏ธ Permissions
| Permission | Description | Default | |---|---|---| | `donutshard.balance` | Check own balance | `true`
๐ Mod Details
- Game
- Minecraft Plugins
- Author
- Duong2012G
- Version
- 1.2.0
- Downloads
- 2,338
- Endorsements
- 2
- Category
- bukkit
- Created
- 5/31/2026
- Updated
- 6/20/2026
- Game Versions
- 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
๐ง 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 DonutShards 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 DonutShards?
Version 1.2.0, published 2026-06-20 with 2,338 downloads recorded at the source.
Keep browsing โ more Minecraft Plugins mods await