Changes
Page history
Reformatted post and headers. Colorized example.
authored
Oct 20, 2023
by
Dante
Hide whitespace changes
Inline
Side-by-side
skills/mechanics/PlayBlockFallSound.md
View page @
bf44213c
**Description**
:
=========================
## Description:
Plays the target block's falling sound. Requires Paper.
**
Attributes
**
:
##
Attributes:
| Attribute | Alias | Description | Default Value |
| --------- | ----- | ----------- | ------------- |
| pitch | p | The pitch of the sound. Can be between 0.01 and 2.0 | 1.0 |
...
...
@@ -13,10 +15,10 @@ The formula for this is `v * 16 = max volume distance`. For example if you use
**Example**:
-----------
Skills:
-
blockfallsound @targetlocation
```
yaml
Skills
:
-
blockfallsound @targetlocation
```
**Extra Information**:
----------------------
...
...
...
...