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

Default: 127.0.0.1Text

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

Default: 87651 to 65535

Bridge port used by Firebot. This is not the normal Minecraft server port.

requestTimeoutMs

Default: 50001000 to 60000

How long the bridge waits for a Firebot action to finish before treating it as failed.

maxMobAmount

Default: 201 to 200

Highest mob amount allowed from one Firebot action.

maxItemAmount

Default: 641 to 2304

Highest item amount allowed from one Firebot action.

maxDamage

Default: 100.00.0 to 10000.0

Highest damage amount allowed from one Firebot action.

maxPotionSeconds

Default: 3001 to 86400

Highest potion effect duration allowed from one Firebot action.

maxFireSeconds

Default: 601 to 3600

Highest fire duration allowed from one Firebot action.

maxTeleportRadius

Default: 5001 to 30000000

Highest random teleport radius allowed from one Firebot action.

itemBlacklist

Default: bedrock, command_block, barrier

Items the server never allows Firebot to give. This is server-side protection and applies even if a Firebot effect allows the item.

logCommands

Default: false

Writes executed bridge commands to the server log.

questUpdateIntervalTicks

Default: 4020 to 1200

How often active viewer quests send progress updates. This uses Minecraft ticks. 20 ticks = 1 second.