How to make a Juke Box
Kieran Martin
Author:
​
Date Updated:
Learn how to make a juke box.
Join me today while we learn how to make another project in MCreator. Today we will be finally making a juke box that can play music from any item. I will show you how to convert your audio files into OGG format to use in Minecraft and how to use the /playsound and /stopsound commands for your procedure.
Other Videos
Downloads
The latest download has all the files used in the tutorial video.
Questions and Help
If you have any questions ask on my discord server under the #mcreator-help channel so others may be able to help if I am busy.
Software
Audacity:
For converting sounds into OGG format and adjusting track volume.
FL Studios (by image line):
For making your own quality music.
LMMS:
For making your own music using FREE software.
Commands
COMMAND
playsound [sound] [source] [target] [position] [volume] [pitch] [minimum volume]
EXAMPLE:
playsound mod_id:track_name record @a ~ ~ ~ 1.0 1.0 1.0
COMMAND
stopsound [targets] [source] [sound]
EXAMPLE
stopsound @a record mod_id:track_name