-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
DeDet edited this page Jun 8, 2026
·
2 revisions
- Java 21 or higher
- Paper 1.21 or compatible fork (Purpur, etc.)
- Maven (only needed if building from source)
-
Download the latest
SpContentQuests.jarfrom the Releases page. -
Place the JAR file into your server's
plugins/folder. -
Restart your server (or use a reload manager like PlugManX — though a restart is recommended).
-
Configure the plugin:
- Edit
plugins/SpContentQuests/config.ymlfor general settings, database, and messages - Add category files in
plugins/SpContentQuests/category/ - Add quest files in
plugins/SpContentQuests/quests/
- Edit
-
Give yourself the quest book:
/questbookOr open any category directly:
/spcontentquests open introduction
When you first run the plugin, it will generate default files:
-
config.yml— Main configuration -
gui-objective.yml— Objective GUI settings -
category/introduction.yml— Example category -
category/overworld.yml— Example category -
quests/example-quests.yml— Example quests
You can edit, delete, or add new files at any time. After making changes, run:
/spcontentquests reload
Tip: Start by editing the example files to understand the structure before creating your own.
If you want to build the plugin yourself:
git clone https://github.com/DetraisMC/SpContentQuests.git
cd SpContentQuests
mvn clean packageThe compiled JAR will be in the target/ directory.