7 lines
227 B
JavaScript
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"]
|
|
}
|