Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Navoei committed Oct 14, 2023
2 parents 4c74cbc + 6ad6058 commit 70dfb6b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

A Paper fork of henkelmax's Audio Player.
- Play custom music discs using the Simple Voice Chat API. (The voice chat mod is required on the client and server.)
- Use ```/customdisc``` or ```/cd``` to create a custom disc.
- Use ```/customdisc``` or ```/cd``` to view available commands.
- Music files should go into ```plugins/CustomDiscs/musicdata/```
- Music files must be in the ```.wav```, ```.flac```, or ```.mp3``` format.
- Only custom discs are compatible with hoppers.

Downloading Files:
- To download a file use the command ```/cd download <url> <filename.extension>```. The link used to download a file must be a direct link (meaning the file must automatically begin downloading when accessing the link). Files must have the correct extension specified. An UnsupportedAudioFileException will be thrown in the server's console if the file extension is not correct (for example when giving a wav file the mp3 extension). Below is an example of how to use the command and a link to get direct downloads from Google Drive.
Expand All @@ -17,8 +16,7 @@ Permission Nodes (Required to run the commands. Playing discs does not require a
- ```customdiscs.download``` to download a file

Dependencies:
- This plugin depends on the latest version of ProtocolLib for 1.20.x
Development builds for ProtocolLib can be found @ https://ci.dmulloy2.net/job/ProtocolLib/651/
- This plugin depends on the latest version of ProtocolLib for 1.20.x.


https://user-images.githubusercontent.com/64107368/178426026-c454ac66-5133-4f3a-9af9-7f674e022423.mp4
Expand Down

0 comments on commit 70dfb6b

Please sign in to comment.