Changes
Page history
added isSkill condition
authored
Aug 30, 2025
by
Lxlp
Show whitespace changes
Inline
Side-by-side
Skills/Conditions/structure.md
0 → 100644
View page @
595b54c3
## Description
Matches if the target location is inside of a structure. Supports wildcards and structures from datapacks.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| structure | structures, s | The structure to check for. Can be a list. | village |
## Examples
```
yml
Conditions
:
-
structure{s=minecraft:desert_pyramid}
true
```
\ No newline at end of file