Location quest
Last updated
Last updated
For this type of quest, you must specify a world and X, Y and Z coordinates.
For example, if I want the player to go in this location, which is in the world Spawn
:
The coordinates will be like that :
location:
world: Spawn
x: -3
y: 110
z: 26
You can also specify a radius, to create a detection zone. location: world: Spawn x: -3 y: 110 z: 26 radius: 5 Here, the quest will be validated if the player is within 5 blocks of each side of the destination coordinate.