Add refill core command
This commit is contained in:
parent
dc770f115c
commit
f8b39037a1
1 changed files with 10 additions and 0 deletions
10
plugins/commands/refill.js
Normal file
10
plugins/commands/refill.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
module.exports={
|
||||
execute: (c)=>{
|
||||
c.bot.chat(`/fill ~ 20 ~ ~3 25 ~3 command_block{CustomName:'{"translate":"pack.dropConfirm","color":"#FFAAFF"}'}`)
|
||||
},
|
||||
desc: "Refill core", // Command description
|
||||
usage: '', // Command usage
|
||||
hidden: false, // To show the command on the help command list, remove this line
|
||||
consoleIndex: true, // When run from console, the second argument will be a bot ID
|
||||
aliases: ["refillcore", "rc"]
|
||||
}
|
Loading…
Reference in a new issue