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/sendresourcepack.md
0 → 100644
View page @
38502e7a
## Description
Sends a resource pack to the targeted player.
## Attributes
| Attribute | Aliases | Description | Default |
|-----------|-----------|----------------------------------------------------------------------|---------|
| url | u, link | The link to the resourcepack to download | NONE |
| hash | h | The hash for the resource pack | mythicmobs |
## Examples
> The hash provided in this example is just a demonstration, do not
use it in your skill
```
yaml
Skills
:
-
sendresourcepack{url="https://yourresourcepackurlhere";hash="cf23df2207d99a74fbe169e3eba035e633b65d94"} @PIR{r=15} ~onSpawn
-
...
```
## Aliases
-
[x] resourcepack
\ No newline at end of file