I'm told that 1.21.4 has a bug, it will not be updated to that version yet, please use 1.21.2
also available in:
https://modrinth.com/plugin/jcinematic/versions
9.0.X Pro Version (Soon)
What's the difference with regular JCinematic?
NEW OPTIONS MENU
- I plan to open this same limited version for free, with Normal being free and Pro being paid.
- PRO Cinema Mode (allows players to appear in the cinematic as NPCs).
- Normal Path Mode (allows you to see the path the cinematic will take).
- PRO Sound Mode (allows you to add a sound command synchronized with the start and end of the cinematic). Texture Pack.
- Recording time limited to only 60 seconds (Normal). Pro Unlimited.
- Limited to only 2 cinematics (Normal). Pro Unlimited.
- Play All (Normal).
- Play Only (Normal).
PRO PRICE?
Still thinking about it, but most likely it will be $4 to $6 per plugin key.
Free Copies
YouTube content creators who want to promote the plugin will be given a permanent free key with the option to update.
more information on discord
http://dc.etherstudio.lat/
JCinematic - Advanced Cinematic Plugin
JCinematic is an advanced Minecraft plugin that allows server administrators and players to create, save, and play back smooth cinematic sequences. Perfect for server trailers, tours, event introductions, and storytelling, JCinematic offers professional-quality camera movements with minimal setup.
Features
- Easy Recording: Record your movements and camera angles with a simple command
- Smooth Playback: Advanced interpolation algorithms create fluid, professional-looking cinematics
- Bezier Curve Paths: Natural curved paths between points instead of straight lines
- Easing Functions: Realistic acceleration and deceleration for more natural movement
- Multi-language Support: Available in English, Spanish, Russian, Japanese, and French
- Player Control: Lock camera movement and hide other players during playback
- Progress Tracking: Action bar display shows playback progress
- Permission System: Fine-grained control over who can use each feature
- Server-friendly: Optimized for minimal performance impact
Code (Text):
# Game mode to return to after cinematic ends
[B]end-game-mode: SURVIVAL
# Speed of cinematic playback (lower = faster)
# Default: 3 (recommended range: 1-5)
cinematic-speed: 3
# Show action bar with progress during playback
show-action-bar: true
# Format for action bar message
action-bar-format: "§eProgress: §a%progress%%"
# Hide other players during cinematic playback
hide-other-players: true
# Lock camera movement during cinematic playback
lock-camera: true
# Enable smooth transitions between recorded points
smooth-transitions: true
# Number of interpolation points between each recorded location
# Higher values = smoother movement
# Default: 10 (recommended range: 5-20)
interpolation-points: 10
# Use Bezier curves for even smoother paths
use-bezier-curves: true
# Use easing functions for more natural acceleration/deceleration
use-easing: true
# Default language (en, es, ru, ja, fr)
default-language: "en"
Usage Guide
Recording a Cinematic
1. Record the cinematic path /cinematic rec (duration) eg /cinematic rec 10 (this will record all the points your player is passing through for 10 seconds)
2. Save all paths to have the cinematic /cinematic save (NAME) eg /cinematic save test (this will save your cinematic with the name test)
3. Play your cinematic /cinematic play(cinematic name) (all or Player name) all = all
4. Cancel the path /cinematic stop (all or username) this will cancel the cinematic path
5 . Change language /cinematic lang en, es, ru, etc. (with this command you can change the plugin language without being in the config)
6. Reload the plugin, command /cinematic reload
7. Delete cinematics /cinematic delete (cinematic name)