Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Show whitespace changes
Inline
Side-by-side
skills/mechanics/SummonFallingBlock.md
0 → 100644
View page @
38502e7a
## Description
Summons a falling block of the specified material at the targeted locations
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| type | types, t, material, mat, m | The [material] of the falling block | DIRT
<!--type:Block-->
|
## Examples
```
yaml
Skills
:
-
summonfallingblock{m=ANVIL} @PlayerLocationsInRadius{r=20;y=10}
```
<!-- LINKS -->
[
material
]:
https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html
<!--TAGS-->
<!--tag:Summon-->
\ No newline at end of file