Skip to content

Minecraft bots for performance tests in minecraft servers

Notifications You must be signed in to change notification settings

astrokube/mc-bots

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ak-bots

Run Minecraft bots to perform load tests.

Requirements

Tested on Minecraft 1.14.4.

Install

# Replace akbots by your image name
$ docker build . -t akbots

Run

To run one bot:

# Replace akbots by your image name
$ docker run --rm --net=host akbots mcbot \
--user [username] \
--host [minecraft host] \
--port [port] \
--mcversion [version]

$ docker run --rm --net=host akbots mcbot \
--user [username] \
--host [minecraft host] \
--port [port] \
--mcversion [minecraft version] \
--walkloop [walkloop] \
--digloop [digloop]

$ docker run --rm --net=host akbots mcbot \
--user [username] \
--password [password] \
--host [minecraft host] \
--port [port] \
--mcversion [version]

To run many bots:

# Replace akbots by your image name
$ docker run --rm --net=host akbots mcbots \
--host [minecraft host] \
--port [port] \
--mcversion [minecraft version]  \
--bots [number of bots]

$ docker run --rm --net=host akbots mcbots \
--host [minecraft host] \
--port [port] \
--mcversion [minecraft version] \
--bots [number of bots] \
--walkloop [walkloop] \
--digloop [digloop]

$ docker run --rm --net=host akbots mcbots \
--userprefix [userprefix] \
--host [minecraft host] \
--port [port] \
--mcversion [minecraft version] \
--bots [number of bots]

Help

# Replace akbots by your image name
$ docker run --rm --net=host akbots mcbot --help
# Replace akbots by your image name
$ docker run --rm --net=host akbots mcbots --help

About

Minecraft bots for performance tests in minecraft servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published