CPCameraStudio

16.2k Downloads

Currently working with 1.5 to 1.7

My recreation of the popular Camera Studio Mod as a Bukkit Plugin.
Using the /cam p command you can set waypoints at the position you're currently at. You are going to travel to these waypoints when executing the /cam start command.
Then you specify the duration of your travelling using the /cam start command and the Plugin will smoothly move you between the specified points within the given time. Also, the Plugin automatically calculates the distance between the points to adjust the camera speed.

Example: /cam start 1m30s will take 1 minute and 30 seconds to travel.

Available Commands:
/cam p: Adds the current location to the Camera Path.
/cam r [pos]: Removes the given point from the Camera Path. If not further specified, it removes the last point.
/cam list: Lists up all points of the Camera Path.
/cam reset: Removes all points from the Camera Path.
/cam goto <pos>: Teleports the player to the specified point.
/cam start <duration>: Moves the player along the Camera Path in the given time.
/cam stop: Stops the travelling immediately.
/cam help: Displays the help page for CPCameraStudio.

Required Permission: camerastudio

There are currently no configurations you can specify using the config.yml

Detailed Explanation: