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