HomeJavaModsBetter Questing API
Better Questing API
ModsJava

Better Questing API

by ABKQPO · on Modrinth

BetterQuestingAPI is a runtime API mod for registering and applying BetterQuesting chapters, quests, tasks, and rewards from code or imported resources

⬇ Download on Modrinth

BetterQuestingAPI

BetterQuestingAPI is a runtime API mod for registering and applying BetterQuesting chapters, quests, tasks, and rewards from code or imported resources.

Features

Developer Usage

Register quests directly in code:

BQApi.register(chapterDefinition);

Import quest resources:

BQApi.registerImportedFolder("yourmodid", "bqapi/quests");

Apply changes after startup:

BQApi.reinject(server);

Patch existing quests:

BQApi.patchQuest("othermod.some_quest", patchFunction);

For Addon Developers

BetterQuestingAPI provides a stable Java API for creating and managing BetterQuesting content without manually editing quest databases.

The project includes:

Use the API artifact as your compile-time dependency when developing addons.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more