A Premium version is available for this plugin with more features and updates
CinematicView 1.43 is the last version that will include new features. Only the Premium version will be updated with new features. The free version will be updated to keep up to date with newer Minecraft Versions The first version of CinematicView Premium 1.43 includes:
Minecraft 1.21.10 support New config option to hide chat New config option to show player heads while showing Views New feature to send messages while showing Views New feature to change all title durations at once Fixed smooth movement in 1.21.10, 1.21.4 and prior Fixed bugs when showing Views GUI Updates Command Updates Text Updates Tab completion Updates
Already planned updates:
Show view path Add reverse view option More text updates NPC fixes Support for versions prior to 1.20.2
We believe that players need a proper way to showcase their creations, Cinematic View allows them to do so easily and efficiently.
Cinematic View allows you to enjoy your worlds and builds in an aesthetic manner, showcasing it from different aspects in the format of a customisable in-game slideshow or video.
Show Views Create/Delete Views Add/Remove Locations Replace Locations Swap Locations Insert Locations Add Titles Add Subtitles Set Intervals Set Privacy Type Invite/Uninvite Players Set Follow Up Views Set Commands Set Sounds Supports Minecraft Versions 1.20.2+ Supports Pumpkin Heads for Resource Packs Add NPCs to original locations
Plugin supports a full GUI to edit Views /cv open <viewname>
- LuckPerms
Force Players to see Views Force permission groups to see Views Stop players from seeing Views Reload Command
/cinematicview /cv
Help commands Use '/cv help' for list of commands
The Plugin supports Tab Completion to make it easier for users
cinematicview.admin cinematicview.basic
Config Option to enable/disable default permissions
Code (Text):
###########################################################
# Please ensure that these settings have the correct type #
# If an integer is needed, make sure the setting has an #
# integer, same is needed for (true/false) #
###########################################################
# Will players have a maximum amount of views (true/false)
maximum-views: true
# If players have a maximum amount of views, what is the maximum amount (integer)
maximum-views-amount: 5
# Default interval between Locations for when a View is created (seconds)
default-interval: 6
# Will views have a maximum amount of locations (true/false)
maximum-locations: true
# If views have a maximum amount of locations, what is the maximum amount (integer)
maximum-locations-amount: 10
# Is permissions enabled (true/false)
# If set to false, players will be able to create and modify their Views by default. OP is then needed for admin commands or the permission 'cinematicview.admin'
# If set to true, players will need to be given permissions manually with a separate Permissions Plugin. Permission example: 'cinematicview.basic'
permissions: true
# If set to true, player will be unable to rotate (look around) when showing a view (true/false)
lock-rotation: true
# Maximum value for view interval possible (integer)
maximum-view-interval: 20
# Add a pumpkin head when showing a view (true/false)
pumpkin-head: false
# When forcing all players to show a view, who should be excluded (string):
# Options:
# - none
# - admins
# - user
all-exclude: none
# Should messages be displayed when showing a view (true/false)
show-view-message: false
# Which move function you would like to use when showing a cinematic.
# Options:
# - original
# - smooth
# Please be aware that the 'smooth' option is not perfect yet. At low cinematic intervals
# it can cause players to be kicked and also spam the console with 'Moved too quickly'
# The moved to quickly can be adjusted through server settings.
# There is also protection against players being kicked as they will be teleported back and put
# into the correct gamemode if they are kicked. The 'smooth' movement only works in Minecraft 1.21 and up.
move-function: original
# Add an NPC at player's original location when showing a cinematic (true/false)
show-npc: false
# Choose a cinematic view to show when players join for the first time or always
# Join View Settings:
# - disabled (No view will start when players join)
# - first (The view will only start if it is the first time a player joins the server)
# - always (Always start a view when players join)
# NOTE, if the setting is set incorrectly, it will be disabled by default
join-view-setting: disabled
join-view: joinView
# The radius of chunks to load before a player teleports (integer)
chunk-radius: 5
Please join our Discord if any assistance is needed