|
**Description**:
|
|
================
|
|
|
|
|
|
|
|
## Description:
|
|
Plays the target block's step sound. (The sound played when an entity walks on it) Requires Paper.
|
|
Plays the target block's step sound. (The sound played when an entity walks on it) Requires Paper.
|
|
|
|
|
|
**Attributes**:
|
|
## Attributes:
|
|
| Attribute | Alias | Description | Default Value |
|
|
| Attribute | Alias | Description | Default Value |
|
|
| --------- | ----- | ----------- | ------------- |
|
|
| --------- | ----- | ----------- | ------------- |
|
|
| pitch | p | The pitch of the sound. Can be between 0.01 and 2.0 | 1.0 |
|
|
| 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 |
... | @@ -13,10 +15,10 @@ The formula for this is `v * 16 = max volume distance`. For example if you use |
|
|
|
|
|
**Example**:
|
|
**Example**:
|
|
-----------
|
|
-----------
|
|
|
|
```yaml
|
|
Skills:
|
|
Skills:
|
|
- blockstepsound @targetlocation
|
|
- blockstepsound @targetlocation
|
|
|
|
```
|
|
**Extra Information**:
|
|
**Extra Information**:
|
|
----------------------
|
|
----------------------
|
|
|
|
|
... | | ... | |