Bridge Message Variables
Bridge message variables are filled by the Minecraft Bridge Message event.
Use them in a Firebot Chat effect, log message, overlay text, or debug effect list.
| Variable | What it gives you |
|---|---|
$minecraftBridgeLevel | Info, Warning, or Error. |
$minecraftBridgeAction | Action connected to the message, such as give_item or spawn_mob. |
$minecraftBridgeMessage | Message text from the bridge. |
Example: chat error message
- Create a Minecraft Bridge Message event.
- Add filter Bridge Level: Error.
- Add a Firebot Chat effect.
- Use this message:
Minecraft bridge error during $minecraftBridgeAction: $minecraftBridgeMessage
Example: log format
[$minecraftBridgeLevel] $minecraftBridgeAction - $minecraftBridgeMessage