/camerashake

This feature is exclusive to Bedrock Edition and Minecraft Education.
 
/camerashake
Permission level
required

1

Restrictions

Cheat only

Sends a request to client for shaking the player's camera (the effect won't be shown if the player has Camera Shake disabled in their Accessibility settings).

Syntax

camerashake add <player: target> [intensity: float] [seconds: float] [shakeType: CameraShakeType]
Add the camera shake effect to a player.
camerashake stop <player: target>
Stops the camera shake.

Arguments

player: target: CommandSelector<Player>

Specifies the player(s) whose clients are sent a camera shake request. If not specified, defaults to the command's executor (@s).
Must be a player name or a target selector. Unlike in other command, this target selector can always target online dead players with @e.

intensity: float: float

Specifies the intensity of the camera shake.
Must be a [Float]Single-precision floating-point number (from -(2-2-23)×2127 (≈-3.4×1038) to (2-2-23)2×127 (≈3.4×1038) ). Should be between 0 and 4 (inclusive).

seconds: float: float

Specifies the duration of the camera shake.
Must be a [Float]Single-precision floating-point number (from -(2-2-23)×2127 (≈-3.4×1038) to (2-2-23)2×127 (≈3.4×1038) ).

shakeType: CameraShakeType: enum

Specifies the type of camera shake direction.
Must be one of positional and rotational.

Result

CommandTriggerBedrock Edition
Anythe arguments are not specified correctly Unparseable
the intensity number is less than 0 or above 4 Failed
OtherwiseSuccessful

Output

CommandEditionSituationSuccess Count
AnyBedrock EditionOn fail0
On success1

Example

To perform a positional camera shake with intensity 0.25 for 5 seconds:

  • /camerashake add @p 0.25 5 positional

To perform a rotational camera shake with intensity 0.25 for 5 seconds:

  • /camerashake add @p 0.25 5 rotational

History

Bedrock Edition
1.16.100beta 1.16.100.57Added /camerashake.
1.16.100beta 1.16.100.59Added the ability to pick between different shake types.
1.16.210beta 1.16.210.54Added the stop camera shake command type.

Navigation