Changes
Page history
Revert "added ClearTarget mechanic"
authored
Oct 02, 2025
by
Lxlp
This reverts commit 1f8283a3389908f340de3fcb5bc030ebbd4ae456.
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/forcepull.md
0 → 100644
View page @
38502e7a
## Description
Teleports all targeted entities to a location within
<
spread
>
blocks of the casting mob.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| spread | s | How spread out players will be from the casting mob | 0 |
| vspread | spreadv, vs| Lets you override the vertical spread value | spread |
## Examples
This example would teleport all entities within 30 blocks to a random
location within 5 blocks of the boss.
```
yaml
ForceGrip
:
Skills
:
-
forcepull{spread=5} @EntitiesInRadius{r=30}
```
<!--TAGS-->
<!--tag:Movement:Teleport-->
\ No newline at end of file