permission (task type)

Since v2.9.5

Test if a player has a permission.

This task works by regularly polling a player at a certain interval.

Options

Key Description Type Required Default Notes
permission The permission the player should have. String Yes - -

Examples

Check if player has permission some.permission.name:

permission:
  type: "permission"
  permission: "some.permission.name"    # permission required to be marked as complete

Back to top

This wiki serves as a manual for Quests however there is no guarantee that the information is up-to-date or complete. As per the license, this software provides absolutely no warranty, nor are the maintainers liable for any damages. Please see the license text for more information.