Changes
Page history
added ClearTarget mechanic
authored
Oct 01, 2025
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Skills/Mechanics/SummonFallingBlock.md
0 → 100644
View page @
1f8283a3
## 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