Update Requirements

FlyingPikachu 2017-07-28 14:09:26 -04:00
parent b5a3f9f3ea
commit 0d99658559
1 changed files with 5 additions and 2 deletions

@ -183,9 +183,12 @@ quests:
| items | itemstack | Items required to begin the quest. |
| remove-items | true/false | Whether the required items should be removed from the quester's inventory. |
| money | number | Amount of currency required to start the quest. |
| quest-points| number | Amount of Quest Points required to start the quest. |
| quest-points | number | Amount of Quest Points required to start the quest. |
| permissions | list | Permissions needed to be able to begin the quest. May not work with SuperPerms. |
| quests | list | Quests that must have been already completed to take the quest. |
| quest-blocks | list | Quests that, once completed, disable the player's ability to take the quest. |
| quest-blocks | list | Quests that, once completed, disable the player's ability to take the quest. |
| mcmmo-skills | list | Requires [mcMMO](http://www.spigotmc.org/resources/mcmmo.2445/). List of mcMMO skills to check in order to launch the quest.
| mcmmo-amounts | number | Requires [mcMMO](http://www.spigotmc.org/resources/mcmmo.2445/). Amount of levels required.
| heroes-primary-class | string | Requires [Heroes](http://www.spigotmc.org/resources/heroes-rpg.305/). Primary Heroes class needed to accept the quest. |
| heroes-secondary-class | string | Requires [Heroes](http://www.spigotmc.org/resources/heroes-rpg.305/). Secondary Heroes class needed to accept the quest. |
| fail-requirement-message | string | Message to send to the player if the requirements are not met. This is necessary if a quest has any requirements. |