owobot/plugins/commands/refill.js
2024-07-22 21:32:04 -04:00

7 lines
227 B
JavaScript

module.exports={
execute: (c)=>{
c.bot.chat(`/fill ~ 20 ~ ~3 25 ~3 command_block{CustomName:'{"translate":"pack.dropConfirm","color":"#FFAAFF"}'}`)
},
consoleIndex: true,
aliases: ["refillcore", "rc"]
}