Discuss Minecraft's scripting and modding capabilities, including APIs, tools, customization, automation, and creator workflows. Share ideas and feedback on how players and creators can extend and customize Minecraft.

12

Change volume of playsound after it has been started

2 Comments

Post a new comment:

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    Like this?

    /playsound <sound> <x> <y> <z> <player> <volume> <pitch> <min. volume> <fade out = false/true>

  • 0
    Registered User commented
    Comment actions Permalink

    I think this could be an interesting synthax :

    /playsound <sound> <x> <y> <z> <selector> <volume> <pitch> <min. volume> <fade in = time in ticks> <fade out = time in ticks>