Cutscene v.1.2.1 - Cutscenes for you server Now on BukkitDev! Description: With Cutscene you can create cutscenes for your server to show users important buildings, etc. and while explaining everything to them. You can add teleport points ("scene nodes") to your cutscenes. For every scene node, you can set messages and a music. While being in a cutscene, players will be invisible (VanishNoPacket needed) and cannot move, run commands (Except /cutscene commands) or destroy blocks. Tutorial: Another video, showing the effects: coming soon Changelog: Code: 1.0 - First release 1.0fix - I forgot /cse remove <scene> (scene node) /: 1.1 - Fluid moving added - Bugfixes - better /cse list command 1.2 - More effects! (Still no spout, sorry) - But: Effect API (Developers can add own effects) - Effects: PlayRecordEffect (Replaces /cse setrecord, but automatically imports old data), PlaySoundEffect, TriggerEffect, SpawnMobEffect, SetBlockEffect - Bugfixes (e.g. "Jumping" while standing on the bedrock) 1.2.1 - Effect API: Global effects possible - Bugfixes: Camera glitch, /csa who Download: If approved: BukkitDev Otherwise: <Edit by Moderator: Redacted mediafire url> Do you want to see the plugin in action? If you speak German, you can come to our server "Moonriver" - The introduction sequence is a cutscene. I'll make a video, soon.
This looks epic. Just the thought of cutscenes in Minecraft... epic. But a video of what the cutscenes look like would be nice! Will definitely check this out.
Yes definitely cool. Also would it be possible to make it remember who's seen a cutscene before as well. Generally more info would be appreciated. I.e. permissions included? What kind of music can be used? How does the cutscene set up work? etc.
Look at the BukkitDev site. Permissions are included, so only OPs/cutscene.admin-Users can create or edit cutscenes. I'm also planning to add commands to enable more control of your users (e.g. start a cutscene for a user). The current abilites to add effects like music are very limited, but everybody can use them (No Spout needed [will be added later] ). Finished: Play records (Jukebox) Planned: Play sound effects/music/trigger events (+ at a relative time)
News of v.1.2 (Work in Progress): Effect API: The effect API will allow more effects! It is a easy way for developers to add more effects to Cutscene. For developers: Derive from class "SceneEffect" and register your effect at CutscenePlugin.RegisterEffect(SceneEffect preset) For users: Even if I dont figure out how to use Spout or if somebody have a cool idea - you will get the features. Upcoming effects: PlaySound effect Trigger effect <Add more?> (Spout -> Later) Upcoming commands: /cse effect namespace /cse timeline namespace (Maximum of chat-based visual timeline) /csa reload /csa who /cutscene start <player> /cutscene stop <player> I released v.1.2: Download it on Mediafire A video, showing the new effects an how to create them: Coming soon EDIT by Moderator: merged posts, please use the edit button instead of double posting.
Oh, crap... Need to change my WIP's name http://forums.bukkit.org/threads/rpg-fun-dev-cutscene-dynamic-cutscenes-in-minecraft-spout.50475/ Anyways, nice plugin!
Status: I'm currently working on adding new effects: Finished/Planned/WIP: SpoutShowSplash SpoutPlayMusic SpoutStopMusic PlayRecord & PlaySound: Disable if Spout is avilable RunCommand SignEdit Allow (Configure: Allow moving, block placing, looking around, ...) + Developers can create more complex "Allow" effects, using ICheckListenerEffect interface