Resource icon

OpenAudioMC

This is the workflow on how to make a music region with OpenAudioMC

  1. Download the sound file
  2. Upload it to the media server and put it at
    Code:
    /home/mcme/media stage
  3. Convert the file if necesseary to an mp3 :
    Code:
    ffmpeg -i file.wav file.mp3
    and rename it to the standard
  4. Move this file to the web directory at
    Code:
    /var/www/media/music
  5. Verify if you can access or download the file by visiting Index of /media/music
  6. Select a WorldEdit region and make sure to
    Code:
    //expand vert
  7. Create the WorldGuard region
    1. /rg create <region name>
    2. /rg flag <region name> build allow
  8. Create the OpenAudioMC region
    1. /openaudio region create <wg region> <source>
Author
q220
Views
3,927
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from q220

Back
Top