Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Supported environments
Client and server
Links
Tags
Creators
Details
Licensed MIT
Published 3 days ago
Updated 3 weeks ago
A mod that adds a cinematic view feature to Minecraft 1.21.1.
- 🎬 Toggle cinematic mode with a command;
- ⬛ Adjustable letterbox bars (top/bottom/left/right) as a percentage of screen width/height, 0–100;
- 📦 Hide HUD layers (individually selectable) and your hands;
- 📝 Independent multi-subtitle system — any number of named subtitles with 5 enter/exit animations (fade / slide / zoom / typewriter);
- 🖼️ On-screen images — display resource pack images or vanilla item textures with adjustable scale and offset;
- 🧑 Lock your head orientation, with per-axis dead zones;
- 📷 Over-the-shoulder view — offset the third-person camera behind your shoulder;
- 🔍 Camera zoom — FOV zoom with smooth / instant modes, C key quick toggle;
- 📍 Waypoint system — save your position and glide smoothly to waypoints;
- 💾 Per-world state persistence — every feature is stored per world (singleplayer: world name; multiplayer: server address), switching worlds never interferes, re-entering restores;
- ⚡ Server-side command sync — works with execute as @a to apply to all players at once.
- Commands
/ciallo camera movie enable [<horizontal 0-100> <vertical 0-100>] [<speed 0-99>] [<hideHand true/false>] [<hideUI true/false> [<UI type>...]] — enable cinematic mode (hideUI defaults to false; no type = hide everything; types: all/crosshair/hotbar/bossbar/chat/playerlist/scoreboard/experience/status/title/debug/effects/vignette, tab-complete with tooltips);
/ciallo camera movie disable [<speed>] — disable cinematic mode (speed 0 removes bars instantly);
/ciallo camera title <name> <text> <fontSize> <x> <y> <duration(0=permanent)> — show a named subtitle;
/ciallo camera title <name> merge <inMode> <inDuration> <outMode> <outDuration> — bind enter/exit animations to a subtitle (modes: none/fade/slide/zoom/typewriter; persisted until cleared);
/ciallo camera title <name> play — replay the subtitle (repeatable, triggers the enter animation each time);
/ciallo camera title <name> clear — remove the subtitle and its stored animations;
/ciallo camera texture <name> set <path> <x> <y> <scale> — show an image on screen (1.0 = original size; e.g. minecraft:ciallo/frame reads from your resource pack's assets/minecraft/ciallo/ folder, minecraft:diamond shows the vanilla item texture; playsound-style tab completion);
/ciallo camera texture <name> disable — hide the image;
/ciallo camera head lock [<yaw>] [<pitch>] [<yawRange>] [<pitchRange>] — lock head orientation;
/ciallo camera head unlock — unlock head;
/ciallo camera overshoulder enable [<distance>] [<offset>] [<height>] — enable over-the-shoulder view;
/ciallo camera overshoulder disable — disable over-the-shoulder view;
/ciallo camera zoom in <magnification> [smooth [<speed>] | direct] — zoom in;
/ciallo camera zoom out <magnification> [smooth [<speed>] | direct] — zoom out;
/ciallo camera zoom reset — reset zoom;
/ciallo waypoint add [<name>] — save current position as a waypoint;
/ciallo waypoint list — list waypoints;
/ciallo waypoint remove <name> — remove a waypoint;
/ciallo waypoint clear — clear all waypoints;
/ciallo waypoint goto [<name>] [<speed>] — glide to a waypoint;
/ciallo waypoint stop — stop waypoint movement.


