這是一個minecraft裡的音樂撥放插件

https://www.spigotmc.org/resources/jukebox-music-plugin.40580/\


**Commands:**  

_/music_ (alias: _/jukebox_): to open the JukeBox (radio item do the same)  
_/adminmusic ..._ (alias: _/amusic_):  

_reload_: reload the configuration and songs  
_player <player>_: see which song a player is listening  
_play <player> <id>_: play a song to a player  
_playlist <player> <radio|favorites|playlist>_: change the playlist a player is listening to  
_stop <player>_: stop the currently listening song  
_setItem_: set the radio item  
_download <url> <destinationFile>_: download a song file from the internet and load it  
_shuffle|particles| <player>_: toggle player options  
_volume <player> <value|-|+>_: set/decrease/increase the volume  
_random <player>_: play a random song  
_next <player>_: skip the current song​

**Permissions:**  

_music.command_ (given to players by default): gives access to the GUI  
_music.command.admin_ (given to operators by default): gives access to _/adminmusic  
music.adminItem_ (given to operators by default): changes item format​

  
**Placeholders:** _(only if [PlaceholderAPI](https://www.spigotmc.org/resources/placeholderapi.6245/) is enabled)_  

_%jukebox_active%_ (show formatted active song)  
_%jukebox_active_title%_ (show title of active song)  
_%jukebox_active_author%_ (show author of active song)  
_%jukebox_active_description%_ (show description of active song)  
_%jukebox_playlist%_ (show active playlist)  
_%jukebox_playeroptions__**X**_%_ (value of option **X**: volume, shuffle, join, particles, loop)​

  
![JukeBox transparent.png](https://www.spigotmc.org/attachments/jukebox-transparent-png.471641/)  
  

**  
CraftBukkit/Bukit are _not_ supported. Spigot (or a fork, like Paper) must be used.  
  
Installation:**  

-   Put NoteBlockAPI and JukeBox _.jar_ files in the _plugins_ directory and launch the server. Two new folders will be created : _plugins/JukeBox_ (with config.yml), and _plugins/JukeBox/songs_ inside the first one.
-   To add songs, download _.nbs_ files from the Internet and copy them to the _songs_ folder.