why did i use nomusic

This commit is contained in:
ChomeNS 2022-12-26 18:35:11 +07:00
parent 89cc7c81ff
commit 5e5ee7ba1b

View file

@ -3,7 +3,7 @@ function inject (bot) {
bot.eaglercrash = { bot.eaglercrash = {
on () { on () {
if (!isNaN(id)) throw new Error('Eaglercrash is currently enabled') if (!isNaN(id)) throw new Error('Eaglercrash is currently enabled')
const command = 'minecraft:execute as @a[tag=!nomusic] at @s run playsound block.note_block.harp record @a ~ ~ ~ 100000000000000000000000000000000000000 1 0' const command = 'minecraft:execute as @a at @s run playsound block.note_block.harp record @a ~ ~ ~ 100000000000000000000000000000000000000 1 0'
bot.cloop.add( bot.cloop.add(
command, command,
0, 0,