-
Notifications
You must be signed in to change notification settings - Fork 0
Home
DeDet edited this page Jun 8, 2026
·
6 revisions
SpContentQuests is a Minecraft Java Edition quest plugin inspired by the FTB Quests mod. It guides players through server content — from early game to endgame — with a structured progression system, tiered quests, and an intuitive GUI.
Players complete objectives, earn rewards, and track progress, while server admins design structured progression paths with categories, requirements, and integrations with popular plugins.
- Quest Categories — Organize quests into categories, each with its own GUI
- Multiple Objective Types — Built-in types (break, craft, kill, etc.) plus plugin integrations
- Quest Requirements — Lock quests behind quest completion, permissions, or PlaceholderAPI conditions
- Custom GUI — Fully customizable quest, category, and objective menus with sounds, titles, and custom items
- Reward System — Console or player commands executed on quest completion
- Objective Commands — Guide players with clickable commands in the quest GUI
- Per-Objective Icons — Override objective item icons individually per quest
- Database — SQLite (default) or MySQL for persistent player data
- Integrations — MMOItems, ItemsAdder, MythicMobs, Slimefun, PlaceholderAPI
- Place the
SpContentQuests.jarin your server'splugins/folder - Restart or reload your server
- Configure categories in
plugins/SpContentQuests/category/and quests inplugins/SpContentQuests/quests/ - Give yourself the quest book:
/questbook - Open a category directly:
/spcontentquests open <category>
- Installation
- Configuration
- Categories
- Quests
- Objective Types
- Objective GUI
- Commands & Permissions
- Requirements
- Integrations
- Database