Firebot Variables

Variables let you place Minecraft data inside Firebot text fields.

Use them anywhere Firebot supports variables, such as Chat effects, overlay text, custom widgets, conditions, log messages, commands, and preset effect lists.

Variable pages

Basic use

Add a Firebot Chat effect and put variables in the message:

Quest progress: $minecraftQuestName - $minecraftQuestProgress / $minecraftQuestTarget

Firebot replaces the variables when the effect runs.

Event data and cached data

Some variables are best used directly inside their matching event. For example, player death variables are made for the Minecraft Player Died event.

Quest variables can also reuse the latest quest cache. That means you can use them in overlays or effects after a quest update has happened.