Config Options
The server config controls the bridge address, bridge port, safety limits, logging, and quest update timing.
Config file:
SERVERFOLDER/config/firebotminecraftbridge-server.toml
bindAddress
Address the bridge listens on. Keep 127.0.0.1 when Firebot is on the same PC as the server. Use 0.0.0.0 only when Firebot connects from another machine and your firewall is configured.
port
Bridge port used by Firebot. This is not the normal Minecraft server port.
requestTimeoutMs
How long the bridge waits for a Firebot action to finish before treating it as failed.
maxMobAmount
Highest mob amount allowed from one Firebot action.
maxItemAmount
Highest item amount allowed from one Firebot action.
maxDamage
Highest damage amount allowed from one Firebot action.
maxPotionSeconds
Highest potion effect duration allowed from one Firebot action.
maxFireSeconds
Highest fire duration allowed from one Firebot action.
maxTeleportRadius
Highest random teleport radius allowed from one Firebot action.
itemBlacklist
Items the server never allows Firebot to give. This is server-side protection and applies even if a Firebot effect allows the item.
logCommands
Writes executed bridge commands to the server log.
questUpdateIntervalTicks
How often active viewer quests send progress updates. This uses Minecraft ticks. 20 ticks = 1 second.