#place block with sound

5 messages · Page 1 of 1 (latest)

undone coyote
#

i'm replacing the planting of potatoes with a potato seed item. i know how to make it place the block, but how do i play the sound?

wintry tendonBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

abstract plaza
#

the block itself can't play sound, so...

e.server.runCommandSilent(`playsound minecraft:ambient.cave player @p ${e.block.x} ${e.block.y} ${e.block.z}`);
undone coyote
#

got it, thank you