distancefrom (task type)

Since v2.12

Travel away from a set of co-ordinates.

Options

Key Description Type Required Default Notes
x The x co-ordinate. Integer Yes - -
y The y co-ordinate. Integer Yes - -
z The z co-ordinate. Integer Yes - -
world The name of the world. String Yes - -
distance The distance away from the co-ordinates the player must travel. Integer Yes - -

Examples

Travel at least 10 blocks away from (0, 0, 0) in world:

distancefrom:
  type: "distancefrom"
  x: 0                                  # x position
  y: 0                                  # y position
  z: 0                                  # z position
  world: world                          # name of world
  distance: 10                          # required distance from coordinates

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.

This site uses Just the Docs, a documentation theme for Jekyll.