Playback

Overview

This Playback section describes how to play MVC videos in the Minecraft world. This corresponds to the Playback part of the diagram below.

この Playback セクションでは、マインクラフトワールドの中で MVC 動画を再生する方法について説明します。これは下図の Playback 部分に該当します。

Description

MVC control tags

Playback of MVC videos is controlled by two types of "MVC control tags" listed below. The videoname should be replaced with the "Video name" specified in MVC.

MVC 動画の再生は、以下の二種類の「MVC 制御タグ」で制御されます。videoname は MVC で指定した「ビデオ名称」に置き換える必要があります。

mvc_play_videoname # start playback

mvc_stop # stop playback

In the example below, the actual MVC control tags would look like this:

下図の例では、実際の MVC 制御タグは以下のようになります。

mvc_play_shark # start playback

mvc_stop # stop playback

Title video playback

To control the title video playback, add a MVC control tag to the player. The command example below will play or stop an MVC video only on the screen of the player executing the command.

タイトル動画の再生を制御するには、プレイヤーに MVC 制御タグを追加します。以下のコマンド例は、コマンドを実行しているプレーヤーの画面でのみ MVC 動画を再生または停止します。

tag @s add mvc_play_videoname

tag @s add mvc_stop

By changing the second parameter of the tag command to @a, you can play and stop the title video for all player screens in Minecraft world. The video below shows an example of command execution to play and stop title videos.

tag コマンドの第 2 パラメータを @a に変えると、マイクラワールド内のすべてのプレイヤーの画面に対して、タイトル動画を再生、停止することができます。タイトル動画の再生と停止のコマンド実行例を以下のビデオで説明しています。

Sign video playback

Before playing a sign or hanging sign video, you must assign mvc_sign numbers to the target signs or hanging signs using the "MVC rod". The video below explains the procedure.

看板動画または吊り下げ看板動画を再生する前に、「MVC ロッド」を使用して対象となる看板または吊り下げ看板に mvc_sign 番号を割り当てる必要があります。以下のビデオで手順を説明しています。

To control the playback of a sign or hanging sign video, add a MVC control tag to the entity with the mvc_sign scoreboard. The command example below will play or stop an MVC video on a sign or hanging sign whose mvc_sign number is 34.

看板動画または吊り下げ看板動画の再生を制御するには、mvc_sign スコアボードを持つエンティティに MVC 制御タグを追加します。以下のコマンド例は、mvc_sign 番号が34である看板または吊り下げ看板で MVC 動画を再生または停止します。

tag @e[scores={mvc_sign=34}] add mvc_play_videoname

tag @e[scores={mvc_sign=34}] add mvc_stop

The video below shows an example of command execution to play and stop sign or hanging sign videos.

看板動画と吊り下げ看板動画の再生と停止のコマンド実行例を以下のビデオで説明しています。