Set Volume - MoSadie/EffectMC GitHub Wiki

Description

Set the volume level of a given category.

One edge case you may encounter: If you have the volume screen open and update the volume it will not move the sliders in real time, and in addition when you leave the volume screen it will save those old values.

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: localhost:3000)
  • Volume (required): The volume to set between 0 and 100. (Where 0 is muted and 100 is full volume)
  • Category (required): The category to set the volume in. Options are:
    • Master
    • Music
    • Records
    • Weather
    • Blocks
    • Hostile
    • Neutral
    • Players
    • Ambient
    • Voice

Example Configuration

Screenshot of Elgato Stream Deck software with a action title, Minecraft IP, volume, and category set for the Set Volume action

In-Game Experience

YouTube Video:

Youtube Video

Advanced: HTTP Request Information

  • Method: GET
  • Endpoint: /setvolume
  • Parameters:
    • device: Device ID (String)
    • volume: The volume to set between 0 and 100. (Integer)
    • category: The category to set the volume in. Accepted values: MASTER, MUSIC, RECORDS, WEATHER, BLOCKS, HOSTILE, NEUTRAL, PLAYERS, AMBIENT, VOICE (String)