Compatibility
Minecraft: Java Edition
26.1.x
1.21.x
1.20.x
1.19.x
1.18.x
1.17.x
1.16.x
1.15.x
1.14.x
1.13.x
1.12.x
1.11.x
1.10.x
1.9.x
1.8.9
Platforms
Tags
Creators
Details
Licensed ARR
Published last month
🎥 ApoCinematicCore 1.0.2-beta
The professional-grade cinematic engine for high-end Minecraft networks.
ApoCinematicCore is a high-performance suite designed to transform your server into a cinematic stage. Unlike traditional recording mods, this plugin captures high-fidelity trajectory data directly on the server, allowing for ultra-smooth native playback for trailers, intros, and global scripted events.
[!NOTE] Inspired by the discontinued version of Cinematic Core by AleIV.
✨ Features
- 🎨 Catmull-Rom Interpolation — Professional-grade camera paths simulating a smooth experience by eliminating jitter.
- 📍 Point-Based Recording — New system to record specific keyframes with custom timing for surgical precision.
- 📱 Bedrock Optimized — Dedicated stabilization engine for Geyser & Floodgate users on mobile and consoles.
- 🧪 Advanced State Cleanup (v1.0.2) — Enhanced restoration engine that wipes all cinematic effects (
Slow Falling,Night Vision) and resets spectator targets instantly upon finish. - 🎭 Immersive Mode — Automatic HUD hiding (F1), blindness fades, and night vision for atmosphere.
- ⚡ Extreme Optimization — Adaptive TPS scaling that reduces smoothing if the server drops below 18.0 TPS.
- 🌍 Dual-Lang Support — Native support for both English (en_US) and Spanish (es_ES) out of the box.
🎮 Commands & Usage
| Command | Description |
|---|---|
/cinematic rec <name> <time> |
Starts a continuous recording for the specified duration. |
/cinematic rec <name> <point> <time> |
Records a specific keyframe point with custom timing. |
/cinematic play <name> [player] |
Plays a cinematic for yourself or a specific player. |
/cinematic playall <name> |
Broadcasts a global cinematic event to all online players. |
/cinematic stop [player] |
(Improved) Stops playback and fully restores player physics/effects. |
/cinematic list |
Displays all stored cinematic files. |
/cinematic delete <name> |
Permanently removes a cinematic file. |
/cinematic ignore |
Toggles whether you receive global (playall) cinematics. |
/cinematic reload |
Hot-reloads configuration and language files. |
⚙️ Configuration (config.yml)
# ============================================================
# ApoCinematicCore — Main Configuration
# Version: 1.0.2 | Author: ApoloCR
# ============================================================
language: "en_US" # Options: en_US, es_ES
recording:
fps: 20
max_duration: 300
countdown: 3
playback:
# Smoothness level: 1 = Vanilla, 3 = 60fps feel (Recommended)
sub_tick_smoothing: 3
# Auto-reduce smoothing if TPS is below this value
tps_threshold: 18.0
interpolation_enabled: true
interpolation_steps: 1
multi_viewer: true
fade_effect: true
cinematic_mode: true # F1 mode (Java) + Night Vision
hide_other_players: false
block_commands: true
# Stabilizes camera micro-vibrations (Auto-cleaned in v1.0.2)
no_fall_effect: true
fov_reset_on_start: true
bedrock:
extra_interpolation: true
extra_frames: 2
storage:
auto_save: true
auto_load: true
folder: "cinematics"


