walking (task type)

Since v2.0

Walk a set distance.

Options

Key Description Type Required Default Notes
distance The distance in metres to walk. Integer Yes - 1 metre is equivalent to 1 block.
mode The specific mode to travel String No - One of: boat, camel, donkey, horse, llama, minecart, mule, pig, skeleton_horse, strider, zombie_horse, sneaking, walking, running, swimming, flying, elytra. Not specifying a mode will allow any of these modes to count.
worlds Worlds which should count towards the progress. List of world names No - -

Examples

Travel 1000 metres:

walking:
  type: "walking"
  distance: 1000                        # distance in blocks travelled
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

Travel 1000 metres by sprinting only:

walking:
  type: "walking"
  distance: 1000                        # distance in blocks travelled
  mode: running                         # (OPTIONAL) specific mode of transport
  worlds:                               # (OPTIONAL) restrict to certain worlds
   - "world"

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.