# Requirements

| Requirement usage   | Example                                                                                                                       |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| PERM#myperm         | Requires the user to have mcgquester.myperm permission                                                                        |
| QPERM#myperm        | <p>Requires the user to have mcgquester.myperm permission<br>Fails silently no output is given to the player</p>              |
| TAG#mytag           | Requires the user to have the tag mytag from an other quest                                                                   |
| QTAG#mytag          | <p>Requires the user to have the tag mytag from an other quest</p><p>Fails silently no output is given to the player</p>      |
| NOTTAG#mytag        | Requires the user to not have the tag mytag from an other quest                                                               |
| QNOTTAG#mytag       | <p>Requires the user to not have the tag mytag from an other quest</p><p>Fails silently no output is given to the player</p>  |
| HASDONE#myquest     | Requires the user to have done the myquest before this quest                                                                  |
| QHASDONE#myquest    | <p>Requires the user to have done the myquest before this quest</p><p>Fails silently no output is given to the player</p>     |
| HASNOTDONE#myquest  | Requires the user to have not done the myquest before this quest                                                              |
| QHASNOTDONE#myquest | <p>Requires the user to have not done the myquest before this quest</p><p>Fails silently no output is given to the player</p> |
| HASXP#10            | Requires the user to have at least 10 XP LEVELS                                                                               |
| QHASXP#10           | <p>Requires the user to have at least 10 XP LEVELS</p><p>Fails silently no output is given to the player</p>                  |
