Carpet Bot Manager

A carpet bot manage plugin, able to spawn bot and make it execute actions

tool

Installation command

!!MCDR plugin install carpet_bot_manager

Synced at

...

Last update

...

Latest version

Total downloads

2673

Back to catalogue

Carpet Bot manager

MCDReforged license build status Release total download

中文 | English

一个用于管理 carpet 假人的插件,同时添加了对 carpet-tis-addition 中前后缀的支持

安装后在游戏内输入 !!bot 获取帮助信息.

配置文件: 默认存储于 config/bot_manager/BotManager.json

{
    "debug": false, // 控制是否在控制台输出debug信息
    "bots": {
        "bot_test": {
            "pos": [0, 128, 0],
            "dim": 0,
            "rotation": [0, 0],
            "actions": [
                "move forward",
                "use interval 15"
            ],
            "desc": "Nothing here"
        }
    },

    // 控制分页中每页行数
    "page_len": 15,
    // 在生成bot时会添加的前缀, 配合carpet-tis-addition使用
    "name_prefix": "bot_",
    // 在生成bot时会添加的后缀, 配合carpet-tis-addition使用
    "name_suffix": ""
}

README source: README.md