Name | jukebox_play |
Object | LocationTag |
Input | ElementTag(Boolean) |
Related Tags | <LocationTag.jukebox_is_playing> Returns whether the jukebox is currently playing a song.
|
Description | If 'true', starts playing the record inside. If 'false', stops playing any song.
See also LocationTag.jukebox_record. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L5271 |