|
**Description**: Matches if the target location is inside of a structure. Supports wildcards and structures from datapacks.
|
|
## Description
|
|
|
|
Matches if the target location is inside of a structure. Supports wildcards and structures from datapacks.
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
|
|
## Attributes
|
|
|
|
|
|
**Attributes**
|
|
| Attribute | Aliases | Description | Default |
|
|
|
|
|-----------|-----------|----------------------------------------------------------------------|---------|
|
|
|
|
| structure | structures, s | The structure to check for. Can be a list. | village |
|
|
|
|
|
|
| Attribute | Alias | Description | Default |
|
|
|
|
|-----------|-------------|-------------------------------------------------------------------------------------------------|---------|
|
|
|
|
| structure | s | The structure to check for.| |
|
|
|
|
|
|
|
|
|
|
## Examples
|
|
Examples
|
|
|
|
---
|
|
|
|
```yml
|
|
```yml
|
|
Conditions:
|
|
Conditions:
|
|
- structure{s=minecraft:desert_pyramid} true
|
|
- structure{s=minecraft:desert_pyramid} true
|
|
``` |
|
``` |
|
|
|
\ No newline at end of file |