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
- Download the Server Mod from CurseForge and put the
.jarin the Minecraft servermodsfolder. - Start the server once.
- Open the generated config file.
- Check the bridge address and port.
- 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