Skip to content

Sound Personal Effect

JasperLorelai edited this page May 19, 2024 · 3 revisions

Source Code

effect: soundpersonal

Description:

Plays a Minecraft sound to specific targets. You can use the Soundboard resource to assist you in setting up this effect.

Configuration:

This spell extends options from the Sound Effect. Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
target Can be: position, target, or caster. position means it plays to the target of the effect's position. String "position"
broadcast Defines if the effect should be played to everyone online. Boolean false
use-listener-as-target Since 4.0 Beta 13. Determines the recipient of variable replacement. Boolean false
use-listener-as-default Since 4.0 Beta 13. Determines the recipient of variable replacement. Boolean true
resolve-sound-per-player Since 4.0 Beta 13. Determines variable replacement for the option. Boolean false
resolve-pitch-per-player Since 4.0 Beta 13. Determines variable replacement for the option. Boolean false
resolve-volume-per-player Since 4.0 Beta 13. Determines variable replacement for the option. Boolean false
resolve-category-per-player Since 4.0 Beta 13. Determines variable replacement for the option. Boolean false
Clone this wiki locally