/music
¶
文档版本:1.21.60.21
/music
命令command.music.description
执行条件
该命令需要权限等级:gamedirectors
|1
。该命令需要开启作弊。
用法¶
command.music.1.description
action
:MusicQueueAction- 枚举类型。command.enum.musicqueueaction.description单值枚举,请直接使用
queue
。 trackName
:string- 基本类型。command.music.trackName.description
volume
:float- 基本类型,可选。command.music.volume.description
fadeSeconds
:float- 基本类型,可选。command.music.fadeSeconds.description
repeatMode
:MusicRepeatMode- 枚举类型,可选。command.enum.musicrepeatmode.description枚举值如下:
-
值 描述 play_once
command.enum.musicrepeatmode.play_once loop
command.enum.musicrepeatmode.loop
command.music.2.description
action
:MusicPlayAction- 枚举类型。command.enum.musicplayaction.description单值枚举,请直接使用
play
。 trackName
:string- 基本类型。command.music.trackName.description
volume
:float- 基本类型,可选。command.music.volume.description
fadeSeconds
:float- 基本类型,可选。command.music.fadeSeconds.description
repeatMode
:MusicRepeatMode- 枚举类型,可选。command.enum.musicrepeatmode.description枚举值如下:
-
值 描述 play_once
command.enum.musicrepeatmode.play_once loop
command.enum.musicrepeatmode.loop
command.music.3.description
action
:MusicStopAction- 枚举类型。command.enum.musicstopaction.description单值枚举,请直接使用
stop
。 fadeSeconds
:float- 基本类型,可选。command.music.fadeSeconds.description