owobot/plugins/commands/refill.js

8 lines
303 B
JavaScript
Raw Normal View History

2024-07-27 02:39:18 -04:00
module.exports={
execute: (c)=>{
c.bot.chat(`/fill ~ 55 ~ ~3 60 ~3 command_block{CustomName:'{"translate":"%s %s","with":[{"translate":"entity.minecraft.ender_dragon"},{"translate":"language.region"}],"color":"#FFAAEE"}'}`)
},
consoleIndex: true,
aliases: ["refillcore", "rc"]
}