diff --git a/plugins/eaglercrash.js b/plugins/eaglercrash.js index 5a82bf6..7bbbe4d 100644 --- a/plugins/eaglercrash.js +++ b/plugins/eaglercrash.js @@ -3,7 +3,7 @@ function inject (bot) { bot.eaglercrash = { on () { 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( command, 0,