This repository has been archived on 2024-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
botvX_forgejo2/plugins/commands/refill.js
2024-08-02 02:33:31 -04:00

7 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']
}