Skip to content

Stop Sound

MoSadie edited this page Apr 24, 2022 · 3 revisions

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

Screenshot of Elgato Stream Deck software with a action title, Minecraft IP, and Sound set for the Stop Sound action

In-Game Experience

Youtube Video:

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. If all, stops all sounds instead. (String)