E-Music

This project allows user add custom disc to minecraft

63

E-Music

这个插件允许用户向Minecraft中添加新的唱片,且不依赖任何API,可以流畅运行,由于Minecraft中的音符盒只有一个八度,所以在演奏高八度音符时会降调,演奏低八度音符时会升调,不过整体上,这是一个非常好用,且能流畅运行的插件,接下来讲讲配置部分,这个插件分两个需要配置的内容: 2. config.yml 这是一个目录,你可以把想要添加的歌曲以.mid格式放置到该目录下(这个插件只支持.mid格式),要注意,这个.mid文件必须是完整的且没有损坏,否则不能播放 2. config.yml 这是一个配置文件,其中有很多重要的配置项目,详见: ```

E-Music 配置文件

玩家进入服务器时是否强制随机播放

true: 玩家进服自动播放随机歌曲

false: 玩家进服不自动播放

join-force-play: true

是否在玩家切换世界时继续播放

true: 切换世界时音乐继续

false: 切换世界时停止音乐

keep-music-on-world-change: true

默认音量 (0.0 - 1.0)

default-volume: 1.0

音乐播放距离 (格)

play-distance: 1000

是否显示播放提示

show-play-messages: true

调试模式

debug-mode: false ```

The next part is our description in English. This plugin allows users to add new music tracks to Minecraft without relying on any API and runs smoothly. Since Minecraft's note blocks only have one octave, playing higher octaves will result in a lower key and playing lower octaves will result in a higher key. Overall, however, it's a very user-friendly and smooth-running plugin. Next, let's talk about the configuration. This plugin requires configuration in two parts:

1. songs This is a directory where you can place the songs you want to add in .mid format (this plugin only supports .mid format). Note that the .mid file must be complete and not corrupted; otherwise, it will not play.

2. config.yml This is a configuration file containing many important configuration items. See details:

```

E-Music Configuration File

Force shuffle playback when players join the server

true: Automatically play random songs when players join the server

false: Do not automatically play songs when players join the server

join-force-play: true

Continue playing when players switch worlds

true: Music continues when switching worlds

false: Stop music when changing worlds

keep-music-on-world-change: true

Default volume (0.0 - 1.0)

default-volume: 1.0

Playback distance (grids)

play-distance: 1000

Show play messages: true

Debug mode

debug-mode: false

```

ADS