# Opciones

Once you've familiarized yourself with the [Quest Editor](https://pikamug.gitbook.io/quests/spanish-espanol/configuracion/quests-editor), you may be wondering about the 'Edit Options' selection. These are controls which apply *per-quest*, and are different than the settings in [config.yml](https://github.com/PikaMug/Quests/wiki/2-%E2%80%90-Configuration#configyml) which apply to *all* quests.

![](https://82412283-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_hTdFI_hfF1DiPLgCr-1318676200%2Fuploads%2FEzeGq1pjpr4ydbHxG2md%2Foptions.png?alt=media\&token=8399fbed-44b6-479f-8d8e-5f02987e19af)

### General

| # | Choice                               | Description                                              |
| - | ------------------------------------ | -------------------------------------------------------- |
| 1 | Allow commands during quest          | Whether players may use commands after taking quest      |
| 2 | Allow quitting during quest          | Whether players may quit quest after accepting it        |
| 3 | Ignore blocks broken with Silk Touch | Whether break-block objectives count Silk Touch          |
| 4 | Ignore blocks replaced once broken   | Whether placing blocks decrements break-block objectives |

### Multiplayer

| # | Choice                         | Description                                                                                                        |
| - | ------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
| 1 | Set provider via Unite         | Set integration with party plugin via [Unite](https://pikamug.gitbook.io/quests/beginner/dependencies#unite)       |
| 2 | Use Parties plugin             | Toggle integration with [Parties](https://github.com/PikaMug/Quests/wiki/Beginner-%E2%80%90-Dependencies#parties-) |
| 3 | Level of progress sharing      | How quest progress is distributed, see below                                                                       |
| 4 | Share with the same quest only | Whether players must have same quest to share progress                                                             |
| 5 | Maximum radial distance        | Distance between players for shared progress to count                                                              |
| 6 | Include offline players        | Whether to count shared progress for offline friends                                                               |

For level of progress sharing, the different values perform as follows:

1. Everything (default): constantly share progress. If one player breaks a block, all players break a block.
2. Objectives: if one player completes an objective, all members advance to the next objective.
3. Stages: if one player completes a stage, all members advance to the next stage.
4. Quests: similar to older versions' functionality. All members finish when one completes a quest.

### Server (Global)

| # | Choice                            | Description                                                                                                                                                       |
| - | --------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Give quest globally at login      | Whether to force players to participate upon login                                                                                                                |
| 2 | Allow stacking with global quests | Whether players may participate while engaged in other global quests                                                                                              |
| 3 | Inform players on quest start     | Whether players are to be notified of participation at login                                                                                                      |
| 4 | Override 'max-quests' setting     | Whether this quest may ignore the 'max-quests' [configuration](https://pikamug.gitbook.io/quests/spanish-espanol/configuracion/configuration) setting for players |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://pikamug.gitbook.io/quests/spanish-espanol/principiante/options.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
