Structure - Locate Structure (Section) — SkBee

Addon: SkBee · Category: Section · Since: 3.24.0

Syntax

locate [unexplored] structure %structure/structuretype% (within|in) radius %number% (around|of) %location%

Description

Locates a Structure/StructureType within a specified radius around a given location. The `unexplored` option will only find unexplored structures. NOTE: The bigger the radius, the longer it takes to find a structure and the longer this will freeze the main thread. Once the structure is found, the location and structure will be available in the section.

Examples

locate structure minecraft:village_savanna in radius 5000 around player:
	teleport player to block above highest block at event-location

View source