Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.86 KB

README_EN.md

File metadata and controls

39 lines (33 loc) · 1.86 KB

Carpet Bot manager

MCDReforged license build status Release total download

中文 | English

A bot manage plugin for carpet mod, also support prefix and suffix added by carpet-tis-addition

After added this plugin, type !!bot in game to get help message.

Config: Stored in config/bot_manager/BotManager.json as default.

{
    "debug": false, // whether show debug info in console
    "bots": {
        "bot_test": {
            "pos": [0, 128, 0],
            "dim": 0,
            "rotation": [0, 0],
            "actions": [
                "move forward",
                "use interval 15"
            ],
            "desc": "Nothing here"
        }
    },
  
    // the number of lines per page, used in list bots
    "page_len": 15,
    // prefix which will be add before bot name, design for carpet-tis-addition
    "name_prefix": "bot_",
    // suffix which will be add after bot name, design for carpet-tis-addition
    "name_suffix": ""
}