Appearance
Flow Chat Auto-Completion
Defines chat auto-completions for one or more argument positions for custom commands.
Inputs: 1 · Outputs: Then
Settings
| Setting | Type | Required | Default | Description |
|---|---|---|---|---|
| Completions | Editor | No | [] | List of completions mapping to specific argument index positions. |
Completion Entry Configuration
Each entry in the editor maps out a tab-completion strategy for a specific index of the command arguments:
- Argument Index: The argument position to target (1 = first argument after main command).
- Completion Type: The dynamic provider to use:
- Static Values: A comma-separated list of hardcoded choices.
- Online Players: Dynamically tab-completes usernames of players currently online.
- Variable: Completes choices stored inside a specific variable list.
- Offline Players: Tab-completes historical/offline players.
Example
Configure auto-completion for /giveaway <reward> <player>:
- Entry 1:
- Argument Index:
1 - Completion Type:
Static - Values:
coins, keys, rank
- Argument Index:
- Entry 2:
- Argument Index:
2 - Completion Type:
Online Players
- Argument Index:
