8 lines
297 B
JavaScript
8 lines
297 B
JavaScript
|
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']
|
||
|
}
|