RenwQuestPlugin
A Paper 1.21 Minecraft plugin for daily/weekly quests – helps servers easily build a quest system and boost player engagement.
Screenshots
✨ Features
- Daily Quests: 10 random quests assigned each day, reset automatically at midnight.
- Weekly Quests: 30 random quests assigned each week, reset after 7 days.
- Real‑time Progress Tracking: Automatically updates progress for mining, killing, crafting, eating, etc.
- Visual GUI Menu: Open with
/renw– green wool means claimable, red means already claimed. Clear and intuitive. - Task Completion Alerts: A visible chat notification when a quest is finished.
- Reward Claiming: Click a completed task to claim your reward (experience by default, fully customizable).
📋 Commands & Permissions
| Command | Description | Permission |
|---|---|---|
/renw |
Opens the daily/weekly quest menu | Available to all players by default |
Permission node:
renw.use(can be configured – default is OP or all players)
⚙️ Configuration
On first run, the plugin automatically generates items.json. You can freely add, remove, or edit quests in it:
{
"id": "d1",
"name": "[Daily] ★ Miner’s Trial - Dig Sand",
"condition_type": "BLOCK_BREAK",
"target": "SAND",
"amount": 70,
"reward": 30
}
Supported
condition_typevalues:BLOCK_BREAK,ENTITY_KILL,ITEM_CRAFT,ITEM_CONSUME
🔧 Dependencies & Compatibility
- Server: Paper 1.21.4 (or any 1.21‑compatible fork)
- Java: 21
- Dependencies: Vault, EssentialsX
📬 Feedback & Contributions
If you have any questions or suggestions, feel free to open an Issue or submit a Pull Request.

