Unofficial site, not affiliated with modrinth.com.What is this?
Плагины/NewQuests

✦ NewQuests

NewQuests is a simple, lightweight, and fully configurable quest plugin for Paper 1.21+ servers. Define quests entirely in YAML — no database required, no bloat. Part of the New* plugin family focused on configurability and Vault integration.


✅ Features

  • 6 quest types — Kill, Mine, Craft, Travel, Fish, Breed
  • 3 categories — Daily (resets at midnight), Weekly (resets on Monday), Permanent (once per player)
  • Vault support — money rewards if Vault is installed (optional)
  • Item rewards — any material and amount, delivered directly to inventory
  • Command rewards — console commands executed on completion, with %player% placeholder
  • Inventory GUI — color-coded status, enchant glow on completed quests, progress bar
  • Fully YAML-driven — add, remove or edit quests without touching any code
  • Auto-save — player data saved on quit, on reload, and every 5 minutes
  • Lightweight — no external libraries, no database, flat YAML per player

🎮 Commands

CommandDescriptionPermission
/questsOpen the quest menunewquests.use
/quests reloadReload config and questsnewquests.admin
/quests reset <player> [quest_id]Reset a player's progressnewquests.admin

🔑 Permissions

PermissionDefaultDescription
newquests.useeveryoneAccess to /quests
newquests.adminopAccess to reload and reset

📋 Quest Types

TypeTracks
KILLKilling entities (e.g. ZOMBIE, SKELETON, PLAYER)
MINEBreaking blocks (e.g. DIAMOND_ORE, COAL_ORE)
CRAFTCrafting items (e.g. CRAFTING_TABLE, IRON_SWORD)
TRAVELWalking a number of blocks (target: PLAYER)
FISHCatching items while fishing (target: FISH or specific material)
BREEDBreeding animals (e.g. COW, SHEEP)

📁 Configuration

config.yml — GUI title, row count, reset hour, sounds, and all messages.

quests.yml — define as many quests as you want:

quests:
  kill_zombies_daily:
    name: "Zombie Hunter"
    description: "Kill 20 zombies today."
    type: KILL
    target: ZOMBIE
    amount: 20
    category: DAILY
    rewards:
      money: 100.0
      items:
        - material: GOLDEN_SWORD
          amount: 1
      commands:
        - "say %player% completed Zombie Hunter!"

🔗 Dependencies


🧩 New* Plugin Family

NewQuests is part of a series of lightweight plugins by gnustellah:

  • NewEconomy — Vault-compatible economy
  • NewShop — GUI-based shop
  • NewHome — Home system
  • NewBack — Return to last location
  • NewChat — Chat formatting
  • NewSeasons — Season system
  • NewQuests — Quest system (this plugin)

Built with Paper API · No NMS · No shaded dependencies

Совместимость

Minecraft: Java Edition

Платформы

Сведения

Лицензия:
Опубликован:4 недели назад
Обновлён:4 недели назад
ID проекта:
Главная