QuestPlus
Official compatibility
| Element | Reference |
|---|---|
TypeWriter | Required. Use the official TypeWriter release supported by the extension release. |
| Related extensions | Install the related extensions listed on this page before using entries that depend on them. |
The QuestPlus Extension adds NPC escorts, rotating quest pools and a combat status fact to the BTC Typewriter build.
Entry Library
Configuration
Pool configuration.
- Temporary Quest — Rotating quest pool config.
Objectives
New quest tasks.
- Escort Objective — Protect NPC along a path.
Actions
Controlling missions.
- Start Escort — Begin escort mission.
- Next Checkpoint — Advance escort path.
- Stop Escort — End/Fail escort mission.
Activities
AI logic.
- Path Escort — Escort pathfinding activity.
User guide
- 1. Configure Settings — Start with the configuration entry: temporary_quest_definition. This defines global settings for the extension. → temporary_quest_definition
- 2. Trigger Actions — Use action entries to interact with the extension: escort_start, escort_next, escort_stop. Trigger them from commands, NPCs, events, or other entries. → escort_start → escort_next
MiniPlaceholders
The custom build uses MiniMessage tags:
| Placeholder | Description |
|---|---|
<escort_checkpoint> | Escort checkpoint |
<escort_time> | Escort elapsed/remaining time |
<escort_health> / <escort_health_max> | Escort health |
<tempquest_time_remaining:<id>> | Next rotation |
Navigation is provided by QuestCodex through the LocatableObjective contract;
QuestPlus no longer renders a private GPS system.
Commands
| Command | Description |
|---|---|
/escort | Escort quest debug command. |
Permissions
| Permission | Description |
|---|---|
questplus.escort.debug | Debug escort quests. |
Troubleshooting
The extension is not visible
Check that the installed release matches the supported TypeWriter release and that the related extensions listed in the compatibility section are present.
An entry is missing
In the Typewriter Web panel, use the Search bar or the + button to find or create the entry with its exact identifier. Entry IDs and field names are case-sensitive; do not translate them.
The entry saves but nothing happens
Check that the entry is connected to the trigger, command, objective, event, or menu interaction required by its type. Test with optional permissions and criteria removed, then add them back one at a time.
An integration does not work
Verify the dependency and version shown in the extension card, then check the server log for the first error. Do not replace a missing dependency with a similarly named plugin unless the extension source explicitly supports it.