Stop Sound - MoSadie/EffectMC GitHub Wiki
Description
Stop a specific sound or stop all sounds. Will automatically search sound categories for the specified sound.
Configuration Options
- Title (optional): An optional title to display on the key. Customize location and font using the T icon to the right of the text box.
- Minecraft IP (required): The address that the EffectMC mod is running on. (Example:
http://localhost:3000
) - Sound: The sound of the name to stop, or
all
to stop all sounds.
Example Configuration
In-Game Experience
Youtube Video:
Advanced: HTTP Request Information
An extra note on this one: While there are parameters for stopping based on category and sound, currently (as of v1.3.0) only stopping all or by sound name works. The category
parameter can be safely ignored.
- Method: GET
- Endpoint:
/stopsound
- Parameters:
device
: Device ID (String)sound
: The resource location of the sound to stop. Ifall
, stops all sounds instead. (String)