📺 Vista Bedrock Addon

Working Screens for Minecraft Bedrock Edition

⬇️ Download Addon

Download vista.mcaddon

Version: latest | Size: ~5MB | Contains: BP + RP

🎥 Script Debugger Setup

The script debugger allows you to debug camera/viewfinder/TV logic in real-time.

⚠️ Note: The script debugger requires a running debugger server. GitHub Pages hosts the addon download only.

Option 1: VS Code Debugger (Recommended)

  1. Install Minecraft Bedrock Debugger extension
  2. Open the vista-bedrock folder in VS Code
  3. Use the provided .vscode/launch.json
  4. Press F5 and connect from Minecraft

Option 2: Dedicated Debugger Server

  1. Enable Beta APIs experiment in world settings
  2. Enable Script Debugger experiment in world settings
  3. Run the debugger server: node scripts/debugger-server/server.js
  4. In Minecraft: /script debugger connect
  5. Or connect to remote: /script debugger vista.sami-s.dev:19144

Option 3: Bedrock Dedicated Server

  1. In server.properties: allow-outbound-script-debugging=true
  2. In BDS console: /script debugger listen 19144
  3. In Minecraft: /script debugger connect

📦 Installation

  1. Download vista.mcaddon above
  2. Double-click to open in Minecraft Bedrock
  3. Enable in world templates or apply to existing world
  4. Place vista:viewfinder blocks to create cameras
  5. Use /script debugger connect for debugging

🔧 Camera System

Bedrock only allows one active camera. The addon works around this by: