diff --git a/README.MD b/README.MD index fe8b3fc..4fbcc61 100644 --- a/README.MD +++ b/README.MD @@ -6,9 +6,6 @@ can create within the Spigot API. While kind of hard to set up, this allows usin To make music hear-able only within the area of an NPC, you must make sure the track is Mono (1 channel). If you use a Stereo (2 channels) soundtrack, you'll hear the music everywhere, which is cool if you want to stream music globally. -Volume between 0 and 1 decides how loud the volume is. If volume is set above 1, it will still play at full volume, but -can be heard further away. - ## Dependencies - Citizens @@ -24,18 +21,19 @@ There are limitations connected to directly playing media using playSound: are ideal. - Songs are really only identified by the category and the song id. Stopping the song for one minstrel will also stop the song if played by any other minstrels at the same time. As songs are only stopped if a song has been played for a - player outside the global cycle, it shouldn't be too much of a problem, but if several minstrels play the same song, - there may be silent minstrels until the next song plays. + player outside the global cycle, or if volume/pitch is changed and force update is set to true, it shouldn't be too + much of a problem, but if several minstrels play the same song, there may be silent minstrels until the next song + plays. ## Commands | Command | Arguments | Description | | --- | --- | --- | -| /minstrel addsong | | Adds the specified song to the selected minstrel's playlist | -| /minstrel removesong | | Removes the song at the given index from the selected minstrel's playlist | +| /minstrel addsong | \ \ \ | Adds the specified song to the selected minstrel's playlist | +| /minstrel removesong | \ | Removes the song at the given index from the selected minstrel's playlist | | /minstrel listsongs | none | Lists all songs in the selected NPC's playlist in the format CATEGORY:identifier:duration | -| /minstrel volume | \[force update (true/false)] | Displays or sets the volume of the selected minstrel | -| /minstrel pitch | \[force update (true/false)] | Displays or sets the pitch of the selected minstrel | +| /minstrel volume | \ \[force update (true/false)] | Displays or sets the volume of the selected minstrel | +| /minstrel pitch | \ \[force update (true/false)] | Displays or sets the pitch of the selected minstrel | ### /minstrel addsong @@ -60,8 +58,8 @@ Example: `/minstrel removesong 0` removes the first song in the playlist. ### /minstrel volume -- new volume - The new volume of the minstrel. Set to 1 for full volume, 0.5 for half volume, etc. If set above 1, the - minstrel can be heard from farther away, while the actual volume will be the same as for 1.0 when close to the NPC. +- new volume - The new volume of the minstrel. Volume between 0 and 1 (0.1 = 10%) decides how loud the volume is. If + volume is set above 1, it will still only play at full volume (100%), but can be heard further away. - force update - Whether to forcefully stop and start the minstrel's playlist to make the change happen instantly. ### /minstrel pitch