
A powerful camera system plugin that lets you create, organize, and view fixed camera positions throughout your Minecraft world. Perfect for security monitoring, and Themeparks!
A camera system plugin that allows players to create and view fixed camera positions throughout your Minecraft world. Create cameras at any location, organize them by regions, and switch between them seamlessly.
| Command | Description | Permission |
|---|---|---|
/camera create <name> <region> |
Create a new camera at your location | dreamcam.admin.create |
/camera delete <name|region> |
Delete a camera or all cameras in a region | dreamcam.admin.delete |
/camera menu <region> |
Open the camera menu for a region | dreamcam.use |
/camera reload |
Reload the plugin configuration | dreamcam.admin.reload |
/camera save |
Save all cameras to config | dreamcam.admin.save |
/camera load |
Load cameras from config | dreamcam.admin.reload |
| Permission | Description | Default |
|---|---|---|
dreamcam.* |
Grants all DreamCam permissions | op |
dreamcam.use |
Allows using cameras and opening camera menus | true |
dreamcam.admin |
Grants all admin permissions | op |
dreamcam.admin.create |
Allows creating new cameras | op |
dreamcam.admin.delete |
Allows deleting cameras | op |
dreamcam.admin.reload |
Allows reloading the configuration | op |
dreamcam.admin.save |
Allows saving cameras to config | op |
Stand at your desired camera position and look in the direction you want the camera to face. Run /camera create <camera-name> <region-name> to create the camera. The camera will save your exact position and viewing direction.
Run /camera menu <region-name> to open the camera selection menu. Click any camera to start viewing. While viewing, right-click to switch to the next camera, left-click for the previous camera, and press shift to exit camera mode.
Delete individual cameras with /camera delete <camera-name> or remove all cameras in a region with /camera delete <region-name>. Use /camera reload to reload configuration changes.
The plugin is fully configurable through config.yml:
camera:
gamemode: SPECTATOR # Game mode while viewing
night-vision:
enabled: true # Enable night vision effect
duration: 72000 # Duration in ticks
amplifier: 0 # Effect level
freeze-position: true # Prevent movement while viewing
menu:
material: BLUE_CONCRETE # Menu icon material
All messages can be customized in messages.yml with color code support.
plugins folderThis project is licensed under the MIT License.