QuestBook-1.0.1.jar
29 Jan 2026
CurseForge · Hytale mod
A quest progression system that guides players through structured survival, crafting, exploration, and combat milestones in a cohesive adventure path.
Quick answer
QuestBook-1.0.1.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
QuestBook-1.0.1.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for QuestBook-1.0.1.jar. Pick another file and the loader, install side or required mods may change.
Use QuestBook-1.0.1.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside QuestBook-1.0.1.jar. It opens that exact file at the source.
About this project
QuestBook is a quest management mod for Hytale inspired by FTB Quests and Better Questing from Minecraft. Create custom quest lines to guide players through progression, tutorials, or adventures.
* wildcards for flexible matching (e.g., Ore_* matches any ore)| Command | Description |
|---|---|
/quest book |
Open the quest book UI |
/quest track <id> |
Track a specific quest |
/quest untrack |
Stop tracking current quest |
/quest progress |
View your overall progress |
/quest location |
Show your current zone/biome |
/questadmin reload |
Reload quest files |
Quest files are stored in your Hytale save folder:
Mac: ~/Library/Application Support/Hytale/UserData/Saves/Modding/plugins/QuestBook/quests/
Windows: %APPDATA%/Hytale/UserData/Saves/Modding/plugins/QuestBook/quests/
Edit the included vanilla_quests.json or create your own .json files. Use /questadmin reload to apply changes without restarting.
{ "type": "craft", "id": "craft_sword", "item": "Weapon_Sword_Copper", "count": 1 }
{ "type": "kill", "id": "kill_trorks", "mob": "Trork_*", "count": 10 }
{ "type": "block_break", "id": "mine_ore", "block": "Ore_*", "count": 20 }
{ "type": "item", "id": "have_iron", "item": "Ingredient_Bar_Iron", "count": 10, "consume": false }
Set consume: true to require players to turn in items via a "Submit Items" button.
{ "type": "location", "id": "reach_desert", "zone": "HowlingSands*" }
Or use depth-based checks:
{ "type": "location", "id": "go_deep", "below_y": 110 }
Use /quest location in-game to find zone and biome names.
{
"default_chapter": "getting_started",
"chapters": [
{
"id": "getting_started",
"title": "Getting Started",
"icon": "Tool_Hatchet_Crude",
"sort_order": 0,
"quests": [
{
"id": "first_tool",
"title": "Your First Tool",
"description": "Craft a crude hatchet to gather wood faster.",
"icon": "Tool_Hatchet_Crude",
"x": 0, "y": 0,
"dependencies": [],
"tasks": [
{ "type": "craft", "id": "craft_hatchet", "item": "Tool_Hatchet_Crude", "count": 1 }
],
"rewards": [
{ "type": "item", "item": "Ingredient_Stick", "amount": 10 }
]
}
]
}
]
}
| Pattern | Matches |
|---|---|
* |
Anything |
Wood_*_Trunk |
Any wood type |
Trork_* |
Any Trork variant |
Food_*_Cooked |
Any cooked food |
/quest location before creating location questsPerfect for modpack creators, server owners, or anyone wanting to add guided progression to their Hytale experience.
Project description from CurseForge.
Recent files
29 Jan 2026
27 Jan 2026
Looking for an older file? The official CurseForge project page is in Resources.