mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
why did i use nomusic
This commit is contained in:
parent
89cc7c81ff
commit
5e5ee7ba1b
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue