camera_distance
Adds to the distance the third person camera sits behind the player.
Categories: attribute, player, visual
Required arguments
| Key(s) | Description | Type |
|---|---|---|
distance | The number of blocks to add to the camera distance. Supports expressions. | EXPRESSION |
Example
effects:
- id: camera_distance
args:
distance: %level% * 0.5
Behaviour
| Setting | Value |
|---|---|
| Run order | NORMAL |
| Supports delay | true |
| Reloads on plugin reload | true |