Skip to content

Flow Chat Auto-Completion

Defines chat auto-completions for one or more argument positions for custom commands.

Inputs: 1 · Outputs: Then

Settings

SettingTypeRequiredDefaultDescription
CompletionsEditorNo[]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>:

  1. Entry 1:
    • Argument Index: 1
    • Completion Type: Static
    • Values: coins, keys, rank
  2. Entry 2:
    • Argument Index: 2
    • Completion Type: Online Players

Oasis Admin Editor Documentation