| Name | Quests |
| Syntax | quests [add/remove/set] (quest:<quest_id>) (stage:<#>) (points:<#>) (override_checks:{true}/false) |
| Short Description | Edits quest player information. |
| Full Description | This command allows you to give, quit, or set the stage of a quest for a player, or to add, subtract, or set the amount of Quest Points that a player holds.
When modifying quests, the ID (read: NOT the name) must be specified. Numerical stage number must be present when setting progress. 'override_checks' indicates whether to bypass associated checks (see Usage). If not modifying a quest, points must be included as a numerical value. |
| Related Tags | None
|
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Usage Example | |
| Group | Depenizen |
| Requires | Depenizen, Quests |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/commands/quests/QuestsCommand.java#L26 |