ApoCinematicCore

โญ โ€” (0 endorsements) ๐Ÿ“ฅ 65 downloads ๐Ÿ“Œ v1.0.2-beta ๐Ÿ“… 4/30/2026
๐ŸŸก Updated this year

By ApoloCR ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 4/20/2026 ๐Ÿ“… Created: 4/30/2026

๐Ÿ” Analysis

  • ๐Ÿ† #290 of 1080 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

# ๐ŸŽฅ 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. > > Inspired by the discontinued version of **Cinematic Core** by **AleIV**. --- !(https://img.shields.io/badge/Paper-1.19.4+-blue) !(https://img.shields.io/badge/Java-17-orange) !(https://img.shields.io/badge/Bedrock-Compatible-brightgreen) !(https://img.shields.io/badge/Geyser-Optional-red) ### โœจ 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> ` | Plays a cinematic for yourself or a specific player. | | `/cinematic playall <name>` | Broadcasts a global cinematic event to all online players. | | `/cinematic stop ` | **(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`) ```yaml # ============================================================ # 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"

# ๐ŸŽฅ 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.

!(https://img.shields.io/badge/Paper-1. 19. 4+-blue) !(https://img.shields.io/badge/Java-17-orange) !(https://img.shields.io/badge/Bedrock-Compatible-brightgreen) !(https://img.shields.io/badge/Geyser-Optional-red)

### โœจ 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

### โš™๏ธ Configuration (`config.yml`)

```yaml # ============================================================ # 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"

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
ApoloCR
Version
1.0.2-beta
Downloads
65
Endorsements
0
Category
bukkit
Created
4/30/2026
Updated
4/20/2026
Game Versions
1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3
Tags
social, technology, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does ApoCinematicCore support?

The author lists 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4. Other versions may work but are untested by the author.

What is the latest version of ApoCinematicCore?

Version 1.0.2-beta, published 2026-04-20 with 65 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by ApoloCR ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods