Skip to content

Command

All commands should add "bot" prefix.
For example, bot hungry.


assign

Set specific player's working column. Default value is 0.

bot assign {user_name} {column}

# Example
bot assign player211 1

bar

Display working progress bar.

bot bar

bmove

Ask player move to specified position with botcraft GoTo.

bot bmove {x} {y} {z}

# Example
bot bmove 110, 65, 35

channel

Display player's current channel.

⚠ It can only be used in mcfallout.

bot channel

cmd

Execute command in minecraft.
For example bot cmd gamemode survival is equivalent to /gamemode survival.

bot cmd {user_name} {command}

# Example
bot cmd player211 gamemode survival

csafe

Execute csafe command, it's equivalent to bot cmd csafe.

⚠ It can only be used in mcfallout.

bot csafe

default

Reset all players' assign & worker value.

bot default

detail

Display bot's detail info. Useful in discord bot.

bot detail

duty

Display all players' set assign value and worker value.

bot duty

hungry

Check if player is hungry or not.

bot hungry

ingot

Display current emerald <-> villager ingot exchange rate.

⚠ It can only be used in mcfallout.

bot ingot

move

Ask player move to specified position with self defined method.

bot move {x} {y} {z}

# Example
bot move 110, 65, 35

name

Display bot's name.

bot name

start

Ask specific player or all players start to work.

bot start all
bot start {user_name}

stop

Stop all players' or specific player's working progress.

bot stop all
bot stop {user_name}

worker

Set max worker number. Default value is 1.

bot worker {number}

# Example
bot worker 3