Important
The FXCommands
extension is now published on the Elgato Marketplace 🕹️
Due to changes in the code path and extension ID, you'll need to uninstall the old FiveM Commands
extension before installing FXCommands
.
If you'd prefer a manual install or the Marketplace is temporarily unavailable, you can download the latest version directly from the Releases section.
Stream Deck plugin for sending commands to the FiveM or RedM client console.
This plugin works with a physical Stream Deck as well as the Stream Deck iOS and Android applications. If you don't own the hardware, you can use your phone or tablet as a Stream Deck.
Now available on the Stream Deck Store: 🔗 FXCommands on Stream Deck Marketplace
- Download the latest release from the Releases section.
- Run the
.streamDeckPlugin
file and accept the Stream Deck installation prompt.
📺 Getting Started Video Tutorial: 🎥 Watch Here
Simply drag the FXCommands Action onto your Stream Deck and enter the command to be executed. You can choose to execute a command on press, on release, or both.
Under Advanced Options
, you can set up to 5 stages for a button.
Each stage runs a different command, cycling through them before returning to stage 0.
- Stage 0:
me opens car boot
- Stage 1:
me inspects boot contents
- Stage 2:
me finds nothing, closes boot
Each press advances to the next stage. After Stage 2, the next press resets back to Stage 0.
- Stage 0:
e sit
— Sit down - Stage 1:
e c
— Cancel emote (stand up)
This creates a toggle button: press once to sit, press again to stand.
Commands can be chained using the ;
separator.
For example, a button with:
me sit;me relaxes on the ground
Will execute both commands sequentially in a single button press.
FXCommands can be used inside Multi-Action buttons for complex interactions. Example Timed Emote using Stream Deck’s Multi-Action:
- Action 1: FXCommands Command →
e think;me thinking
- Action 2: Delay 2000ms (2 seconds)
- Action 3: FXCommands Command →
e c
This button triggers the think
emote, waits 2 seconds, then cancels the emote.
📖 Troubleshooting Guide: 🔗 Common Issues & Fixes
🛠 If you encounter an issue not covered above, please open a GitHub Issue.