Requirements

Requirement usage

Example

PERM#myperm

Requires the user to have mcgquester.myperm permission

QPERM#myperm

Requires the user to have mcgquester.myperm permission Fails silently no output is given to the player

TAG#mytag

Requires the user to have the tag mytag from an other quest

QTAG#mytag

Requires the user to have the tag mytag from an other quest

Fails silently no output is given to the player

NOTTAG#mytag

Requires the user to not have the tag mytag from an other quest

QNOTTAG#mytag

Requires the user to not have the tag mytag from an other quest

Fails silently no output is given to the player

HASDONE#myquest

Requires the user to have done the myquest before this quest

QHASDONE#myquest

Requires the user to have done the myquest before this quest

Fails silently no output is given to the player

HASNOTDONE#myquest

Requires the user to have not done the myquest before this quest

QHASNOTDONE#myquest

Requires the user to have not done the myquest before this quest

Fails silently no output is given to the player

HASXP#10

Requires the user to have at least 10 XP LEVELS

QHASXP#10

Requires the user to have at least 10 XP LEVELS

Fails silently no output is given to the player

Last updated