Skip to content

Instantly share code, notes, and snippets.

@MrCuppy
MrCuppy / gist:72b20ea128b9ff8b6a9a3946dfa1500c
Created November 4, 2017 17:36
Minecraft Powered Armor Command Creation
summon falling_block ~ ~1 ~ {Block:stone,Time:1,Passengers:[{id:falling_block,Block:redstone_block,Time:1,Passengers:[{id:falling_block,Block:activator_rail,Time:1,Passengers:[{id:commandblock_minecart,Command:"gamerule commandBlockOutput false"},{id:commandblock_minecart,Command:"fill ~2 ~7 ~-1 ~12 ~9 ~1 purpur_block 0 hollow"},{id:commandblock_minecart,Command:"fill ~2 ~8 ~-1 ~12 ~8 ~1 stained_glass 14 0 purpur_block"},{id:commandblock_minecart,Command:"/tellraw @p {\"text\":\"Custom Armor, One Command by Levirambo \",\"bold\":true,\"color\":\"dark_green\"}"},{id:commandblock_minecart,Command:"/tellraw @p {\"text\":\"Minecraft Vanilla [1.12.X]\",\"bold\":true,\"color\":\"red\"}"},{id:commandblock_minecart,Command:"setblock ~1 ~7 ~ wall_sign 4 0 {Text1:\"{\\\"text\\\":\\\"Activate\\\",\\\"clickEvent\\\":{\\\"action\\\":\\\"run_command\\\",\\\"value\\\":\\\"scoreboard players add @e[type=armor_stand,name=TogAct,c=1] dIvZWW_A 1\\\"}}\",Text2:\"{\\\"text\\\":\\\"Deactivate\\\",\\\"clickEvent\\\":{\\\"action\\\"
const Discord = require('discord.js');
const client = new Discord.Client();
client.on('message', message => {
if (message.content === 'COMMAND') {
message.channel.send({embed: {
color: 3447003, //You can choose another color, this color is blue