Created Beginner ‐ Options (markdown)

PikaMug 2019-08-05 17:33:36 -04:00
parent 4db6278421
commit 83694c7306

21
Beginner-‐-Options.md Normal file

@ -0,0 +1,21 @@
Once you've familiarized yourself with the [Quests Editor](https://github.com/PikaMug/Quests/wiki/3-%E2%80%90-Quests-Editor), you may be wondering about the 'Edit Options' selection. This sub-menu contains controls for how a particular quest should behave:
![Options](https://i.imgur.com/stHZPOu.png)
<details>
<summary>Click here to see the breakdown.</summary>
| # | - | Choice | Description |
|---|---|--------|-------------|
| 1 | - | General | Includes options to allow commands or allow quitting |
| 2 | - | Multiplayer | Includes options to select a [party plugin](https://github.com/PikaMug/Quests/wiki/Beginner-%E2%80%90-Dependencies) and level of progress sharing |
| 3 | - | Done | Finish working on your quest options |
</details>
These options apply _per-quest_, and are different than the settings in config.yml which apply to _all_ quests. Quest options are relatively new and may see further expansion in the future.
For **Multiplayer** progress sharing, the different levels 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.