diff options
author | bowser0000 <bowser0000@gmail.com> | 2021-05-06 16:29:20 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2021-05-06 16:29:20 -0400 |
commit | 1ca7e7a34464af3246b3d8f00c5486a357c7b1bc (patch) | |
tree | 454fa760538b9f6c8b30bf3dde0aa6c85e5e2473 /README.md | |
parent | 3f665cddd616a411c4de0455ad54d5897a23be33 (diff) | |
download | SkyblockMod-1ca7e7a34464af3246b3d8f00c5486a357c7b1bc.tar.gz SkyblockMod-1ca7e7a34464af3246b3d8f00c5486a357c7b1bc.tar.bz2 SkyblockMod-1ca7e7a34464af3246b3d8f00c5486a357c7b1bc.zip |
Add shuffling custom music
Also fixed:
Custom music no longer continues in dungeons if other custom music isn't enabled.
File name ending with .wav.wav now registers.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -99,6 +99,13 @@ Discord Server: https://discord.gg/QsEkNQS 3. Enable the custom music in `/dsm`. 4. (Optional) Change the volume of the music with `/dsmmusic volume`. +#### Shuffling +By adding numbers to the end of the file, you can have multiple music files for the same area. One of them will be randomly selected (the same song could play twice in a row). For example: +- dungeon.wav +- dungeon1.wav +- dungeon2.wav +- dungeon99.wav + ### Notes - Slayer tracker for token drops and 20% chance drops uses a 12x12x12 bounding box centered on the player to detect the drops. If you are out of the range of the item drop, it will not count on the tracker. - API commands may take a while depending on your internet connection. The API may also go down. |