Sound Options | You can now specify volume and pitch with the /jp set sound [sound] [volume] [pitch] command. Volume and pitch are both optional and both default to the value specified in the config (mentioned later).
Config Options | Two new options have been added; volume and pitch. These are used to specify the default value for the sound. Add the following to your config.yml if you wish to configure this:
Code (YAML):
volume: 1
pitch: 1
The defaults are 1 as before. If you're fine with that you do not have to add the above.
Improvement | Specified sound values are now case-insensitive. Prior to this update, you had to write in uppercase.
Improvement | The parameters for the different attributes have been added to the help hover message as seen below.