-
-
Notifications
You must be signed in to change notification settings - Fork 108
Beginner ‐ Options
PikaMug edited this page Dec 5, 2022
·
7 revisions
This documentation is no longer updated. Please visit https://pikamug.gitbook.io/quests/
Once you've familiarized yourself with the Quest 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 which apply to all quests.
# | - | Choice | Data Type | Description |
---|---|---|---|---|
1 | - | Allow commands during quest | true/false | Whether players may use commands after taking quest |
2 | - | Allow quitting during quest | true/false | Whether players may quit quest after accepting it |
3 | - | Ignore blocks broken with Silk Touch | true/false | Whether break-block objectives count Silk Touch |
# | - | Choice | Data Type | Description |
---|---|---|---|---|
1 | - | Use DungeonsXL plugin | true/false | Toggle integration with DungeonsXL |
2 | - | Use Parties plugin | true/false | Toggle integration with Parties |
3 | - | Level of progress sharing | number | How quest progress is distributed, see below |
4 | - | Share with the same quest only | true/false | Whether players must have same quest to share progress |
5 | - | Maximum radial distance | number | Distance between players for shared progress to count |
6 | - | Include offline players | true/false | Whether to count shared progress for offline friends |
For level of progress sharing, the different values perform as follows:
- Everything (default): constantly share progress. If one player breaks a block, all players break a block.
- Objectives: if one player completes an objective, all members advance to the next objective.
- Stages: if one player completes a stage, all members advance to the next stage.
- Quests: similar to older versions' functionality. All members finish when one completes a quest.