owobot/commands/refill.js

8 lines
297 B
JavaScript
Raw Normal View History

2024-07-30 05:56:23 -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']
}