Skip to content
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.


Features

  • 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

Quick Start

  1. Place the SpContentQuests.jar in your server's plugins/ folder
  2. Restart or reload your server
  3. Configure categories in plugins/SpContentQuests/category/ and quests in plugins/SpContentQuests/quests/
  4. Give yourself the quest book: /questbook
  5. Open a category directly: /spcontentquests open <category>

Useful Links


Clone this wiki locally