Installation
A complete guide on how to install Minebot for both beginners and experienced users.
Video Guide
Follow along with our step-by-step video tutorial to quickly install and run Minebot:
1. Download Bot
2. Install MinebotConnector
Connect Your Bot to Minecraft
To integrate Minebot with your Minecraft server, follow these steps:
Move the MinebotConnector jar
Copy the MinebotConnector-X.jar
file into your Minecraft server's plugins
folder.
Restart Your Minecraft Server
Restart your Minecraft server to load the MinebotConnector plugin.
Configure WebSocket Port
Open the file plugins/MinebotConnector/settings.yml
on your Minecraft server and set the websocket.port
to match the port specified in your Minebot's configuration/settings.yml
under server.uri
.
Make sure to edit the server.uri
parameter to match the IP address of your Minecraft server.
Warning
Ensure the WebSocket port you configured is allowed through your firewall. If you're unsure or using a hosting provider, contact your hosting support to confirm which ports are available for use.
3. Setup A Discord Application
Create a new bot on Discord's developer portal using the instructions below.
Danger
Before proceeding, enable Discord Developer Mode by navigating to Settings -> Advanced -> Developer Mode
.
Anyone with access to this token has full access to your bot's account, you should ensure that nobody has access to this token but you. Treat it like a username/password combination, but for bots.



Invite the bot to your server and in the final screen, check all boxes to grant all of the permissions we've selected previously.







4. Run The Bot
Congratulations, you've successfully completed the installation steps! To start your bot, please follow the instructions in the Running Guide.