ZMusicBox——一个优雅的音乐盒插件(汉化)

Plugins ZMusicBox——一个优雅的音乐盒插件(汉化) V3.1.0

Source of resources
Reprinted
API
3.0.0
Copyright link
https://github.com/Zzm317/ZMusicBox
Language
Chinese(Simplified)
ZMusicBox
使用noteblock在服务器上播放音乐!

要求
  • 您使用的服务器软件必须具备可以使用的音乐盒功能 (所有当前的php服务器软件)
  • Noteblocks必须放在服务器中
  • 歌曲必须以.nbs格式播放
如何使用
  1. 将phar放在服务器的plugins文件夹中
  2. 运行服务器
  3. 停止服务器
  4. 将.nbs文件放入服务器的/plugins/歌曲目录中
  5. 运行服务器
  6. 放置一个noteblock
更多乐曲
指令
  • /music <start|stop|next>
API
ZMusicBox也可以从它的API访问:

  • 切换到下一首歌
Code:
$this->getServer()->getPluginBase()->getPlugin("ZMusicBox")->StartNewTask();

  • 关掉音乐
Code:
$this->getServer()->getPluginBase()->getPlugin("ZMusicBox")->getScheduler()->cancelAllTasks($this->getServer()->getPluginBase()->getPlugin("ZMusicBox"));
Author
YYT
Downloads
416
Views
3,162
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from YYT

Share this resource

Latest updates

  1. V3.1.0

    新API