start_quest
Starts the specified quest for the player, as if they had accepted it.
Categories: player
Required arguments
| Key(s) | Description | Type |
|---|---|---|
quest | The ID of the quest to start. | STRING |
Trigger parameters required
PLAYER
Example
effects:
- id: start_quest
args:
quest: mining_master
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |