Minecraft Wiki
Advertisement
Brush
This article needs cleanup to comply with the style guide. [discuss]
Please help improve this page. The talk page may contain suggestions.
Reason: Reword without second person
This page describes content that exists only in outdated versions of Bedrock Edition. 
This feature used to be in the game, but has ever since been removed.It may or may not return in a future update.

Controls Mixer interactivity.

Syntax[]

mixer <stop: string>
mixer <scene: string> <sceneName: string>
mixer <start: string> <version: int> [shareCode: string]

Arguments[]

start

Starts the interactive board.

version

Specifies the version ID of the player's board. (for example, 000001)

shareCode

Specifies the share code of the player's board. (for example, 0000aaaa)

scene

Changes scene.

sceneName

Specifies the name of the scene the player wants to change to. (for example, default)

stop

Specifies that the player wants to stop the interactive board.

Result[]

start mode:

The MixPlay board begins.

scene mode:

The scene changes.

stop mode:

The MixPlay board shuts down.

Fails if the arguments are not specified correctly.

Interactive Board Setup[]

  1. Login to your account at the mixer interactive lab.
  2. Click on the MixPlay Projects button.
  3. If you haven't made a board before, click Let's Create One. If you have already made a board, click the + button in the top right.
  4. Name the board whatever you would like and set the game to Other.
  5. Click on Build.
The default scene is the main one that is loaded upon starting with the /mixer command. This cannot be renamed.
  1. In Controls, click the + to add a button.
  2. Name it, click Button, then click Add.
  3. Click on the > and put some text in. This is shown on the button. If you want to use an image, put a link of the image in Background Image.
  4. If wanted, fill in the other boxes. Note that only the text is required.
  5. Go to the meta properties and click + Add Property.
  6. Name it Command (it must be Command or it won't work) and leave the type as Text.
  7. In the Value area, type in your command. (for example, /summon zombie)
  8. Click the X and hold the =. While holding it, drag it where you would like it to be on the board.
  9. If wanted, resize it using the dots on the side.
  10. Now to use it. Click the share icon in the top right corner and click Anyone with the versionId and code can play.
  11. In Minecraft Bedrock, type /mixer start VERSIONID SHARECODE.
  12. If done successfully, you can click the buttons on your stream. When the button is pressed, the command is executed if set up correctly.

History[]

Bedrock Edition
1.2.5beta 1.2.5.12Added /mixer.
1.16.210beta 1.16.210.53Removed /mixer.
beta 1.16.210.54Reimplemented /mixer.
beta 1.16.210.58Removed /mixer again.
Advertisement