This is a SCRIPT-8 cassette.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Gotta go crash eaglers!", | |
"description": "A testing song for the holey music format", | |
"author": "Mirko Kral", | |
"ticks": [ | |
["block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp"], | |
["block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp"], | |
["block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp"], | |
["block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp","block.note_block.harp"], | |
["block.note_block.harp","block.note_block.harp","block. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"bot": { | |
"hash": {}, | |
"prefix": {} | |
}, | |
"bots": { | |
"line": { | |
"distance": 1 | |
}, | |
"rotate": { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const ItemModifier = require("../item-modifier"), | |
class CowItemModifier extends ItemModifier { | |
name = "cow"; | |
priority = 0; | |
onModifiedItemUsed() { | |
var p = this.plugins.position.position; | |
for (let t = 0; t < 24; t++) { | |
this.plugins.core.run(`summon cow ${p.x} ${p.y} ${p.z}`); | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title @a times 20 100 20 | |
title @a subtitle {"text":"Free op - creative - bots - programming","color":"yellow"} | |
title @a title ["",{"text":"Welcome to","color":"gray"},{"text":" dinboom","color":"green"}] | |
tellraw @a "Make sure to not be skid :O" | |
bcraw Testing plugged commands go yes |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
say a | |
say b | |
say THis works |