playtime (task type)

Since v1.8

Play for a certain amount of time after starting the quest.

Before Quests v2.0, this task was known as TIMEPLAYED.

Options

Key Description Type Required Default Notes
minutes The number of minutes to play. Integer Yes - -
ignore-afk Whether AFK players should be ignored. Boolean Yes - Requires Essentials.

Examples

Play for 20 minutes:

playtime:
  type: "playtime"
  minutes: 10                           # amount of minutes played
  ignore-afk: false                     # (OPTIONAL) ignore players marked as AFK by essentials

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.