Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/camerashake: Difference between revisions

From SAS Gaming Wiki
imported>Ja17
 
SyncBot (talk | contribs)
Remove broken links to missing pages
Line 6: Line 6:
|cheat=y
|cheat=y
}}
}}
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 [[Minecraft:Options#Accessibility|Accessibility settings]]).
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 ==
== Syntax ==
Line 80: Line 80:
{{Navbox commands}}
{{Navbox commands}}


[[Minecraft:de:Befehl/camerashake]]
de:Befehl/camerashake
[[Minecraft:es:Comandos/camerashake]]
es:Comandos/camerashake
[[Minecraft:ja:コマンド/camerashake]]
ja:コマンド/camerashake
[[Minecraft:pt:Comandos/camerashake]]
pt:Comandos/camerashake
[[Minecraft:ru:Команды консоли/camerashake]]
ru:Команды консоли/camerashake
[[Minecraft:zh:命令/camerashake]]
zh:命令/camerashake

Revision as of 15:43, 9 April 2026

Template:Distinguish Template:Exclusive Template:Infobox command 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

Template:Argument

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

Template:Argument

Specifies the intensity of the camera shake.
Template:Arg desc Should be between 0 and 4 (inclusive).

Template:Argument

Specifies the duration of the camera shake.
Template:Arg desc

Template:Argument

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

Result

Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table

Output

Template:Output table Template:Output table Template:Output table Template:Output table

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

Template:HistoryTable

Minecraft Education

Template:HistoryTable

External links

Navigation

Template:Navbox commands

de:Befehl/camerashake es:Comandos/camerashake ja:コマンド/camerashake pt:Comandos/camerashake ru:Команды консоли/camerashake zh:命令/camerashake