Server Mod

The server mod runs the Minecraft bridge and applies actions sent by Firebot.

It must be installed on the Minecraft server. Firebot talks to this mod through the bridge address in the Firebot settings.

Install

  1. Download the Server Mod from CurseForge and put the .jar in the Minecraft server mods folder.
  2. Start the server once.
  3. Open the generated config file.
  4. Check the bridge address and port.
  5. Restart the server if you changed config values.

Config file:

SERVERFOLDER/config/firebotminecraftbridge-server.toml

Same PC setup

When Firebot runs on the same PC as the Minecraft server, keep the server config like this:

bindAddress = "127.0.0.1"
port = 8765

Then use this in Firebot:

http://127.0.0.1:8765

Other PC or hosted server

When Firebot connects from another machine, the bridge must listen on a reachable address and the firewall must allow the bridge port.

Use 0.0.0.0 only when you understand what it exposes:

bindAddress = "0.0.0.0"
port = 8765

Then use this in Firebot:

http://SERVERIPHERE:8765

Useful pages