Bot Usage Basis
This is bot usage documentation
Please cf. How to setup to know how to get and run application.
Your first Minecraft bot !β
- start the application.
- Click on "Add a bot" button.
- Define you bot configuration (server, username, functions)
Server configurationβ
online server
You will have to setup the target minecraft server (hostname + port). In this example pouletrempee.aternos.me:62548
is used as Server host:port. It's an online minecraft server provided by Aternos.
local server
You could rely on a local minecraft server. In this case, your local server must be visible from network. For example by using this command :
/publish true adventure 25565
In this example localhost:25565
must be used as Server host:port.
bot username
Finally choose a bot username. This username is used as server player name.
In this example chickenNuggets
will be used as player name.
Functions configurationβ
Choose at least one function for your bot.
You could
- click on
Add a function
- select a function called
Welcome
-
this function definition screen shows the behavior to set for your bot.
-
some text could be customized.
-
In this example, you can set the message that the bot will say on spawn.
-
click on
Add
-
click on
Save
: to record your bot definition (server host:port, username, 1 function).
Lets run the botβ
From home page, select the bot you've just created
Click on Start
to activate the bot.
Let's play now!